Home
last modified time | relevance | path

Searched defs:getClobber (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DMemoryDependenceAnalysis.h128 static MemDepResult getClobber(Instruction *Inst) { in getClobber() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h126 static MemDepResult getClobber(Instruction *Inst) { in getClobber() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DMemoryDependenceAnalysis.h128 static MemDepResult getClobber(Instruction *Inst) { in getClobber() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DMemoryDependenceAnalysis.h128 static MemDepResult getClobber(Instruction *Inst) { in getClobber() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h128 static MemDepResult getClobber(Instruction *Inst) { in getClobber() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h135 static MemDepResult getClobber(Instruction *Inst) { in getClobber() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DMemoryDependenceAnalysis.h128 static MemDepResult getClobber(Instruction *Inst) { in getClobber() function
/aosp_15_r20/external/clang/lib/AST/
H A DStmt.cpp370 StringRef AsmStmt::getClobber(unsigned i) const { in getClobber() function in AsmStmt
393 StringRef GCCAsmStmt::getClobber(unsigned i) const { in getClobber() function in GCCAsmStmt
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmt.h1824 StringRef getClobber(unsigned i) const { return getClobbers()[i]; } in getClobber() function