Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRegisterBankEmitter.cpp60 const Record &getDef() const { return TheDef; } in getDef() function in __anon5b557e170111::RegisterBank
H A DGICombinerEmitter.cpp202 const Record &getDef() const { return TheDef; } in getDef() function in __anon185ea0950111::CombineRule
H A DCodeGenRegisters.h348 Record *getDef() const { return TheDef; } in getDef() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h132 static MemDepResult getDef(Instruction *Inst) { in getDef() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h174 VPDef *getDef() { return Def; } in getDef() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp1085 auto getDef = [&](const Value *Val) -> Value * { in getCastsForInductionPHI() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1197 Record *getDef() const { return Def; } in getDef() function
1811 Record *getDef(StringRef Name) const { in getDef() function