Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Support/
DTypeID.h78 static TypeID getFromOpaquePointer(const void *pointer) { in getFromOpaquePointer() function
/external/llvm-project/mlir/include/mlir/IR/
DIdentifier.h66 static Identifier getFromOpaquePointer(const void *entry) { in getFromOpaquePointer() function
DStorageUniquerSupport.h108 static ConcreteT getFromOpaquePointer(const void *ptr) { in getFromOpaquePointer() function
DTypes.h164 static Type getFromOpaquePointer(const void *pointer) { in getFromOpaquePointer() function
DAttributes.h78 static Attribute getFromOpaquePointer(const void *ptr) { in getFromOpaquePointer() function
DAffineExpr.h171 static AffineExpr getFromOpaquePointer(const void *pointer) { in getFromOpaquePointer() function
DLocation.h83 static Location getFromOpaquePointer(const void *pointer) { in getFromOpaquePointer() function
DAffineMap.h207 static AffineMap getFromOpaquePointer(const void *pointer) { in getFromOpaquePointer() function
DValue.h216 static Value getFromOpaquePointer(const void *pointer) { in getFromOpaquePointer() function
DOpDefinition.h1557 static ConcreteOpType getFromOpaquePointer(const void *pointer) { in getFromOpaquePointer() function
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h74 static LLVMType getFromOpaquePointer(const void *ptr) { in getFromOpaquePointer() function
/external/llvm-project/mlir/lib/IR/
DOperation.cpp64 OperationName OperationName::getFromOpaquePointer(const void *pointer) { in getFromOpaquePointer() function in OperationName