Home
last modified time | relevance | path

Searched refs:OpStore (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/function/
H A Dalloca-load-store.ll26 ; CHECK: OpStore [[P]] [[A]]
43 ; CHECK: OpStore [[P]] [[A]] Volatile
60 ; CHECK: OpStore [[P]] [[A]]
/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/
H A Dopaque_pointers.ll11 ; CHECK: OpStore %[[#Parm]] %[[#Const]] Aligned 4
H A DAtomicCompareExchange.ll52 ; CHECK-SPIRV: OpStore %[[#Store_ptr]] %[[#Composite_1]]
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVMemoryOps.td24 and OpStore.
369 used with OpLoad and OpStore.
H A DSPIRVBase.td4053 def SPV_OC_OpStore : I32EnumAttrCase<"OpStore", 62>;
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp120 case SPIRV::OpStore: in printInst()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td258 def OpStore: Op<62, (outs), (ins ID:$pointer, ID:$objectToStore, variable_ops),
259 "OpStore $pointer $objectToStore">;
H A DSPIRVInstructionSelector.cpp480 auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpStore)) in selectStore()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6087 } else if (auto *OpStore = dyn_cast<StoreInst>(V)) { in optimizePhiType() local
6088 if (!OpStore->isSimple() || OpStore->getOperand(0) != II) in optimizePhiType()
6090 Uses.insert(OpStore); in optimizePhiType()
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DSPIR-V.md721 OpStore %var %val