Searched defs:SpillSlot (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetFrameLowering.h | 51 struct SpillSlot { struct in llvm::TargetFrameLowering
|
H A D | MIRYamlMapping.h | 208 enum ObjectType { DefaultType, SpillSlot, VariableSized }; enumerator 276 enum ObjectType { DefaultType, SpillSlot }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A 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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 709 AllocaInst *SpillSlot = insertPHILoads(PN, F); in demotePHIsOnFunclets() local 1075 AllocaInst *SpillSlot = nullptr; in insertPHILoads() local 1112 insertPHIStores(PHINode *OriginalPHI, AllocaInst *SpillSlot) insertPHIStores() argument 1149 insertPHIStore( BasicBlock *PredBlock, Value *PredVal, AllocaInst *SpillSlot, SmallVectorImpl<std::pair<BasicBlock *, Value *>> &Worklist) insertPHIStore() argument 1163 replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot, DenseMap<BasicBlock *, Value *> &Loads, Function &F) replaceUseWithLoad() argument [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 345 struct SpillSlot struct in nv50_ir::SpillCodeInserter
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | mid-tier-register-allocator.cc | 3323 class MidTierSpillSlotAllocator::SpillSlot : public ZoneObject { class in v8::internal::compiler::MidTierSpillSlotAllocator 3325 SpillSlot(int stack_slot, int byte_width) in SpillSlot() function in v8::internal::compiler::MidTierSpillSlotAllocator::SpillSlot [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 1538 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[I].ArgVT); in LowerCall() local
|
Completed in 39 milliseconds