Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp192 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts() local
211 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi); in getCopyFromParts()