/llvm-project/mlir/include/mlir/Debug/ |
H A D | BreakpointManager.h | 24 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 D | ValueList.h | 65 unsigned getTypeID(unsigned ValNo) const { in getTypeID() function
|
/llvm-project/mlir/include/mlir/Support/ |
H A D | TypeID.h | 324 TypeID getTypeID() const { return TypeID::getFromOpaquePointer(this); } in getTypeID() function
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | Types.h | 117 TypeID getTypeID() { return impl->getAbstractType().getTypeID(); } in getTypeID() function
|
H A D | StorageUniquerSupport.h | 105 static TypeID getTypeID() { return TypeID::get<ConcreteT>(); } in getTypeID() function
|
H A D | Attributes.h | 70 TypeID getTypeID() { return impl->getAbstractAttribute().getTypeID(); } in getTypeID() function
|
H A D | TypeSupport.h | 107 TypeID getTypeID() const { return typeID; } in getTypeID() function
|
H A D | Dialect.h | 57 TypeID getTypeID() const { return dialectID; } in getTypeID() function
|
H A D | ExtensibleDialect.h | 395 TypeID getTypeID() { return typeID; } in getTypeID() function 635 TypeID getTypeID() { return SelfOwningTypeID::getTypeID(); } in getTypeID() function
|
H A D | AttributeSupport.h | 108 TypeID getTypeID() const { return typeID; } in getTypeID() function
|
H A D | OperationSupport.h | 162 TypeID getTypeID() const { return typeID; } in getTypeID() function 236 TypeID getTypeID() const { return getImpl()->getTypeID(); } in getTypeID() function
|
H A D | OpImplementation.h | 46 TypeID getTypeID() const { return opaqueID; } in getTypeID() function
|
/llvm-project/mlir/include/mlir/Dialect/Transform/IR/ |
H A D | TransformDialect.h | 31 TypeID getTypeID() const { return typeID; } in getTypeID() function
|
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
H A D | Serializer.h | 158 uint32_t getTypeID(Type type) const { return typeIDMap.lookup(type); } in getTypeID() function
|
/llvm-project/mlir/include/mlir/Analysis/ |
H A D | DataFlowFramework.h | 74 TypeID getTypeID() const { return typeID; } getTypeID() function
|
/llvm-project/mlir/include/mlir/Target/LLVMIR/ |
H A D | ModuleTranslation.h | 233 TypeID getTypeID() const { return typeID; } getTypeID() function
|
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.h | 165 unsigned getTypeID(Type *T) const { in getTypeID() function
|
H A D | DXILBitcodeWriter.cpp | 514 unsigned DXILBitcodeWriter::getTypeID(Type *T, const Value *V) { in getTypeID() function in DXILBitcodeWriter [all...] |
/llvm-project/llvm/include/llvm/IR/ |
H A D | Type.h | 137 TypeID getTypeID() const { return ID; } getTypeID() function [all...] |
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.h | 166 unsigned getTypeID(Type *T) const { in getTypeID() function
|
/llvm-project/mlir/include/mlir/Pass/ |
H A D | Pass.h | 56 TypeID getTypeID() const { return passID; } in getTypeID() function
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 103 uint16_t getTypeID() const { return TypeID; } in getTypeID() function
|
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 82 static char getTypeID(Type *Ty) { in getTypeID() function
|
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ |
H A D | Nodes.h | 128 TypeID getTypeID() const { return typeID; } in getTypeID() function
|
/llvm-project/mlir/lib/Dialect/GPU/IR/ |
H A D | GPUDialect.cpp | 2255 TypeID TargetOptions::getTypeID() const { return typeID; } getTypeID() function in TargetOptions
|