Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h51 struct SpillSlot { struct
52 unsigned Reg;
53 int Offset; // Offset relative to stack pointer on function entry.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp709 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp125 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
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp357 struct SpillSlot struct in nv50_ir::SpillCodeInserter
359 Interval occup;
360 std::list<Value *> residents; // needed to recalculate occup
361 Symbol *sym;
362 int32_t offset;
363 inline uint8_t size() const { return sym->reg.size; } in size()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1542 using SpillSlot = TargetFrameLowering::SpillSlot; in assignCalleeSavedSpillSlots() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp2205 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[i].ArgVT); in LowerCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1538 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[I].ArgVT); in LowerCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp3982 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local