Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp582 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeStoreOps() local
591 RoundVT, ST->getOriginalAlign(), MMOFlags, AAInfo); in LegalizeStoreOps()
612 Hi = DAG.getTruncStore(Chain, dl, Hi, Ptr, ST->getPointerInfo(), RoundVT, in LegalizeStoreOps()
794 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeLoadOps() local
804 LD->getPointerInfo(), RoundVT, LD->getOriginalAlign(), in LegalizeLoadOps()
833 LD->getPointerInfo(), RoundVT, LD->getOriginalAlign(), in LegalizeLoadOps()
H A DSelectionDAGBuilder.cpp192 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts() local
211 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi); in getCopyFromParts()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp26418 EVT RoundVT = ContainerSrcVT.changeVectorElementType( in LowerFixedLengthFPRoundToSVE() local
26420 SDValue Pg = getPredicateForVector(DAG, DL, RoundVT); in LowerFixedLengthFPRoundToSVE()
26423 Val = DAG.getNode(AArch64ISD::FP_ROUND_MERGE_PASSTHRU, DL, RoundVT, Pg, Val, in LowerFixedLengthFPRoundToSVE()
26424 Op.getOperand(1), DAG.getUNDEF(RoundVT)); in LowerFixedLengthFPRoundToSVE()