Home
last modified time | relevance | path

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

/llvm-project/mlir/tools/mlir-tblgen/
H A DOpGenHelpers.cpp54 std::vector<const Record *> defs; in getRequestedOpDefinitions() local
89 ArrayRef<const Record *> defs, in shardOpDefinitions() argument
H A DAttrOrTypeDefGen.cpp39 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 DSPIRVUtilsGen.cpp293 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 DOpInterfacesGen.cpp67 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 DLLVMIRIntrinsicGen.cpp256 auto defs = records.getAllDerivedDefinitions("Intrinsic"); emitIntrinsics() local
H A DEnumsGen.cpp648 auto defs = recordKeeper.getAllDerivedDefinitionsIfDefined("EnumAttrInfo"); emitEnumDecls() local
686 auto defs = recordKeeper.getAllDerivedDefinitionsIfDefined("EnumAttrInfo"); emitEnumDefs() local
H A DOpDefinitionsGen.cpp4380 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 DOpDocGen.cpp376 std::vector<llvm::Record *> defs = emitAttrOrTypeDefDoc() local
/llvm-project/flang/lib/Optimizer/Dialect/Support/
H A DFIRContext.cpp39 auto defs = kindMap.defaultsToString(); in setKindMapping() local
45 if (auto defs = mod->getAttrOfType<mlir::StringAttr>(defKindName)) { in getKindMapping() local
H A DKindMapping.cpp226 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 DSSAContext.cpp27 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 DKindMapping.h71 llvm::StringRef defs) in KindMapping()
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DMain.cpp25 genMain(fir::FirOpBuilder & builder,mlir::Location loc,const std::vector<Fortran::lower::EnvironmentDefault> & defs) genMain() argument
/llvm-project/openmp/runtime/tools/
H A Dgenerate-def.py54 def create(inputFile, defs=None): argument
/llvm-project/flang/lib/Parser/
H A Duser-state.cpp85 std::optional<DataComponentDefStmt> defs{stmt.Parse(state)}; in Parse() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAContext.cpp26 void MachineSSAContext::appendBlockDefs(SmallVectorImpl<Register> &defs, in appendBlockDefs() argument
/llvm-project/mlir/tools/tblgen-to-irdl/
H A DOpDefinitionsGen.cpp171 std::vector<Record *> defs = getOpDefinitions(recordKeeper); emitDialectIRDLDefs() local
/llvm-project/flang/unittests/Optimizer/Builder/
H A DHLFIRToolsTest.cpp21 llvm::ArrayRef<fir::KindTy> defs; in SetUp() local
H A DFIRBuilderTest.cpp22 llvm::ArrayRef<fir::KindTy> defs; in SetUp() local
/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp26 void OptionValueProperties::Initialize(const PropertyDefinitions &defs) { in Initialize() argument
H A DOptions.cpp205 auto defs = GetDefinitions(); GetLongOptions() local
[all...]
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp283 auto defs = initialize() local
/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h1187 SmallVector<ConstValueRefT, 16> defs; in print() local
/llvm-project/llvm/utils/textmate/
H A Dtablegen.json336 "defs": { object
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp6596 const char *r, *name, *defs; printObjc1_32bit_MetaData() local