/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpGenHelpers.cpp | 54 std::vector<const Record *> defs; in getRequestedOpDefinitions() local 89 ArrayRef<const Record *> defs, in shardOpDefinitions() argument
|
H A D | AttrOrTypeDefGen.cpp | 39 auto defs = llvm::map_range( collectAllDefs() local 615 DefGenerator(std::vector<llvm::Record * > && defs,raw_ostream & os,StringRef defType,StringRef valueType,bool isAttrGenerator) DefGenerator() argument 678 SmallVector<AttrOrTypeDef, 16> defs; emitDecls() local 708 emitTypeDefList(ArrayRef<AttrOrTypeDef> defs) emitTypeDefList() argument 817 emitParsePrintDispatch(ArrayRef<AttrOrTypeDef> defs) emitParsePrintDispatch() argument 894 SmallVector<AttrOrTypeDef, 16> defs; emitDefs() local [all...] |
H A D | SPIRVUtilsGen.cpp | 293 auto defs = records.getAllDerivedDefinitions("Availability"); in emitInterfaceDecls() local 457 auto defs = records.getAllDerivedDefinitions("EnumAttrInfo"); in emitEnumDecls() local 489 auto defs = records.getAllDerivedDefinitions("EnumAttrInfo"); in emitEnumDefs() local 203 auto defs = recordKeeper.getAllDerivedDefinitions("Availability"); emitInterfaceDefs() local 1142 auto defs = recordKeeper.getAllDerivedDefinitions("SPIRV_ExtInstOp"); emitExtendedSetDeserializationDispatch() local 1201 auto defs = recordKeeper.getAllDerivedDefinitions("SPIRV_Op"); emitSerializationFns() local 1267 auto defs = recordKeeper.getAllDerivedDefinitions("EnumAttrInfo"); emitAttrUtils() local 1413 auto defs = recordKeeper.getAllDerivedDefinitions("SPIRV_Op"); emitAvailabilityImpl() local [all...] |
H A D | OpInterfacesGen.cpp | 67 std::vector<llvm::Record *> defs = getAllInterfaceDefinitions() local 91 InterfaceGenerator(std::vector<llvm::Record * > && defs,raw_ostream & os) InterfaceGenerator() argument 102 std::vector<llvm::Record *> defs; global() member in __anonba990a3f0311::InterfaceGenerator [all...] |
H A D | LLVMIRIntrinsicGen.cpp | 256 auto defs = records.getAllDerivedDefinitions("Intrinsic"); emitIntrinsics() local
|
H A D | EnumsGen.cpp | 648 auto defs = recordKeeper.getAllDerivedDefinitionsIfDefined("EnumAttrInfo"); emitEnumDecls() local 686 auto defs = recordKeeper.getAllDerivedDefinitionsIfDefined("EnumAttrInfo"); emitEnumDefs() local
|
H A D | OpDefinitionsGen.cpp | 4380 emitOpClasses(const RecordKeeper & recordKeeper,const std::vector<Record * > & defs,raw_ostream & os,const StaticVerifierFunctionEmitter & staticVerifierEmitter,bool emitDecl) global() argument 4417 emitOpClassDecls(const RecordKeeper & recordKeeper,const std::vector<Record * > & defs,raw_ostream & os) global() argument 4439 emitOpClassDefs(const RecordKeeper & recordKeeper,ArrayRef<Record * > defs,raw_ostream & os,StringRef constraintPrefix="") global() argument 4460 std::vector<Record *> defs = getRequestedOpDefinitions(recordKeeper); global() local 4488 emitOpDefShard(const RecordKeeper & recordKeeper,ArrayRef<Record * > defs,const Dialect & dialect,unsigned shardIndex,unsigned shardCount,raw_ostream & os) global() argument 4528 std::vector<Record *> defs = getRequestedOpDefinitions(recordKeeper); global() local [all...] |
H A D | OpDocGen.cpp | 376 std::vector<llvm::Record *> defs = emitAttrOrTypeDefDoc() local
|
/llvm-project/flang/lib/Optimizer/Dialect/Support/ |
H A D | FIRContext.cpp | 39 auto defs = kindMap.defaultsToString(); in setKindMapping() local 45 if (auto defs = mod->getAttrOfType<mlir::StringAttr>(defKindName)) { in getKindMapping() local
|
H A D | KindMapping.cpp | 226 llvm::ArrayRef<KindTy> defs) in KindMapping() 235 llvm::ArrayRef<KindTy> defs) in KindMapping() 355 fir::KindMapping::setDefaultKinds(llvm::ArrayRef<KindTy> defs) { in setDefaultKinds() 409 std::vector<KindTy> fir::KindMapping::toDefaultKinds(llvm::StringRef defs) { in toDefaultKinds()
|
/llvm-project/llvm/lib/IR/ |
H A D | SSAContext.cpp | 27 appendBlockDefs(SmallVectorImpl<Value * > & defs,BasicBlock & block) appendBlockDefs() argument 37 appendBlockDefs(SmallVectorImpl<const Value * > & defs,const BasicBlock & block) appendBlockDefs() argument
|
/llvm-project/flang/include/flang/Optimizer/Dialect/Support/ |
H A D | KindMapping.h | 71 llvm::StringRef defs) in KindMapping()
|
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Main.cpp | 25 genMain(fir::FirOpBuilder & builder,mlir::Location loc,const std::vector<Fortran::lower::EnvironmentDefault> & defs) genMain() argument
|
/llvm-project/openmp/runtime/tools/ |
H A D | generate-def.py | 54 def create(inputFile, defs=None): argument
|
/llvm-project/flang/lib/Parser/ |
H A D | user-state.cpp | 85 std::optional<DataComponentDefStmt> defs{stmt.Parse(state)}; in Parse() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineSSAContext.cpp | 26 void MachineSSAContext::appendBlockDefs(SmallVectorImpl<Register> &defs, in appendBlockDefs() argument
|
/llvm-project/mlir/tools/tblgen-to-irdl/ |
H A D | OpDefinitionsGen.cpp | 171 std::vector<Record *> defs = getOpDefinitions(recordKeeper); emitDialectIRDLDefs() local
|
/llvm-project/flang/unittests/Optimizer/Builder/ |
H A D | HLFIRToolsTest.cpp | 21 llvm::ArrayRef<fir::KindTy> defs; in SetUp() local
|
H A D | FIRBuilderTest.cpp | 22 llvm::ArrayRef<fir::KindTy> defs; in SetUp() local
|
/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueProperties.cpp | 26 void OptionValueProperties::Initialize(const PropertyDefinitions &defs) { in Initialize() argument
|
H A D | Options.cpp | 205 auto defs = GetDefinitions(); GetLongOptions() local [all...] |
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/ |
H A D | TableGenServer.cpp | 283 auto defs = initialize() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericUniformityImpl.h | 1187 SmallVector<ConstValueRefT, 16> defs; in print() local
|
/llvm-project/llvm/utils/textmate/ |
H A D | tablegen.json | 336 "defs": { object
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 6596 const char *r, *name, *defs; printObjc1_32bit_MetaData() local
|