Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/TableGen/
H A DDialect.h97 const llvm::Record *getDef() const { return def; } in getDef() function
H A DPredicate.h71 const llvm::Record &getDef() const { return *def; } in getDef() function
H A DPass.h106 const llvm::Record *getDef() const { return def; } in getDef() function
H A DAttrOrTypeDef.h231 const llvm::Record *getDef() const { return def; } getDef() function
H A DInterfaces.h122 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 DConstraint.h75 const llvm::Record &getDef() const { return *def; } getDef() function
H A DProperty.h91 const llvm::Record &getDef() const { return *def; } getDef() function
H A DOperator.h113 const llvm::Record &getDef() const { return *def; } in getDef() function
/llvm-project/mlir/lib/TableGen/
H A DAttribute.cpp135 const llvm::Record &Attribute::getDef() const { return *def; } getDef() function in Attribute
166 const llvm::Record &EnumAttrCase::getDef() const { return *def; } getDef() function in EnumAttrCase
H A DAttrOrTypeDef.cpp332 llvm::Init *AttrOrTypeParameter::getDef() const { return def->getArg(index); } getDef() function in AttrOrTypeParameter
[all...]
H A DOperator.cpp182 const llvm::Record &Operator::getDef() const { return def; } getDef() function in Operator
[all...]
/llvm-project/llvm/utils/TableGen/
H A DRegisterBankEmitter.cpp61 const Record &getDef() const { return TheDef; } getDef() function in __anon7f2f83e90111::RegisterBank
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h389 InstructionPattern *getDef(StringRef OpName) const { getDef() function
565 const Record &getDef() const { return Def; } getDef() function
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h371 const Record *getDef() const { return TheDef; } in getDef() function
522 Record *getDef() const { return TheDef; } getDef() function
/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h124 static MemDepResult getDef(Instruction *Inst) { getDef() function
/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1379 auto getDef = [&](const Value *Val) -> Value * { getCastsForInductionPHI() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DSPIRVUtilsGen.cpp101 const llvm::Record *getDef() const { return def; } getDef() function in __anon496f7ee10111::Availability
[all...]
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1330 Record *getDef() const { return Def; } getDef() function
1993 Record *getDef(StringRef Name) const { getDef() function