Home
last modified time | relevance | path

Searched refs:MinRCSize (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp37 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/
DInstrEmitter.cpp40 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/
DInstrEmitter.cpp40 const unsigned MinRCSize = 4; variable
339 = MRI->constrainRegClass(VReg, OpRC, MinRCSize); in AddRegisterOperand()
475 RC = MRI->constrainRegClass(VReg, RC, MinRCSize); in ConstrainForSubReg()