Searched refs:MinRCSize (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 37 const unsigned MinRCSize = 4; variable 299 if (DstRC && !MRI->constrainRegClass(VReg, DstRC, MinRCSize)) { in AddRegisterOperand() 408 RC = MRI->constrainRegClass(VReg, RC, MinRCSize); in ConstrainForSubReg()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 40 const unsigned MinRCSize = 4; variable 338 if (DstRC && !MRI->constrainRegClass(VReg, DstRC, MinRCSize)) { in AddRegisterOperand() 452 RC = MRI->constrainRegClass(VReg, RC, MinRCSize); in ConstrainForSubReg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | InstrEmitter.cpp | 40 const unsigned MinRCSize = 4; variable 339 = MRI->constrainRegClass(VReg, OpRC, MinRCSize); in AddRegisterOperand() 475 RC = MRI->constrainRegClass(VReg, RC, MinRCSize); in ConstrainForSubReg()
|