Home
last modified time | relevance | path

Searched refs:SpillLocation (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp184 SpillLoc SpillLocation; member
276 VL.Loc.SpillLocation = {SpillBase, SpillOffset}; in CreateSpillLoc()
309 DIExpr, DIExpression::ApplyOffset, Loc.SpillLocation.SpillOffset); in BuildDbgValue()
310 unsigned Base = Loc.SpillLocation.SpillBase; in BuildDbgValue()
374 dbgs() << printReg(Loc.SpillLocation.SpillBase, TRI); in dump()
375 dbgs() << "[" << Loc.SpillLocation.SpillOffset << "]"; in dump()
894 VarLoc::SpillLoc SpillLocation = extractSpillBaseRegAndOffset(MI); in insertTransferDebugPair() local
895 VarLoc VL = VarLoc::CreateSpillLoc(*DebugInstr, SpillLocation.SpillBase, in insertTransferDebugPair()
896 SpillLocation.SpillOffset, LS); in insertTransferDebugPair()
1056 if (VL.Kind == VarLoc::SpillLocKind && VL.Loc.SpillLocation in transferSpillOrRestoreInst()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc553 SpillLocation spill_location) { in GetTaggedSlotsForOOLCode()
557 if (spill_location == SpillLocation::kTopOfStack && slot.is_reg()) { in GetTaggedSlotsForOOLCode()
564 DCHECK_IMPLIES(slot.is_reg(), spill_location == SpillLocation::kStackSlots); in GetTaggedSlotsForOOLCode()
H A Dliftoff-assembler.h209 enum class SpillLocation { kTopOfStack, kStackSlots }; class
220 SpillLocation spill_location);
H A Dliftoff-compiler.cc706 ? LiftoffAssembler::CacheState::SpillLocation::kStackSlots in StackCheck()
707 : LiftoffAssembler::CacheState::SpillLocation::kTopOfStack); in StackCheck()
754 LiftoffAssembler::CacheState::SpillLocation::kTopOfStack); in TierupCheck()
2782 LiftoffAssembler::CacheState::SpillLocation::kStackSlots);

Completed in 15 milliseconds