Home
last modified time | relevance | path

Searched refs:OpLoad (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp160 case SPIRV::OpLoad: in printInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td260 def OpLoad: Op<61, (outs ID:$res), (ins TYPE:$resType, ID:$pointer, variable_ops),
261 "$res = OpLoad $resType $pointer">;
H A DSPIRVBuiltins.cpp1512 MIRBuilder.buildInstr(SPIRV::OpLoad) in buildNDRange()
1864 bool IsLoad = Opcode == SPIRV::OpLoad; in generateLoadStoreInst()
H A DSPIRVInstructionSelector.cpp602 auto MIB = BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(SPIRV::OpLoad)) in selectLoad()
H A DSPIRVBuiltins.td565 defm : DemangledNativeBuiltin<"__spirv_Load", OpenCL_std, LoadStore, 1, 3, OpLoad>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6305 } 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()