Searched defs:SpillSlot (Results 1 – 8 of 8) sorted by relevance
51 struct SpillSlot { struct52 unsigned Reg;53 int Offset; // Offset relative to stack pointer on function entry.
709 AllocaInst *SpillSlot = insertPHILoads(PN, F); in demotePHIsOnFunclets() local1075 AllocaInst *SpillSlot = nullptr; in insertPHILoads() local1113 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()
125 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType); in allocateStackSlot() local174 Optional<int> SpillSlot = in findPreviousSpillSlot() local1021 SDValue SpillSlot = DAG.getTargetFrameIndex(Index, getFrameIndexTy()); in visitGCRelocate() local
357 struct SpillSlot struct in nv50_ir::SpillCodeInserter359 Interval occup;360 std::list<Value *> residents; // needed to recalculate occup361 Symbol *sym;362 int32_t offset;363 inline uint8_t size() const { return sym->reg.size; } in size()
1542 using SpillSlot = TargetFrameLowering::SpillSlot; in assignCalleeSavedSpillSlots() typedef
2205 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[i].ArgVT); in LowerCall() local
1538 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[I].ArgVT); in LowerCall() local
3982 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local