Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DTemporaryStack.cpp30 mlir::Value opaquePtr, mlir::Value boxValue) { in genPushValue()
40 mlir::Value opaquePtr, mlir::Value i, in genValueAt()
52 mlir::Value opaquePtr) { in genDestroyValueStack()
76 mlir::Value opaquePtr, in genPushDescriptor()
88 mlir::Value opaquePtr, mlir::Value i, in genDescriptorAt()
100 mlir::Value opaquePtr) { in genDestroyDescriptorStack()
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DTemporaryStorage.h170 mlir::Value opaquePtr; variable
199 mlir::Value opaquePtr; variable
/llvm-project/flang/runtime/
H A Dtemporary-stack.cpp177 inline static ValueStack *getValueStorage(void *opaquePtr) { in getValueStorage()
180 inline static DescriptorStack *getDescriptorStorage(void *opaquePtr) { in getDescriptorStorage()