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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetFrameLowering.h 46 struct SpillSlot {
98 virtual const SpillSlot *
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 42 struct SpillSlot {
136 virtual const SpillSlot *
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetFrameLowering.h 42 struct SpillSlot {
136 virtual const SpillSlot *
MIRYamlMapping.h 207 enum ObjectType { DefaultType, SpillSlot, VariableSized };
238 IO.enumCase(Type, "spill-slot", MachineStackObject::SpillSlot);
275 enum ObjectType { DefaultType, SpillSlot };
307 IO.enumCase(Type, "spill-slot", FixedMachineStackObject::SpillSlot);
321 if (Object.Type != FixedMachineStackObject::SpillSlot) {
  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 186 enum ObjectType { DefaultType, SpillSlot, VariableSized };
204 IO.enumCase(Type, "spill-slot", MachineStackObject::SpillSlot);
238 enum ObjectType { DefaultType, SpillSlot };
254 IO.enumCase(Type, "spill-slot", FixedMachineStackObject::SpillSlot);
267 if (Object.Type != FixedMachineStackObject::SpillSlot) {
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 102 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType);
103 const unsigned FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
111 return SpillSlot;
147 Optional<int> SpillSlot =
149 if (!SpillSlot.hasValue())
152 if (MergedResult.hasValue() && *MergedResult != *SpillSlot)
155 MergedResult = SpillSlot;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 126 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType);
127 const unsigned FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
139 return SpillSlot;
175 Optional<int> SpillSlot =
177 if (!SpillSlot.hasValue())
180 if (MergedResult.hasValue() && *MergedResult != *SpillSlot)
183 MergedResult = SpillSlot;
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 70 void insertPHIStores(PHINode *OriginalPHI, AllocaInst *SpillSlot);
72 insertPHIStore(BasicBlock *PredBlock, Value *PredVal, AllocaInst *SpillSlot,
75 void replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot,
694 AllocaInst *SpillSlot = insertPHILoads(PN, F);
695 if (SpillSlot)
696 insertPHIStores(PN, SpillSlot);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
WinEHPrepare.cpp 75 void insertPHIStores(PHINode *OriginalPHI, AllocaInst *SpillSlot);
77 insertPHIStore(BasicBlock *PredBlock, Value *PredVal, AllocaInst *SpillSlot,
80 void replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot,
708 AllocaInst *SpillSlot = insertPHILoads(PN, F);
709 if (SpillSlot)
710 insertPHIStores(PN, SpillSlot);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_ra.cpp 309 struct SpillSlot
317 std::list<SpillSlot> slots;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 824 milliseconds