Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp571 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeStoreOps() local
580 RoundVT, ST->getOriginalAlign(), MMOFlags, AAInfo); in LegalizeStoreOps()
600 Hi = DAG.getTruncStore(Chain, dl, Hi, Ptr, ST->getPointerInfo(), RoundVT, in LegalizeStoreOps()
782 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeLoadOps() local
792 LD->getPointerInfo(), RoundVT, LD->getOriginalAlign(), in LegalizeLoadOps()
820 LD->getPointerInfo(), RoundVT, LD->getOriginalAlign(), in LegalizeLoadOps()
H A DSelectionDAGBuilder.cpp186 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts() local
205 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi); in getCopyFromParts()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21627 EVT RoundVT = ContainerSrcVT.changeVectorElementType( in LowerFixedLengthFPRoundToSVE() local
21629 SDValue Pg = getPredicateForVector(DAG, DL, RoundVT); in LowerFixedLengthFPRoundToSVE()
21632 Val = DAG.getNode(AArch64ISD::FP_ROUND_MERGE_PASSTHRU, DL, RoundVT, Pg, Val, in LowerFixedLengthFPRoundToSVE()
21633 Op.getOperand(1), DAG.getUNDEF(RoundVT)); in LowerFixedLengthFPRoundToSVE()