HomeSort by relevance Sort by last modified time
    Searched refs:isInAllocatableClass (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterClassInfo.h 126 return TRI->isInAllocatableClass(PhysReg) && !isReserved(PhysReg);
  /external/llvm/lib/Target/AMDGPU/
SIInsertWaits.cpp 227 if (!Op.isReg() || !TRI->isInAllocatableClass(Op.getReg()))
468 if (!Op.isReg() || !TRI->isInAllocatableClass(Op.getReg()))
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetRegisterInfo.h 316 /// isInAllocatableClass - Return true if the register is in the allocation
318 bool isInAllocatableClass(unsigned RegNo) const {
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 364 bool isInAllocatableClass(unsigned RegNo) const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 375 bool isInAllocatableClass(unsigned RegNo) const {
    [all...]
MachineRegisterInfo.h     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 782 return getTargetRegisterInfo()->isInAllocatableClass(PhysReg) &&
    [all...]
  /external/llvm/lib/CodeGen/
LiveVariables.cpp 609 if (!TRI->isInAllocatableClass(LI.PhysReg))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveVariables.cpp 609 if (!TRI->isInAllocatableClass(LI.PhysReg))
MachineVerifier.cpp 219 return Reg < TRI->getNumRegs() && TRI->isInAllocatableClass(Reg) &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInsertWaitcnts.cpp 479 if (!Op.isReg() || !TRI->isInAllocatableClass(Op.getReg()) ||
    [all...]

Completed in 222 milliseconds