Home
last modified time | relevance | path

Searched refs:MarkAllocated (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h356 MarkAllocated(Reg); in AllocateReg()
363 MarkAllocated(Reg); in AllocateReg()
364 MarkAllocated(ShadowReg); in AllocateReg()
378 MarkAllocated(Reg); in AllocateReg()
402 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
419 MarkAllocated(Reg); in AllocateReg()
420 MarkAllocated(ShadowReg); in AllocateReg()
443 MarkAllocated(ShadowReg); in AllocateStack()
452 MarkAllocated(ShadowRegs[i]); in AllocateStack()
572 void MarkAllocated(unsigned Reg);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCallingConvLower.cpp62 void CCState::MarkAllocated(unsigned Reg) { in MarkAllocated() function in CCState
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc1559 void TopTierRegisterAllocationData::MarkAllocated(MachineRepresentation rep, in MarkAllocated() function in v8::internal::compiler::TopTierRegisterAllocationData
1970 data()->MarkAllocated(rep, index); in FixedLiveRangeFor()
2008 data()->MarkAllocated(rep, index); in FixedFPLiveRangeFor()
2034 data()->MarkAllocated(MachineRepresentation::kSimd128, index); in FixedSIMD128LiveRangeFor()
3861 data()->MarkAllocated(range->representation(), reg); in SetLiveRangeAssignedRegister()
Dregister-allocator.h323 void MarkAllocated(MachineRepresentation rep, int index);