Searched defs:SpillSlot (Results 1 – 9 of 9) 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
345 struct SpillSlot struct in nv50_ir::SpillCodeInserter347 Interval occup;348 std::list<Value *> residents; // needed to recalculate occup349 Symbol *sym;350 int32_t offset;351 inline uint8_t size() const { return sym->reg.size; } in size()
3323 class MidTierSpillSlotAllocator::SpillSlot : public ZoneObject { class in v8::internal::compiler::MidTierSpillSlotAllocator3325 SpillSlot(int stack_slot, int byte_width) in SpillSlot() function in v8::internal::compiler::MidTierSpillSlotAllocator::SpillSlot
2205 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[i].ArgVT); in LowerCall() local
1542 using SpillSlot = TargetFrameLowering::SpillSlot; in assignCalleeSavedSpillSlots() typedef
1538 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[I].ArgVT); in LowerCall() local
3982 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local