Home
last modified time | relevance | path

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

12

/llvm-project/libcxx/test/support/
H A Dtype_id.h23 struct TypeID { struct
34 explicit constexpr TypeID(const char* xid) : m_id(xid) {} in TypeID() argument
37 TypeID& operator=(TypeID const&) = delete; argument
40 template <class T> friend TypeID const& makeTypeIDImp(); argument
H A Dcontainer_test_types.h103 struct TypeID { global() struct
109 TypeIDTypeID TypeID() argument
115 TypeInfoTypeID global() argument
[all...]
/llvm-project/mlir/include/mlir/Support/
H A DTypeID.h112 TypeID() : TypeID(get<void>()) {} in TypeID() function
140 TypeID(const Storage *storage) : storage(storage) {} in TypeID() function
321 operator TypeID() const { return getTypeID(); } in TypeID() function
/llvm-project/llvm/tools/dsymutil/
H A DCFBundle.cpp151 auto PrintError = [&](CFTypeID TypeID) { in getBundleInfo()
164 CFTypeID TypeID = ::CFGetTypeID(TypeRef); in getBundleInfo() local
172 CFTypeID TypeID = ::CFGetTypeID(TypeRef); in getBundleInfo() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.cpp26 unsigned TypeID) { in assignValue()
H A DValueList.h52 void push_back(Value *V, unsigned TypeID) { in push_back()
H A DBitcodeReader.cpp770 unsigned InstNum, Value *&ResVal, unsigned &TypeID, in getValueTypePair() argument
1466 unsigned TypeID = TypeList.size(); getVirtualTypeID() local
4120 callValueTypeCallback(Value * F,unsigned TypeID) callValueTypeCallback() argument
4321 unsigned TypeID = Record[OpNum++]; parseGlobalIndirectSymbolRecord() local
5031 unsigned TypeID; parseFunctionBody() local
5054 unsigned TypeID; parseFunctionBody() local
5306 unsigned TypeID; parseFunctionBody() local
[all...]
/llvm-project/llvm/unittests/Bitcode/
H A DBitReaderTest.cpp307 static Metadata *getTypeMetadataEntry(unsigned TypeID, LLVMContext &Context, in getTypeMetadataEntry() argument
360 __anon04d1fc3a0202(Value *V, unsigned TypeID, GetTypeByIDTy GetTypeByID, GetContainedTypeIDTy GetContainedTypeID) TEST() argument
405 __anon04d1fc3a0302(Metadata **Val, unsigned TypeID, GetTypeByIDTy GetTypeByID, GetContainedTypeIDTy GetContainedTypeID) TEST() argument
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp122 unsigned TypeID = *I; in emitTypeInfos() local
H A DEHStreamer.cpp122 int TypeID = TypeIds[J]; in computeActionsTable() local
840 unsigned TypeID = *I; in emitTypeInfos() local
/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h69 support::ulittle16_t TypeID; member
128 uint16_t TypeID; variable
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h295 const int64_t TypeID = TyI->second; executeMatchTable() local
692 int TypeID = readS8(); executeMatchTable() local
1247 int TypeID = readS8(); executeMatchTable() local
1456 int TypeID = readS8(); executeMatchTable() local
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp133 Metadata *TypeID = Type->getOperand(1).get(); in ScanVTables() local
H A DWholeProgramDevirt.cpp323 Metadata *TypeID; global() member
785 typeIDVisibleToRegularObj(StringRef TypeID,function_ref<bool (StringRef)> IsVisibleToRegularObj) typeIDVisibleToRegularObj() argument
815 if (auto *TypeID = dyn_cast<MDString>(Type->getOperand(1).get())) skipUpdateDueToValidation() local
1043 auto TypeID = Type->getOperand(1).get(); buildTypeIdentifierMap() local
[all...]
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h239 StringRef TypeID; member
/llvm-project/llvm/include/llvm/IR/
H A DType.h54 enum TypeID { enum
/llvm-project/mlir/lib/Dialect/IRDL/
H A DIRDLLoading.cpp506 static bool getBases(Operation *op, SmallPtrSet<TypeID, 4> &paramIds, in getBases()
/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp103 using TypeID = Type::TypeID; typedef
/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h283 uint32_t TypeID; ///< Type ID member
/llvm-project/mlir/lib/Dialect/DLTI/
H A DDLTI.cpp163 combineOneSpec(DataLayoutSpecInterface spec,DenseMap<TypeID,DataLayoutEntryList> & entriesForType,DenseMap<StringAttr,DataLayoutEntryInterface> & entriesForID) combineOneSpec() argument
/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h269 uint32_t TypeID; ///< TypeID for the relocation member
/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp359 uint32_t TypeID = Extractor.getU32(C); in parseRelocInfo() local
/llvm-project/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp688 DenseMap<TypeID, DataLayoutEntryList> &types, in bucketEntriesByType() argument
/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp142 void printResourceTypeName(uint16_t TypeID, raw_ostream &OS) { in printResourceTypeName()
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp927 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType() local

12