/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/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 __anon1216308b0511::Spill
|
/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/ |
D | liftoff-assembler.cc | 672 void LiftoffAssembler::Spill(VarState* slot) { in Spill() function in v8::internal::wasm::LiftoffAssembler
|
D | liftoff-compiler.cc | 729 __ Spill(entry.offset, entry.reg, entry.type); in GenerateOutOfLineCode() local
|
/external/v8/src/compiler/backend/ |
D | mid-tier-register-allocator.cc | 1017 void RegisterState::Register::Spill(AllocatedOperand allocated_op, in Spill() function in v8::internal::compiler::RegisterState::Register 1128 void RegisterState::Spill(RegisterIndex reg, AllocatedOperand allocated, in Spill() function in v8::internal::compiler::RegisterState
|
D | register-allocator.cc | 373 void LiveRange::Spill() { in Spill() function in v8::internal::compiler::LiveRange 2877 void RegisterAllocator::Spill(LiveRange* range, SpillMode spill_mode) { in Spill() function in v8::internal::compiler::RegisterAllocator
|
/external/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 223 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueType type) { in Spill() function 227 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function
|
/external/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 224 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueType type) { in Spill() function 228 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function
|
/external/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 787 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueType type) { in Spill() function 793 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function
|
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 652 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueType type) { in Spill() function 676 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function
|
/external/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 611 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueType type) { in Spill() function 637 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 800 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueType type) { in Spill() function 826 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function
|
/external/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 1327 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueType type) { in Spill() function 1338 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 1082 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueType type) { in Spill() function 1109 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function
|