Home
last modified time | relevance | path

Searched defs:SpillSlot (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetFrameLowering.h46 struct SpillSlot { struct
47 unsigned Reg;
48 int Offset; // Offset relative to stack pointer on function entry.
/external/llvm/include/llvm/Target/
DTargetFrameLowering.h42 struct SpillSlot { struct
43 unsigned Reg;
44 int Offset; // Offset relative to stack pointer on function entry.
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp694 AllocaInst *SpillSlot = insertPHILoads(PN, F); in demotePHIsOnFunclets() local
1067 AllocaInst *SpillSlot = nullptr; in insertPHILoads() local
1104 AllocaInst *SpillSlot) { in insertPHIStores()
1141 BasicBlock *PredBlock, Value *PredVal, AllocaInst *SpillSlot, in insertPHIStore()
1155 void WinEHPrepare::replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot, in replaceUseWithLoad()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp102 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType); in allocateStackSlot() local
147 Optional<int> SpillSlot = in findPreviousSpillSlot() local
919 SDValue SpillSlot = DAG.getTargetFrameIndex(*DerivedPtrLocation, in visitGCRelocate() local
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp311 struct SpillSlot struct in nv50_ir::SpillCodeInserter
313 Interval occup;
314 std::list<Value *> residents; // needed to recalculate occup
315 Symbol *sym;
316 int32_t offset;
317 inline uint8_t size() const { return sym->reg.size; } in size()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1316 typedef TargetFrameLowering::SpillSlot SpillSlot; in assignCalleeSavedSpillSlots() typedef
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1082 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[I].ArgVT); in LowerCall() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp2147 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3129 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local