/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegAllocBasic.cpp | 227 LiveInterval &Spill = *Intfs[i]; in spillInterferences() local
|
H A D | InlineSpiller.cpp | 1138 void HoistSpillHelper::addToMergeableSpills(MachineInstr &Spill, int StackSlot, in addToMergeableSpills() argument 1157 bool HoistSpillHelper::rmFromMergeableSpills(MachineInstr &Spill, in rmFromMergeableSpills() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.cpp | 332 auto &Spill = VGPRToAGPRSpills[FI]; in allocateVGPRSpillToAGPR() local
|
H A D | SIFrameLowering.cpp | 756 ArrayRef<SIMachineFunctionInfo::SpilledReg> Spill in emitPrologue() local 860 ArrayRef<SIMachineFunctionInfo::SpilledReg> Spill in emitEpilogue() local [all...] |
H A D | SIRegisterInfo.cpp | 791 SIMachineFunctionInfo::SpilledReg Spill = VGPRSpills[i]; in spillSGPR() local 892 SIMachineFunctionInfo::SpilledReg Spill = VGPRSpills[i]; in restoreSGPR() local
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-regalloc.cc | 581 void StraightForwardRegisterAllocator::Spill(ValueNode* node) { in Spill() function in v8::internal::maglev::StraightForwardRegisterAllocator
|
H A D | maglev-ir.h | 713 void Spill(compiler::AllocatedOperand operand) { in Spill() function in v8::internal::maglev::ValueNode
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.cc | 868 void LiftoffAssembler::Spill(VarState* slot) { in Spill() function in v8::internal::wasm::LiftoffAssembler [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 289 class Spill { class 295 Spill(Value *Def, llvm::User *U) : Def(Def), User(cast<Instruction>(U)) {} in Spill() function in __anon24983::Spill
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 1407 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueKind kind) { in Spill() function in v8::internal::wasm::LiftoffAssembler 1438 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 954 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueKind kind) { in Spill() function in v8::internal::wasm::LiftoffAssembler 983 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | mid-tier-register-allocator.cc | 1058 void RegisterState::Register::Spill(AllocatedOperand allocated_op, in Spill() function in v8::internal::compiler::RegisterState::Register 1176 void RegisterState::Spill(RegisterIndex reg, AllocatedOperand allocated, in Spill() function in v8::internal::compiler::RegisterState [all...] |
H A D | register-allocator.cc | 374 void LiveRange::Spill() { in Spill() function in v8::internal::compiler::LiveRange 2978 void RegisterAllocator::Spill(LiveRange* range, SpillMode spill_mode) { in Spill() function in v8::internal::compiler::RegisterAllocator [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 1201 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueKind kind) { in Spill() function in v8::internal::wasm::LiftoffAssembler 1229 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 1411 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueKind kind) { in Spill() function in v8::internal::wasm::LiftoffAssembler 1422 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 932 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueKind kind) { in Spill() function in v8::internal::wasm::LiftoffAssembler 938 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 808 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueKind kind) { in Spill() function in v8::internal::wasm::LiftoffAssembler 833 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 870 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueKind kind) { in Spill() function in v8::internal::wasm::LiftoffAssembler 897 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 915 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueKind kind) { in Spill() function in v8::internal::wasm::LiftoffAssembler 942 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 988 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueKind kind) { in Spill() function in v8::internal::wasm::LiftoffAssembler 1021 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 974 void LiftoffAssembler::Spill(int offset, LiftoffRegister reg, ValueKind kind) { in Spill() function in v8::internal::wasm::LiftoffAssembler 1001 void LiftoffAssembler::Spill(int offset, WasmValue value) { in Spill() function in v8::internal::wasm::LiftoffAssembler
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringX8632.cpp | 2908 Variable *Spill = Func->makeVariable(IceType_f64); in lowerCast() local 2945 Variable *Spill = Func->makeVariable(IceType_f64); in lowerCast() local [all...] |