Home
last modified time | relevance | path

Searched refs:MarkAllocated (Results 1 – 8 of 8) 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-7.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h355 MarkAllocated(Reg); in AllocateReg()
362 MarkAllocated(Reg); in AllocateReg()
363 MarkAllocated(ShadowReg); in AllocateReg()
377 MarkAllocated(Reg); in AllocateReg()
401 MarkAllocated(Regs[StartIdx + BlockIdx]); in AllocateRegBlock()
418 MarkAllocated(Reg); in AllocateReg()
419 MarkAllocated(ShadowReg); in AllocateReg()
442 MarkAllocated(ShadowReg); in AllocateStack()
451 MarkAllocated(ShadowRegs[i]); in AllocateStack()
571 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCallingConvLower.cpp63 void CCState::MarkAllocated(unsigned Reg) { in MarkAllocated() function in CCState
/external/v8/src/compiler/
Dregister-allocator.cc1554 void RegisterAllocationData::MarkAllocated(MachineRepresentation rep, in MarkAllocated() function in v8::internal::compiler::RegisterAllocationData
1930 data()->MarkAllocated(rep, index); in FixedLiveRangeFor()
1963 data()->MarkAllocated(rep, index); in FixedFPLiveRangeFor()
2862 data()->MarkAllocated(range->representation(), reg); in SetLiveRangeAssignedRegister()
Dregister-allocator.h823 void MarkAllocated(MachineRepresentation rep, int index);