Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DPass.h106 const llvm::Record *getDef() const { return def; } in getDef() function
DInterfaces.h98 const llvm::Record &getDef() const { return *def; } in getDef() function
DOpTrait.h54 const llvm::Record &getDef() const { return *def; } in getDef() function
DOperator.h68 const llvm::Record &getDef() const { return *def; } in getDef() function
/external/python/pyasn1/pyasn1/type/
Dtagmap.py95 def getDef(self): member in TagMap
/external/llvm-project/llvm/utils/TableGen/
DRegisterBankEmitter.cpp60 const Record &getDef() const { return TheDef; } in getDef() function in __anon212f612d0111::RegisterBank
DGICombinerEmitter.cpp201 const Record &getDef() const { return TheDef; } in getDef() function in __anon4718c62b0111::CombineRule
DCodeGenRegisters.h348 Record *getDef() const { return TheDef; } in getDef() function
/external/llvm-project/mlir/lib/TableGen/
DAttribute.cpp172 const llvm::Record &EnumAttrCase::getDef() const { return *def; } in getDef() function in EnumAttrCase
DOperator.cpp91 const llvm::Record &Operator::getDef() const { return def; } in getDef() function in Operator
/external/llvm-project/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h131 static MemDepResult getDef(Instruction *Inst) { in getDef() function
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h122 static MemDepResult getDef(Instruction *Inst) { in getDef() function
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanValue.h167 VPDef *getDef() { return Def; } in getDef() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h131 static MemDepResult getDef(Instruction *Inst) { in getDef() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp952 auto getDef = [&](const Value *Val) -> Value * { in getCastsForInductionPHI() local
/external/llvm-project/llvm/lib/Analysis/
DIVDescriptors.cpp1046 auto getDef = [&](const Value *Val) -> Value * { in getCastsForInductionPHI() local
/external/llvm/utils/TableGen/
DCodeGenRegisters.h317 Record *getDef() const { return TheDef; } in getDef() function
/external/llvm/include/llvm/TableGen/
DRecord.h1048 Record *getDef() const { return Def; } in getDef() function
1525 Record *getDef(const std::string &Name) const { in getDef() function
/external/llvm-project/llvm/include/llvm/TableGen/
DRecord.h1164 Record *getDef() const { return Def; } in getDef() function
1738 Record *getDef(StringRef Name) const { in getDef() function
/external/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
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp450 static MachineInstr *getDef(unsigned Reg, in getDef() function
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h852 inline Value *getDef(int d) const { return defs[d].get(); } in getDef() function