Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp561 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeStoreOps() local
570 RoundVT, ST->getOriginalAlign(), MMOFlags, AAInfo); in LegalizeStoreOps()
591 Hi = DAG.getTruncStore(Chain, dl, Hi, Ptr, ST->getPointerInfo(), RoundVT, in LegalizeStoreOps()
773 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeLoadOps() local
783 LD->getPointerInfo(), RoundVT, LD->getOriginalAlign(), in LegalizeLoadOps()
812 LD->getPointerInfo(), RoundVT, LD->getOriginalAlign(), in LegalizeLoadOps()
H A DSelectionDAGBuilder.cpp196 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts() local
215 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi); in getCopyFromParts()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp27878 EVT RoundVT = ContainerSrcVT.changeVectorElementType( in LowerFixedLengthFPRoundToSVE() local
27880 SDValue Pg = getPredicateForVector(DAG, DL, RoundVT); in LowerFixedLengthFPRoundToSVE()
27883 Val = DAG.getNode(AArch64ISD::FP_ROUND_MERGE_PASSTHRU, DL, RoundVT, Pg, Val, in LowerFixedLengthFPRoundToSVE()
27884 Op.getOperand(1), DAG.getUNDEF(RoundVT)); in LowerFixedLengthFPRoundToSVE()