Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DMemoryDependenceAnalysis.h109 static MemDepResult getClobber(Instruction *Inst) { in getClobber() function
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h126 static MemDepResult getClobber(Instruction *Inst) { in getClobber() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h137 static MemDepResult getClobber(Instruction *Inst) { in getClobber() function
/external/clang/lib/AST/
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
/external/clang/include/clang/AST/
DStmt.h1824 StringRef getClobber(unsigned i) const { return getClobbers()[i]; } in getClobber() function