Home
last modified time | relevance | path

Searched defs:getDef (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h131 static MemDepResult getDef(Instruction *Inst) { in getDef() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp952 auto getDef = [&](const Value *Val) -> Value * { in getCastsForInductionPHI() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h1193 Record *getDef() const { return Def; } in getDef() function
1712 Record *getDef(StringRef Name) const { in getDef() function
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h878 inline Value *getDef(int d) const { return defs[d].get(); } in getDef() function