Home
last modified time | relevance | path

Searched defs:addressOfOp (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DLowerABIAttributesPass.cpp93 __anona8f07cd50102(spirv::AddressOfOp addressOfOp) getInterfaceVariables() argument
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializeOps.cpp49 auto addressOfOp = opBuilder.create<spirv::AddressOfOp>( in getValue() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp382 if (auto addressOfOp = dyn_cast<LLVM::AddressOfOp>(opInst)) { convertOperationImpl() local
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializeOps.cpp584 LogicalResult Serializer::processAddressOfOp(spirv::AddressOfOp addressOfOp) { in processAddressOfOp() argument
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1820 LLVM::AddressOfOp addressOfOp = dyn_cast<LLVM::AddressOfOp>(symOp); convertOmpThreadprivate() local
1890 if (auto addressOfOp = isDeclareTargetLink() local
1913 if (auto addressOfOp = getRefPtrIfDeclareTarget() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp4298 if (auto addressOfOp = mlir::dyn_cast<fir::AddrOfOp>(definingOp)) { valueCheckFirAttributes() local