Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DPass.h106 const llvm::Record *getDef() const { return def; } in getDef() function
H A DInterfaces.h106 const llvm::Record &getDef() const { return *def; } in getDef() function
H A DAttrOrTypeDef.h231 const llvm::Record *getDef() const { return def; } in getDef() function
H A DTrait.h54 const llvm::Record &getDef() const { return *def; } in getDef() function
H A DOperator.h76 const llvm::Record &getDef() const { return *def; } in getDef() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h182 VPDef *getDef() { return Def; } in getDef() function
183 const VPDef *getDef() const { return Def; } in getDef() function
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DAttribute.cpp164 const llvm::Record &EnumAttrCase::getDef() const { return *def; } in getDef() function in EnumAttrCase
H A DAttrOrTypeDef.cpp289 llvm::Init *AttrOrTypeParameter::getDef() const { return def->getArg(index); } in getDef() function in AttrOrTypeParameter
H A DOperator.cpp138 const llvm::Record &Operator::getDef() const { return def; } in getDef() function in Operator
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DRegisterBankEmitter.cpp59 const Record &getDef() const { return TheDef; } in getDef() function in __anon92a9f3a60111::RegisterBank
H A DCodeGenRegisters.h348 Record *getDef() const { return TheDef; } in getDef() function
489 Record *getDef() const { return TheDef; } in getDef() function
H A DGICombinerEmitter.cpp202 const Record &getDef() const { return TheDef; } in getDef() function in __anoncdaa66640111::CombineRule
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h120 static MemDepResult getDef(Instruction *Inst) { in getDef() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIVDescriptors.cpp1391 auto getDef = [&](const Value *Val) -> Value * { in getCastsForInductionPHI() local
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DSPIRVUtilsGen.cpp99 const llvm::Record *getDef() const { return def; } in getDef() function in __anon19f8bfbe0111::Availability
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h1260 Record *getDef() const { return Def; } in getDef() function
1880 Record *getDef(StringRef Name) const { in getDef() function