Home
last modified time | relevance | path

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 DTargetFrameLowering.h51 struct SpillSlot { struct in llvm::TargetFrameLowering
H A DMIRYamlMapping.h208 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 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp709 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 Dnv50_ir_ra.cpp345 struct SpillSlot struct in nv50_ir::SpillCodeInserter
/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc3323 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 DSystemZISelLowering.cpp1538 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[I].ArgVT); in LowerCall() local

Completed in 39 milliseconds