Home
last modified time | relevance | path

Searched defs:Spill (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp227 LiveInterval &Spill = *Intfs[i]; in spillInterferences() local
H A DInlineSpiller.cpp1138 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 DSIMachineFunctionInfo.cpp332 auto &Spill = VGPRToAGPRSpills[FI]; in allocateVGPRSpillToAGPR() local
H A DSIFrameLowering.cpp756 ArrayRef<SIMachineFunctionInfo::SpilledReg> Spill in emitPrologue() local
860 ArrayRef<SIMachineFunctionInfo::SpilledReg> Spill in emitEpilogue() local
[all...]
H A DSIRegisterInfo.cpp791 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 Dmaglev-regalloc.cc581 void StraightForwardRegisterAllocator::Spill(ValueNode* node) { in Spill() function in v8::internal::maglev::StraightForwardRegisterAllocator
H A Dmaglev-ir.h713 void Spill(compiler::AllocatedOperand operand) { in Spill() function in v8::internal::maglev::ValueNode
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc868 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 DCoroFrame.cpp289 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 Dliftoff-assembler-s390.h1407 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 Dliftoff-assembler-ppc.h954 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 Dmid-tier-register-allocator.cc1058 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 Dregister-allocator.cc374 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 Dliftoff-assembler-ia32.h1201 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 Dliftoff-assembler-arm.h1411 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 Dliftoff-assembler-arm64.h932 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 Dliftoff-assembler-mips.h808 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 Dliftoff-assembler-loong64.h870 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 Dliftoff-assembler-x64.h915 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 Dliftoff-assembler-riscv64.h988 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 Dliftoff-assembler-mips64.h974 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 DIceTargetLoweringX8632.cpp2908 Variable *Spill = Func->makeVariable(IceType_f64); in lowerCast() local
2945 Variable *Spill = Func->makeVariable(IceType_f64); in lowerCast() local
[all...]

Completed in 98 milliseconds