Home
last modified time | relevance | path

Searched refs:getAllocatableClass (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp135 RC = TRI->getAllocatableClass( in EmitCopyFromReg()
204 TRI->getAllocatableClass(TII->getRegClass(II, i, TRI, *MF)); in CreateVirtualRegisters()
320 OpRC = TRI->getAllocatableClass(OpRC); in AddRegisterOperand()
379 II ? TRI->getAllocatableClass(TII->getRegClass(*II, IIOpNum, TRI, *MF)) in AddOperand()
615 TRI->getAllocatableClass(TRI->getRegClass(DstRCIdx)); in EmitCopyToRegClassNode()
633 Register NewVReg = MRI->createVirtualRegister(TRI->getAllocatableClass(RC)); in EmitRegSequence()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetRegisterInfo.cpp173 TargetRegisterInfo::getAllocatableClass(const TargetRegisterClass *RC) const { in getAllocatableClass() function in TargetRegisterInfo
222 const TargetRegisterClass *SubClass = getAllocatableClass(RC); in getAllocatableSet()
DTwoAddressInstructionPass.cpp1362 TRI->getAllocatableClass( in tryInstructionTransform()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h317 getAllocatableClass(const TargetRegisterClass *RC) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp1822 return getAllocatableClass(RC); in getConstrainedRegClassForOperand()