Home
last modified time | relevance | path

Searched refs:PhiMapValue (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h219 class PhiMapValue : public ZoneObject {
221 PhiMapValue(PhiInstruction* phi, const InstructionBlock* block, Zone* zone);
243 using PhiMap = ZoneMap<int, PhiMapValue*>;
325 PhiMapValue* InitializePhiMap(const InstructionBlock* block,
327 PhiMapValue* GetPhiMapValueFor(TopLevelLiveRange* top_range);
328 PhiMapValue* GetPhiMapValueFor(int virtual_register);
Dregister-allocator.cc212 TopTierRegisterAllocationData::PhiMapValue* phi = in HintRegister()
213 reinterpret_cast<TopTierRegisterAllocationData::PhiMapValue*>(hint_); in HintRegister()
1274 TopTierRegisterAllocationData::PhiMapValue::PhiMapValue( in PhiMapValue() function in v8::internal::compiler::TopTierRegisterAllocationData::PhiMapValue
1283 void TopTierRegisterAllocationData::PhiMapValue::AddOperand( in AddOperand()
1288 void TopTierRegisterAllocationData::PhiMapValue::CommitAssignment( in CommitAssignment()
1396 TopTierRegisterAllocationData::PhiMapValue*
1399 TopTierRegisterAllocationData::PhiMapValue* map_value = in InitializePhiMap()
1400 allocation_zone()->New<TopTierRegisterAllocationData::PhiMapValue>( in InitializePhiMap()
1409 TopTierRegisterAllocationData::PhiMapValue*
1416 TopTierRegisterAllocationData::PhiMapValue*
[all …]