/external/llvm/lib/Target/AMDGPU/ |
D | SIMachineFunctionInfo.cpp | 202 struct SpilledReg Spill; in getSpilledReg() local
|
D | SIRegisterInfo.cpp | 528 struct SIMachineFunctionInfo::SpilledReg Spill = in eliminateFrameIndex() local 592 struct SIMachineFunctionInfo::SpilledReg Spill = in eliminateFrameIndex() local
|
/external/llvm/lib/CodeGen/ |
D | RegAllocBasic.cpp | 191 LiveInterval &Spill = *Intfs[i]; in spillInterferences() local
|
D | InlineSpiller.cpp | 1054 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/ |
D | RegAllocBasic.cpp | 228 LiveInterval &Spill = *Intfs[i]; in spillInterferences() local
|
D | InlineSpiller.cpp | 1107 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/ |
D | liftoff-assembler-arm.h | 82 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/ |
D | liftoff-assembler-s390.h | 82 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/ |
D | liftoff-assembler-ppc.h | 82 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/ |
D | CoroFrame.cpp | 266 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/ |
D | liftoff-assembler-arm64.h | 318 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/ |
D | SIRegisterInfo.cpp | 745 SIMachineFunctionInfo::SpilledReg Spill = VGPRSpills[i]; in spillSGPR() local 910 SIMachineFunctionInfo::SpilledReg Spill = VGPRSpills[i]; in restoreSGPR() local
|
D | SIInstrInfo.cpp | 891 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/ |
D | liftoff-assembler-mips64.h | 408 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/ |
D | liftoff-assembler-mips.h | 474 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/ |
D | liftoff-assembler.cc | 417 void LiftoffAssembler::Spill(uint32_t index) { in Spill() function in v8::internal::wasm::LiftoffAssembler
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 331 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/ |
D | liftoff-assembler-ia32.h | 401 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/ |
D | register-allocator.cc | 454 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
|