HomeSort by relevance Sort by last modified time
    Searched refs:SpillSlot (Results 1 - 21 of 21) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
AMDILFrameLowering.h 39 virtual const SpillSlot *
AMDILFrameLowering.cpp 35 const TargetFrameLowering::SpillSlot *
  /external/llvm/lib/Target/AMDGPU/
AMDGPUFrameLowering.h 37 const SpillSlot *
AMDGPUFrameLowering.cpp 103 const TargetFrameLowering::SpillSlot *
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 65 void insertPHIStores(PHINode *OriginalPHI, AllocaInst *SpillSlot);
67 insertPHIStore(BasicBlock *PredBlock, Value *PredVal, AllocaInst *SpillSlot,
70 void replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot,
568 AllocaInst *SpillSlot = insertPHILoads(PN, F);
569 if (SpillSlot)
570 insertPHIStores(PN, SpillSlot);
    [all...]
MIRPrinter.cpp 283 ? yaml::FixedMachineStackObject::SpillSlot
307 ? yaml::MachineStackObject::SpillSlot
PrologEpilogInserter.cpp 321 const TargetFrameLowering::SpillSlot *FixedSpillSlots =
339 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
    [all...]
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 42 struct SpillSlot {
136 virtual const SpillSlot *
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.h 58 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries)
60 static const SpillSlot Offsets[] = {
HexagonFrameLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h 28 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const
SystemZFrameLowering.cpp 27 static const TargetFrameLowering::SpillSlot SpillOffsetTable[] = {
59 const TargetFrameLowering::SpillSlot *
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 117 const SpillSlot *
PPCFrameLowering.cpp 94 const PPCFrameLowering::SpillSlot *PPCFrameLowering::getCalleeSavedSpillSlots(
99 static const SpillSlot darwin64Offsets = {PPC::X31, -8};
102 static const SpillSlot darwinOffsets = {PPC::R31, -4};
116 static const SpillSlot Offsets[] = {
180 static const SpillSlot Offsets64[] = {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 189 enum ObjectType { DefaultType, SpillSlot, VariableSized };
207 IO.enumCase(Type, "spill-slot", MachineStackObject::SpillSlot);
241 enum ObjectType { DefaultType, SpillSlot };
257 IO.enumCase(Type, "spill-slot", FixedMachineStackObject::SpillSlot);
270 if (Object.Type != FixedMachineStackObject::SpillSlot) {
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 96 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType);
97 const unsigned FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
100 return SpillSlot;
152 Optional<int> SpillSlot =
154 if (!SpillSlot.hasValue())
157 if (MergedResult.hasValue() && *MergedResult != *SpillSlot)
160 MergedResult = SpillSlot;
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 453 if (Object.Type != yaml::FixedMachineStackObject::SpillSlot)
489 Object.Type == yaml::MachineStackObject::SpillSlot, Alloca);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyPEI.cpp 337 const TargetFrameLowering::SpillSlot *FixedSpillSlots =
355 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 272 struct SpillSlot
280 std::list<SpillSlot> slots;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1314 milliseconds