Searched refs:OpLoad (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVInstPrinter.cpp | 160 case SPIRV::OpLoad: in printInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.td | 260 def OpLoad: Op<61, (outs ID:$res), (ins TYPE:$resType, ID:$pointer, variable_ops), 261 "$res = OpLoad $resType $pointer">;
|
| H A D | SPIRVBuiltins.cpp | 1512 MIRBuilder.buildInstr(SPIRV::OpLoad) in buildNDRange() 1864 bool IsLoad = Opcode == SPIRV::OpLoad; in generateLoadStoreInst()
|
| H A D | SPIRVInstructionSelector.cpp | 602 auto MIB = BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(SPIRV::OpLoad)) in selectLoad()
|
| H A D | SPIRVBuiltins.td | 565 defm : DemangledNativeBuiltin<"__spirv_Load", OpenCL_std, LoadStore, 1, 3, OpLoad>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 6305 } else if (auto *OpLoad = dyn_cast<LoadInst>(V)) { in optimizePhiType() local 6306 if (!OpLoad->isSimple()) in optimizePhiType() 6308 if (Defs.insert(OpLoad).second) in optimizePhiType() 6309 Worklist.push_back(OpLoad); in optimizePhiType()
|