Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineSink.cpp52 BitVector AllocatableSet; // Which physregs are allocatable? member in __anon8a46b14b0111::MachineSinking
221 AllocatableSet = TRI->getAllocatableSet(MF); in runOnMachineFunction()
448 if (AllocatableSet.test(Reg)) in SinkInstruction()
457 if (AllocatableSet.test(AliasReg)) in SinkInstruction()
DCriticalAntiDepBreaker.h45 const BitVector AllocatableSet; variable
DMachineLICM.cpp84 BitVector AllocatableSet; member in __anon0ec594db0111::MachineLICM
322 AllocatableSet = TRI->getAllocatableSet(MF); in runOnMachineFunction()
811 if (AllocatableSet.test(Reg)) in IsLoopInvariantInst()
818 if (AllocatableSet.test(AliasReg)) in IsLoopInvariantInst()
/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.h42 const BitVector AllocatableSet; variable