Searched refs:getSVESafeBitCast (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 1303 SDValue getSVESafeBitCast(EVT VT, SDValue Op, SelectionDAG &DAG) const;
|
| H A D | AArch64ISelLowering.cpp | 4417 return getSVESafeBitCast(OpVT, ExtResult, DAG); in LowerBITCAST() 4419 return getSVESafeBitCast(OpVT, Op.getOperand(0), DAG); in LowerBITCAST() 9050 return getSVESafeBitCast(VT, Op, DAG); in LowerFCOPYSIGN() 13626 Vec0 = getSVESafeBitCast(NarrowVT, Vec0, DAG); in LowerINSERT_SUBVECTOR() 13627 Vec1 = getSVESafeBitCast(WideVT, Vec1, DAG); in LowerINSERT_SUBVECTOR() 13647 return getSVESafeBitCast(VT, Narrow, DAG); in LowerINSERT_SUBVECTOR() 25793 Result = getSVESafeBitCast(ExtendVT, Result, DAG); in LowerFixedLengthVectorLoadToSVE() 26401 Val = getSVESafeBitCast(ExtendVT, Val, DAG); in LowerFixedLengthFPExtendToSVE() 26468 Val = getSVESafeBitCast(ContainerSrcVT, Val, DAG); in LowerFixedLengthIntToFPToSVE() 26529 Val = getSVESafeBitCast(CvtVT, Val, DAG); in LowerFixedLengthFPToIntToSVE() [all …]
|