Searched refs:FixedPos (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 470 bool SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos) { in SelectCVTFixedPosOperand() argument 471 return SelectCVTFixedPosOperand(N, FixedPos, RegWidth); in SelectCVTFixedPosOperand() 474 bool SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos, unsigned Width); 477 bool SelectCVTFixedPosRecipOperand(SDValue N, SDValue &FixedPos) { in SelectCVTFixedPosRecipOperand() argument 478 return SelectCVTFixedPosRecipOperand(N, FixedPos, RegWidth); in SelectCVTFixedPosRecipOperand() 481 bool SelectCVTFixedPosRecipOperand(SDValue N, SDValue &FixedPos, 3699 SDValue &FixedPos, in checkCVTFixedPointOperandWithFBits() argument 3744 FixedPos = CurDAG->getTargetConstant(FBits, SDLoc(N), MVT::i32); in checkCVTFixedPointOperandWithFBits() 3750 return checkCVTFixedPointOperandWithFBits(CurDAG, N, FixedPos, RegWidth, in SelectCVTFixedPosOperand() 3755 SDValue &FixedPos, in SelectCVTFixedPosRecipOperand() argument [all …]
|