/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetFrameLowering.h | 51 struct SpillSlot { struct 52 unsigned Reg; 53 int Offset; // Offset relative to stack pointer on function entry.
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetFrameLowering.h | 50 struct SpillSlot { struct 51 unsigned Reg; 52 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/llvm-project/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 731 AllocaInst *SpillSlot = insertPHILoads(PN, F); in demotePHIsOnFunclets() local 1097 AllocaInst *SpillSlot = nullptr; in insertPHILoads() local 1135 AllocaInst *SpillSlot) { in insertPHIStores() 1172 BasicBlock *PredBlock, Value *PredVal, AllocaInst *SpillSlot, in insertPHIStore() 1185 void WinEHPrepare::replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot, in replaceUseWithLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 709 AllocaInst *SpillSlot = insertPHILoads(PN, F); in demotePHIsOnFunclets() local 1075 AllocaInst *SpillSlot = nullptr; in insertPHILoads() local 1113 AllocaInst *SpillSlot) { in insertPHIStores() 1150 BasicBlock *PredBlock, Value *PredVal, AllocaInst *SpillSlot, in insertPHIStore() 1163 void WinEHPrepare::replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot, in replaceUseWithLoad()
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 125 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType); in allocateStackSlot() local 174 Optional<int> SpillSlot = in findPreviousSpillSlot() local 1021 SDValue SpillSlot = DAG.getTargetFrameIndex(Index, getFrameIndexTy()); in visitGCRelocate() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 138 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType); in allocateStackSlot() local 191 Optional<int> SpillSlot = in findPreviousSpillSlot() local 1188 SDValue SpillSlot = DAG.getTargetFrameIndex(Index, getFrameIndexTy()); in visitGCRelocate() local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 356 struct SpillSlot struct in nv50_ir::SpillCodeInserter 358 Interval occup; 359 std::list<Value *> residents; // needed to recalculate occup 360 Symbol *sym; 361 int32_t offset; 362 inline uint8_t size() const { return sym->reg.size; } in size()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1316 typedef TargetFrameLowering::SpillSlot SpillSlot; in assignCalleeSavedSpillSlots() typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1542 using SpillSlot = TargetFrameLowering::SpillSlot; in assignCalleeSavedSpillSlots() typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 2205 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[i].ArgVT); in LowerCall() local
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1692 using SpillSlot = TargetFrameLowering::SpillSlot; in assignCalleeSavedSpillSlots() typedef
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 2904 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[i].ArgVT); in LowerCall() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1082 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[I].ArgVT); in LowerCall() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1538 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[I].ArgVT); in LowerCall() local
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1584 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[I].ArgVT); in LowerCall() local
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 5308 SDValue SpillSlot = Ptr; 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-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 3982 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 4080 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
|