Lines Matching defs:FixedPos
478 bool SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos) {
479 return SelectCVTFixedPosOperand(N, FixedPos, RegWidth);
482 bool SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos, unsigned Width);
485 bool SelectCVTFixedPosRecipOperand(SDValue N, SDValue &FixedPos) {
486 return SelectCVTFixedPosRecipOperand(N, FixedPos, RegWidth);
489 bool SelectCVTFixedPosRecipOperand(SDValue N, SDValue &FixedPos,
3854 SDValue &FixedPos,
3899 FixedPos = CurDAG->getTargetConstant(FBits, SDLoc(N), MVT::i32);
3903 bool AArch64DAGToDAGISel::SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos,
3905 return checkCVTFixedPointOperandWithFBits(CurDAG, N, FixedPos, RegWidth,
3910 SDValue &FixedPos,
3912 return checkCVTFixedPointOperandWithFBits(CurDAG, N, FixedPos, RegWidth,