Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Debug/
H A DBreakpointManager.h24 TypeID getTypeID() const { return typeID; } in getTypeID() function
67 TypeID getTypeID() const { return typeID; } in getTypeID() function
/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.h65 unsigned getTypeID(unsigned ValNo) const { in getTypeID() function
/llvm-project/mlir/include/mlir/Support/
H A DTypeID.h324 TypeID getTypeID() const { return TypeID::getFromOpaquePointer(this); } in getTypeID() function
/llvm-project/mlir/include/mlir/IR/
H A DTypes.h117 TypeID getTypeID() { return impl->getAbstractType().getTypeID(); } in getTypeID() function
H A DStorageUniquerSupport.h105 static TypeID getTypeID() { return TypeID::get<ConcreteT>(); } in getTypeID() function
H A DAttributes.h70 TypeID getTypeID() { return impl->getAbstractAttribute().getTypeID(); } in getTypeID() function
H A DTypeSupport.h107 TypeID getTypeID() const { return typeID; } in getTypeID() function
H A DDialect.h57 TypeID getTypeID() const { return dialectID; } in getTypeID() function
H A DExtensibleDialect.h395 TypeID getTypeID() { return typeID; } in getTypeID() function
635 TypeID getTypeID() { return SelfOwningTypeID::getTypeID(); } in getTypeID() function
H A DAttributeSupport.h108 TypeID getTypeID() const { return typeID; } in getTypeID() function
H A DOperationSupport.h162 TypeID getTypeID() const { return typeID; } in getTypeID() function
236 TypeID getTypeID() const { return getImpl()->getTypeID(); } in getTypeID() function
H A DOpImplementation.h46 TypeID getTypeID() const { return opaqueID; } in getTypeID() function
/llvm-project/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformDialect.h31 TypeID getTypeID() const { return typeID; } in getTypeID() function
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h158 uint32_t getTypeID(Type type) const { return typeIDMap.lookup(type); } in getTypeID() function
/llvm-project/mlir/include/mlir/Analysis/
H A DDataFlowFramework.h74 TypeID getTypeID() const { return typeID; } getTypeID() function
/llvm-project/mlir/include/mlir/Target/LLVMIR/
H A DModuleTranslation.h233 TypeID getTypeID() const { return typeID; } getTypeID() function
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h165 unsigned getTypeID(Type *T) const { in getTypeID() function
H A DDXILBitcodeWriter.cpp514 unsigned DXILBitcodeWriter::getTypeID(Type *T, const Value *V) { in getTypeID() function in DXILBitcodeWriter
[all...]
/llvm-project/llvm/include/llvm/IR/
H A DType.h137 TypeID getTypeID() const { return ID; } getTypeID() function
[all...]
/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h166 unsigned getTypeID(Type *T) const { in getTypeID() function
/llvm-project/mlir/include/mlir/Pass/
H A DPass.h56 TypeID getTypeID() const { return passID; } in getTypeID() function
/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h103 uint16_t getTypeID() const { return TypeID; } in getTypeID() function
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp82 static char getTypeID(Type *Ty) { in getTypeID() function
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h128 TypeID getTypeID() const { return typeID; } in getTypeID() function
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp2255 TypeID TargetOptions::getTypeID() const { return typeID; } getTypeID() function in TargetOptions