Home
last modified time | relevance | path

Searched refs:getSpillSize (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.cpp43 LRSpillSlot = MFI.CreateFixedObject(TRI.getSpillSize(RC), 0, true); in createLRSpillSlot()
45 LRSpillSlot = MFI.CreateStackObject(TRI.getSpillSize(RC), in createLRSpillSlot()
59 FPSpillSlot = MFI.CreateStackObject(TRI.getSpillSize(RC), in createFPSpillSlot()
72 unsigned Size = TRI.getSpillSize(RC); in createEHSpillSlot()
DXCoreFrameLowering.cpp584 unsigned Size = TRI.getSpillSize(RC); in processFunctionBeforeFrameFinalized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsMachineFunction.cpp158 EhDataRegFI[I] = MF.getFrameInfo().CreateStackObject(TRI.getSpillSize(RC), in createEhDataRegsFI()
173 TRI.getSpillSize(RC), TRI.getSpillAlignment(RC), false); in createISRRegFI()
196 TRI.getSpillSize(*RC), TRI.getSpillAlignment(*RC), false); in getMoveF64ViaSpillFI()
DMipsFrameLowering.cpp127 unsigned RegSize = TRI.getSpillSize(*TRI.getMinimalPhysRegClass(*R)); in estimateStackSize()
DMipsSEFrameLowering.cpp897 int FI = MF.getFrameInfo().CreateStackObject(TRI->getSpillSize(RC), in determineCalleeSaves()
914 int FI = MF.getFrameInfo().CreateStackObject(TRI->getSpillSize(RC), in determineCalleeSaves()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.cpp309 assert(TRI->getSpillSize(*RC) == 4 && in storeRegToStackSlot()
336 assert(TRI->getSpillSize(*RC) == 4 && in loadRegFromStackSlot()
DARCFrameLowering.cpp445 RegInfo->getSpillSize(*RC), RegInfo->getSpillAlignment(*RC), false); in processFunctionBeforeFrameFinalized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackMaps.cpp163 Locs.emplace_back(Location::Register, TRI->getSpillSize(*RC), in parseOperand()
249 unsigned Size = TRI->getSpillSize(*TRI->getMinimalPhysRegClass(Reg)); in createLiveOutReg()
DTargetInstrInfo.cpp385 Size = TRI->getSpillSize(*RC); in getStackSlotRange()
401 assert(TRI->getSpillSize(*RC) >= (Offset + Size) && "bad subregister range"); in getStackSlotRange()
404 Offset = TRI->getSpillSize(*RC) - (Offset + Size); in getStackSlotRange()
DVirtRegMap.cpp94 unsigned Size = TRI->getSpillSize(*RC); in createSpillSlot()
DRegisterScavenging.cpp468 unsigned NeedSize = TRI->getSpillSize(RC); in spill()
DTargetLoweringBase.cpp1130 if (TRI->getSpillSize(*SuperRC) <= TRI->getSpillSize(*BestRC)) in findRepresentativeClass()
DPrologEpilogInserter.cpp434 unsigned Size = RegInfo->getSpillSize(*RC); in assignCalleeSavedSpillSlots()
DRegAllocFast.cpp257 unsigned Size = TRI->getSpillSize(RC); in getStackSpaceFor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVExtract.cpp146 int FI = MFI.CreateStackObject(HRI.getSpillSize(VecRC), Align, in runOnMachineFunction()
DHexagonFrameLowering.cpp1551 int FI = MFI.CreateFixedSpillStackObject(TRI->getSpillSize(*RC), S->Offset); in assignCalleeSavedSpillSlots()
1563 unsigned Size = TRI->getSpillSize(*RC); in assignCalleeSavedSpillSlots()
1789 unsigned Size = HRI.getSpillSize(Hexagon::HvxVRRegClass); in expandStoreVec2()
1841 unsigned Size = HRI.getSpillSize(Hexagon::HvxVRRegClass); in expandLoadVec2()
2019 unsigned S = HRI.getSpillSize(*RC), A = HRI.getSpillAlignment(*RC); in determineCalleeSaves()
DHexagonInstrInfo.cpp1080 unsigned VecOffset = HRI.getSpillSize(Hexagon::HvxVRRegClass); in expandPostRAPseudo()
1119 unsigned VecOffset = HRI.getSpillSize(Hexagon::HvxVRRegClass); in expandPostRAPseudo()
2701 unsigned VectorSize = TRI->getSpillSize(Hexagon::HvxVRRegClass); in isValidOffset()
4215 return HRI.getSpillSize(Hexagon::HvxVRRegClass); in getMemAccessSize()
DHexagonPatternsHVX.td69 int32_t VecSize = HRI->getSpillSize(Hexagon::HvxVRRegClass);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILowerSGPRSpills.cpp210 int JunkFI = MFI.CreateStackObject(TRI->getSpillSize(*RC), in spillCalleeSavedRegs()
DSIFrameLowering.cpp966 TRI->getSpillSize(AMDGPU::SGPR_32RegClass), 0, false); in processFunctionBeforeFrameFinalized()
970 TRI->getSpillSize(AMDGPU::SGPR_32RegClass), in processFunctionBeforeFrameFinalized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h277 unsigned getSpillSize(const TargetRegisterClass &RC) const { in getSpillSize() function
DMachineInstr.h1489 Optional<unsigned> getSpillSize(const TargetInstrInfo *TII) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp411 RegInfo->getSpillSize(*RC), RegInfo->getSpillAlignment(*RC), false); in processFunctionBeforeFrameFinalized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp160 unsigned Size = TRI->getSpillSize(*RC); in assignCalleeSavedSpillSlots()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp3066 switch (STI.getRegisterInfo()->getSpillSize(*RC)) { in getLoadStoreRegOpcode()
3248 assert(MF.getFrameInfo().getObjectSize(FrameIdx) >= TRI->getSpillSize(*RC) && in storeRegToStackSlot()
3250 unsigned Alignment = std::max<uint32_t>(TRI->getSpillSize(*RC), 16); in storeRegToStackSlot()
3265 unsigned Alignment = std::max<uint32_t>(TRI->getSpillSize(*RC), 16); in loadRegFromStackSlot()
5410 unsigned SpillSize = STI.getRegisterInfo()->getSpillSize(*RC); in getBroadcastOpcode()
5504 unsigned Alignment = std::max<uint32_t>(TRI.getSpillSize(*RC), 16); in unfoldMemoryOperand()
5581 unsigned Alignment = std::max<uint32_t>(TRI.getSpillSize(*DstRC), 16); in unfoldMemoryOperand()
5648 unsigned Alignment = std::max<uint32_t>(TRI.getSpillSize(*RC), 16); in unfoldMemoryOperand()
5714 unsigned Alignment = std::max<uint32_t>(TRI.getSpillSize(*RC), 16); in unfoldMemoryOperand()

12