Searched refs:RoundVT (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 551 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeStoreOps() local 560 RoundVT, Alignment, MMOFlags, AAInfo); in LegalizeStoreOps() 584 RoundVT, Alignment, MMOFlags, AAInfo); in LegalizeStoreOps() 765 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeLoadOps() local 775 LD->getPointerInfo(), RoundVT, Alignment, MMOFlags, in LegalizeLoadOps() 806 LD->getPointerInfo(), RoundVT, Alignment, MMOFlags, in LegalizeLoadOps()
|
| H A D | SelectionDAGBuilder.cpp | 221 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts() local 240 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi); in getCopyFromParts()
|