Lines Matching refs:ConstraintVT

7277   if (OpInfo.ConstraintVT == MatchingOpInfo.ConstraintVT)  in patchMatchingInput()
7285 OpInfo.ConstraintVT); in patchMatchingInput()
7288 MatchingOpInfo.ConstraintVT); in patchMatchingInput()
7289 if ((OpInfo.ConstraintVT.isInteger() != in patchMatchingInput()
7290 MatchingOpInfo.ConstraintVT.isInteger()) || in patchMatchingInput()
7297 MatchingOpInfo.ConstraintVT = OpInfo.ConstraintVT; in patchMatchingInput()
7363 &TRI, RefOpInfo.ConstraintCode, RefOpInfo.ConstraintVT); in GetRegistersForValue()
7373 if (OpInfo.ConstraintVT != MVT::Other) { in GetRegistersForValue()
7382 !TRI.isTypeLegalForClass(*RC, OpInfo.ConstraintVT)) { in GetRegistersForValue()
7387 if (RegVT.getSizeInBits() == OpInfo.ConstraintVT.getSizeInBits()) { in GetRegistersForValue()
7394 OpInfo.ConstraintVT = RegVT; in GetRegistersForValue()
7398 } else if (RegVT.isInteger() && OpInfo.ConstraintVT.isFloatingPoint()) { in GetRegistersForValue()
7399 MVT VT = MVT::getIntegerVT(OpInfo.ConstraintVT.getSizeInBits()); in GetRegistersForValue()
7403 OpInfo.ConstraintVT = VT; in GetRegistersForValue()
7413 EVT ValueVT = OpInfo.ConstraintVT; in GetRegistersForValue()
7414 if (OpInfo.ConstraintVT == MVT::Other) in GetRegistersForValue()
7419 if (OpInfo.ConstraintVT != MVT::Other) in GetRegistersForValue()
7420 NumRegs = TLI.getNumRegisters(Context, OpInfo.ConstraintVT); in GetRegistersForValue()
7538 OpInfo.ConstraintVT = in visitInlineAsm()
7547 OpInfo.ConstraintVT = TLI.getSimpleValueType( in visitInlineAsm()
7551 OpInfo.ConstraintVT = in visitInlineAsm()
7556 OpInfo.ConstraintVT = MVT::Other; in visitInlineAsm()