Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp478 bool SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos) { in SelectCVTFixedPosOperand() argument
479 return SelectCVTFixedPosOperand(N, FixedPos, RegWidth); in SelectCVTFixedPosOperand()
482 bool SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos, unsigned Width);
485 bool SelectCVTFixedPosRecipOperand(SDValue N, SDValue &FixedPos) { in SelectCVTFixedPosRecipOperand() argument
486 return SelectCVTFixedPosRecipOperand(N, FixedPos, RegWidth); in SelectCVTFixedPosRecipOperand()
489 bool SelectCVTFixedPosRecipOperand(SDValue N, SDValue &FixedPos,
3854 SDValue &FixedPos, in checkCVTFixedPointOperandWithFBits() argument
3899 FixedPos = CurDAG->getTargetConstant(FBits, SDLoc(N), MVT::i32); in checkCVTFixedPointOperandWithFBits()
3903 bool AArch64DAGToDAGISel::SelectCVTFixedPosOperand(SDValue N, SDValue &FixedPos, in SelectCVTFixedPosOperand() argument
3905 return checkCVTFixedPointOperandWithFBits(CurDAG, N, FixedPos, RegWidth, in SelectCVTFixedPosOperand()
[all …]