Home
last modified time | relevance | path

Searched defs:Spill (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp202 struct SpilledReg Spill; in getSpilledReg() local
DSIRegisterInfo.cpp528 struct SIMachineFunctionInfo::SpilledReg Spill = in eliminateFrameIndex() local
592 struct SIMachineFunctionInfo::SpilledReg Spill = in eliminateFrameIndex() local
/external/llvm/lib/CodeGen/
DRegAllocBasic.cpp191 LiveInterval &Spill = *Intfs[i]; in spillInterferences() local
DInlineSpiller.cpp1054 void HoistSpillHelper::addToMergeableSpills(MachineInstr &Spill, int StackSlot, in addToMergeableSpills()
1066 bool HoistSpillHelper::rmFromMergeableSpills(MachineInstr &Spill, in rmFromMergeableSpills()
1164 for (const auto Spill : Spills) { in getVisitOrders() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocBasic.cpp228 LiveInterval &Spill = *Intfs[i]; in spillInterferences() local
DInlineSpiller.cpp1107 void HoistSpillHelper::addToMergeableSpills(MachineInstr &Spill, int StackSlot, in addToMergeableSpills()
1126 bool HoistSpillHelper::rmFromMergeableSpills(MachineInstr &Spill, in rmFromMergeableSpills()
1220 for (const auto Spill : Spills) { in getVisitOrders() local
/external/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h82 void LiftoffAssembler::Spill(uint32_t index, LiftoffRegister reg, in Spill() function
87 void LiftoffAssembler::Spill(uint32_t index, WasmValue value) { in Spill() function
/external/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h82 void LiftoffAssembler::Spill(uint32_t index, LiftoffRegister reg, in Spill() function
87 void LiftoffAssembler::Spill(uint32_t index, WasmValue value) { in Spill() function
/external/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h82 void LiftoffAssembler::Spill(uint32_t index, LiftoffRegister reg, in Spill() function
87 void LiftoffAssembler::Spill(uint32_t index, WasmValue value) { in Spill() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp266 class Spill { class
272 Spill(Value *Def, llvm::User *U) : Def(Def), User(cast<Instruction>(U)) {} in Spill() function in __anon7a38e1c90511::Spill
/external/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h318 void LiftoffAssembler::Spill(uint32_t index, LiftoffRegister reg, in Spill() function
325 void LiftoffAssembler::Spill(uint32_t index, WasmValue value) { in Spill() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp745 SIMachineFunctionInfo::SpilledReg Spill = VGPRSpills[i]; in spillSGPR() local
910 SIMachineFunctionInfo::SpilledReg Spill = VGPRSpills[i]; in restoreSGPR() local
DSIInstrInfo.cpp891 MachineInstrBuilder Spill = BuildMI(MBB, MI, DL, OpDesc) in storeRegToStackSlot() local
998 MachineInstrBuilder Spill = BuildMI(MBB, MI, DL, OpDesc, DestReg) in loadRegFromStackSlot() local
/external/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h408 void LiftoffAssembler::Spill(uint32_t index, LiftoffRegister reg, in Spill() function
430 void LiftoffAssembler::Spill(uint32_t index, WasmValue value) { in Spill() function
/external/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h474 void LiftoffAssembler::Spill(uint32_t index, LiftoffRegister reg, in Spill() function
497 void LiftoffAssembler::Spill(uint32_t index, WasmValue value) { in Spill() function
/external/v8/src/wasm/baseline/
Dliftoff-assembler.cc417 void LiftoffAssembler::Spill(uint32_t index) { in Spill() function in v8::internal::wasm::LiftoffAssembler
/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h331 void LiftoffAssembler::Spill(uint32_t index, LiftoffRegister reg, in Spill() function
353 void LiftoffAssembler::Spill(uint32_t index, WasmValue value) { in Spill() function
/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h401 void LiftoffAssembler::Spill(uint32_t index, LiftoffRegister reg, in Spill() function
424 void LiftoffAssembler::Spill(uint32_t index, WasmValue value) { in Spill() function
/external/v8/src/compiler/
Dregister-allocator.cc454 void LiveRange::Spill() { in Spill() function in v8::internal::compiler::LiveRange
2726 void RegisterAllocator::Spill(LiveRange* range) { in Spill() function in v8::internal::compiler::RegisterAllocator