Searched refs:MaglevVregAllocationState (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/maglev/ |
D | maglev-ir.cc | 56 void DefineAsRegister(MaglevVregAllocationState* vreg_state, Node* node) { in DefineAsRegister() 62 void DefineAsFixed(MaglevVregAllocationState* vreg_state, Node* node, in DefineAsFixed() 69 void DefineSameAsFirst(MaglevVregAllocationState* vreg_state, Node* node) { in DefineSameAsFirst() 367 void SmiConstant::AllocateVreg(MaglevVregAllocationState* vreg_state, in AllocateVreg() 380 void Constant::AllocateVreg(MaglevVregAllocationState* vreg_state, in AllocateVreg() 393 void InitialValue::AllocateVreg(MaglevVregAllocationState* vreg_state, in AllocateVreg() 412 void LoadGlobal::AllocateVreg(MaglevVregAllocationState* vreg_state, in AllocateVreg() 442 void RegisterInput::AllocateVreg(MaglevVregAllocationState* vreg_state, in AllocateVreg() 455 void RootConstant::AllocateVreg(MaglevVregAllocationState* vreg_state, in AllocateVreg() 471 void CheckMaps::AllocateVreg(MaglevVregAllocationState* vreg_state, in AllocateVreg() [all …]
|
D | maglev-ir.h | 34 class MaglevVregAllocationState; variable 901 void AllocateVreg(MaglevVregAllocationState*, const ProcessingState&); 927 void AllocateVreg(MaglevVregAllocationState*, const ProcessingState&); 941 void AllocateVreg(MaglevVregAllocationState*, const ProcessingState&); \ 966 void AllocateVreg(MaglevVregAllocationState*, const ProcessingState&); in ARITHMETIC_OPERATION_LIST() 982 void AllocateVreg(MaglevVregAllocationState*, const ProcessingState&); 998 void AllocateVreg(MaglevVregAllocationState*, const ProcessingState&); 1021 void AllocateVreg(MaglevVregAllocationState*, const ProcessingState&); 1035 void AllocateVreg(MaglevVregAllocationState*, const ProcessingState&); 1052 void AllocateVreg(MaglevVregAllocationState*, const ProcessingState&); [all …]
|
D | maglev-vreg-allocator.h | 18 class MaglevVregAllocationState { 48 MaglevVregAllocationState state_;
|