Searched refs:OpLoad (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVInstPrinter.cpp | 162 case SPIRV::OpLoad: in printInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVISelLowering.cpp | 358 case SPIRV::OpLoad: in finalizeLowering()
|
H A D | SPIRVInstrInfo.td | 280 def OpLoad: Op<61, (outs ID:$res), (ins TYPE:$resType, ID:$pointer, variable_ops), 281 "$res = OpLoad $resType $pointer">;
|
H A D | SPIRVInstructionSelector.cpp | 776 auto MIB = BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(SPIRV::OpLoad)) in selectLoad() 2382 BuildMI(*I.getParent(), I, I.getDebugLoc(), TII.get(SPIRV::OpLoad)) in selectSpvThreadId()
|
H A D | SPIRVBuiltins.cpp | 2017 MIRBuilder.buildInstr(SPIRV::OpLoad) in buildNDRange() 2382 bool IsLoad = Opcode == SPIRV::OpLoad; in generateLoadStoreInst()
|
H A D | SPIRVBuiltins.td | 667 defm : DemangledNativeBuiltin<"__spirv_Load", OpenCL_std, LoadStore, 1, 3, OpLoad>;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 6419 } else if (auto *OpLoad = dyn_cast<LoadInst>(V)) { in optimizePhiType() local 6420 if (!OpLoad->isSimple()) in optimizePhiType() 6422 if (Defs.insert(OpLoad).second) in optimizePhiType() 6423 Worklist.push_back(OpLoad); in optimizePhiType()
|