Home
last modified time | relevance | path

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

/external/python/pyasn1/pyasn1/type/
Dtagmap.py95 def getDef(self): member in TagMap
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DRegisterBankEmitter.cpp60 const Record &getDef() const { return TheDef; } in getDef() function in __anon6b49e9f90111::RegisterBank
DCodeGenRegisters.h344 Record *getDef() const { return TheDef; } in getDef() function
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DMemoryDependenceAnalysis.h105 static MemDepResult getDef(Instruction *Inst) { in getDef() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.h121 Record *getDef() const { return TheDef; } in getDef() function
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h122 static MemDepResult getDef(Instruction *Inst) { in getDef() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h133 static MemDepResult getDef(Instruction *Inst) { in getDef() function
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h1111 Record *getDef() const { return Def; } in getDef() function
1616 Record *getDef(StringRef Name) const { in getDef() function
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp450 static MachineInstr *getDef(unsigned Reg, in getDef() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp976 auto getDef = [&](const Value *Val) -> Value * { in getCastsForInductionPHI() local
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h1188 Record *getDef() const { return Def; } in getDef() function
1596 Record *getDef(const std::string &Name) const { in getDef() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp561 static MachineInstr *getDef(unsigned Reg, in getDef() function
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h799 inline Value *getDef(int d) const { return defs[d].get(); } in getDef() function