Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCallingConvLower.h244 MarkAllocated(Reg); in AllocateReg()
251 MarkAllocated(Reg); in AllocateReg()
252 MarkAllocated(ShadowReg); in AllocateReg()
266 MarkAllocated(Reg); in AllocateReg()
279 MarkAllocated(Reg); in AllocateReg()
280 MarkAllocated(ShadowReg); in AllocateReg()
296 MarkAllocated(ShadowReg); in AllocateStack()
318 void MarkAllocated(unsigned Reg);
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h344 MarkAllocated(Reg); in AllocateReg()
351 MarkAllocated(Reg); in AllocateReg()
352 MarkAllocated(ShadowReg); in AllocateReg()
366 MarkAllocated(Reg); in AllocateReg()
390 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
407 MarkAllocated(Reg); in AllocateReg()
408 MarkAllocated(ShadowReg); in AllocateReg()
431 MarkAllocated(ShadowReg); in AllocateStack()
440 MarkAllocated(ShadowRegs[i]); in AllocateStack()
526 void MarkAllocated(unsigned Reg);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCallingConvLower.cpp60 void CCState::MarkAllocated(unsigned Reg) { in MarkAllocated() function in CCState
/external/llvm/lib/CodeGen/
DCallingConvLower.cpp62 void CCState::MarkAllocated(unsigned Reg) { in MarkAllocated() function in CCState
/external/v8/src/compiler/
Dregister-allocator.cc1556 void RegisterAllocationData::MarkAllocated(MachineRepresentation rep, in MarkAllocated() function in v8::internal::compiler::RegisterAllocationData
1924 data()->MarkAllocated(rep, index); in FixedLiveRangeFor()
1957 data()->MarkAllocated(rep, index); in FixedFPLiveRangeFor()
2852 data()->MarkAllocated(range->representation(), reg); in SetLiveRangeAssignedRegister()
Dregister-allocator.h835 void MarkAllocated(MachineRepresentation rep, int index);