Home
last modified time | relevance | path

Searched refs:NewMMO (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp711 MachineMemOperand *NewMMO in buildSpillLoadStore() local
725 .addMemOperand(NewMMO); in buildSpillLoadStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1382 void refineAlignment(const MachineMemOperand *NewMMO) {
1383 MMO->refineAlignment(NewMMO);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1402 auto *NewMMO = MF.getMachineMemOperand(MMO->getPointerInfo(), in processFunctionBeforeFrameFinalized() local
1407 new_memops.push_back(NewMMO); in processFunctionBeforeFrameFinalized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp2953 MachineMemOperand *NewMMO = in reduceLoadStoreWidth() local
2959 MIRBuilder.buildLoad(Dst, NewAddrReg, *NewMMO); in reduceLoadStoreWidth()
2961 MIRBuilder.buildStore(ValRegs[Idx], NewAddrReg, *NewMMO); in reduceLoadStoreWidth()