Lines Matching defs:FixedPos
476 bool SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos) {
477 return SelectCVTFixedPosOperand(N, FixedPos, RegWidth);
480 bool SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos, unsigned Width);
483 bool SelectCVTFixedPosRecipOperand(SDValue N, SDValue &FixedPos) {
484 return SelectCVTFixedPosRecipOperand(N, FixedPos, RegWidth);
487 bool SelectCVTFixedPosRecipOperand(SDValue N, SDValue &FixedPos,
3905 SDValue &FixedPos,
3950 FixedPos = CurDAG->getTargetConstant(FBits, SDLoc(N), MVT::i32);
3954 bool AArch64DAGToDAGISel::SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos,
3956 return checkCVTFixedPointOperandWithFBits(CurDAG, N, FixedPos, RegWidth,
3961 SDValue &FixedPos,
3963 return checkCVTFixedPointOperandWithFBits(CurDAG, N, FixedPos, RegWidth,