Searched refs:OpStore (Results 1 – 10 of 10) sorted by relevance
26 ; CHECK: OpStore [[P]] [[A]]43 ; CHECK: OpStore [[P]] [[A]] Volatile60 ; CHECK: OpStore [[P]] [[A]]
11 ; CHECK: OpStore %[[#Parm]] %[[#Const]] Aligned 4
52 ; CHECK-SPIRV: OpStore %[[#Store_ptr]] %[[#Composite_1]]
24 and OpStore.369 used with OpLoad and OpStore.
4053 def SPV_OC_OpStore : I32EnumAttrCase<"OpStore", 62>;
120 case SPIRV::OpStore: in printInst()
258 def OpStore: Op<62, (outs), (ins ID:$pointer, ID:$objectToStore, variable_ops),259 "OpStore $pointer $objectToStore">;
480 auto MIB = BuildMI(BB, I, I.getDebugLoc(), TII.get(SPIRV::OpStore)) in selectStore()
6087 } else if (auto *OpStore = dyn_cast<StoreInst>(V)) { in optimizePhiType() local6088 if (!OpStore->isSimple() || OpStore->getOperand(0) != II) in optimizePhiType()6090 Uses.insert(OpStore); in optimizePhiType()
721 OpStore %var %val