/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetFrameLowering.h | 46 struct SpillSlot { struct 47 unsigned Reg; 48 int Offset; // Offset relative to stack pointer on function entry.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetFrameLowering.h | 42 struct SpillSlot { struct 43 unsigned Reg; 44 int Offset; // Offset relative to stack pointer on function entry.
|
/external/llvm/include/llvm/Target/ |
D | TargetFrameLowering.h | 42 struct SpillSlot { struct 43 unsigned Reg; 44 int Offset; // Offset relative to stack pointer on function entry.
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 694 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 708 AllocaInst *SpillSlot = insertPHILoads(PN, F); in demotePHIsOnFunclets() local 1074 AllocaInst *SpillSlot = nullptr; in insertPHILoads() local 1111 AllocaInst *SpillSlot) { in insertPHIStores() 1148 BasicBlock *PredBlock, Value *PredVal, AllocaInst *SpillSlot, in insertPHIStore() 1162 void WinEHPrepare::replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot, in replaceUseWithLoad()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 126 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType); in allocateStackSlot() local 175 Optional<int> SpillSlot = in findPreviousSpillSlot() local 979 SDValue SpillSlot = in visitGCRelocate() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 102 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/ |
D | nv50_ir_ra.cpp | 309 struct SpillSlot struct in nv50_ir::SpillCodeInserter 311 Interval occup; 312 std::list<Value *> residents; // needed to recalculate occup 313 Symbol *sym; 314 int32_t offset; 315 inline uint8_t size() const { return sym->reg.size; } in size()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 1293 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[i].ArgVT); in LowerCall() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1316 typedef TargetFrameLowering::SpillSlot SpillSlot; in assignCalleeSavedSpillSlots() typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1478 using SpillSlot = TargetFrameLowering::SpillSlot; in assignCalleeSavedSpillSlots() typedef
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1082 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[I].ArgVT); in LowerCall() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1300 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[I].ArgVT); in LowerCall() local
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 2147 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 3129 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 3625 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
|