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

  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 42 struct SpillSlot {
136 virtual const SpillSlot *
  /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/
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...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp     [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 367 milliseconds