/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Dialect.h | 97 const llvm::Record *getDef() const { return def; } in getDef() function
|
H A D | Predicate.h | 71 const llvm::Record &getDef() const { return *def; } in getDef() function
|
H A D | Pass.h | 106 const llvm::Record *getDef() const { return def; } in getDef() function
|
H A D | AttrOrTypeDef.h | 231 const llvm::Record *getDef() const { return def; } getDef() function
|
H A D | Interfaces.h | 122 const llvm::Record &getDef() const { return *def; } in getDef() function
|
H A D | Trait.h | 54 const llvm::Record &getDef() const { return *def; } in getDef() function
|
H A D | Constraint.h | 75 const llvm::Record &getDef() const { return *def; } getDef() function
|
H A D | Property.h | 91 const llvm::Record &getDef() const { return *def; } getDef() function
|
H A D | Operator.h | 113 const llvm::Record &getDef() const { return *def; } in getDef() function
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Attribute.cpp | 135 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 D | AttrOrTypeDef.cpp | 332 llvm::Init *AttrOrTypeParameter::getDef() const { return def->getArg(index); } getDef() function in AttrOrTypeParameter [all...] |
H A D | Operator.cpp | 182 const llvm::Record &Operator::getDef() const { return def; } getDef() function in Operator [all...] |
/llvm-project/llvm/utils/TableGen/ |
H A D | RegisterBankEmitter.cpp | 61 const Record &getDef() const { return TheDef; } getDef() function in __anon7f2f83e90111::RegisterBank
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.h | 389 InstructionPattern *getDef(StringRef OpName) const { getDef() function 565 const Record &getDef() const { return Def; } getDef() function
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenRegisters.h | 371 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 D | MemoryDependenceAnalysis.h | 124 static MemDepResult getDef(Instruction *Inst) { getDef() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 1379 auto getDef = [&](const Value *Val) -> Value * { getCastsForInductionPHI() local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | SPIRVUtilsGen.cpp | 101 const llvm::Record *getDef() const { return def; } getDef() function in __anon496f7ee10111::Availability [all...] |
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1330 Record *getDef() const { return Def; } getDef() function 1993 Record *getDef(StringRef Name) const { getDef() function
|