Searched refs:RoundVT (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 809 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeStoreOps() local 818 RoundVT, in LegalizeStoreOps() 844 RoundVT, isVolatile, isNonTemporal, Alignment, in LegalizeStoreOps() 1017 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeLoadOps() local 1028 LD->getPointerInfo(), RoundVT, isVolatile, in LegalizeLoadOps() 1059 LD->getPointerInfo(), RoundVT, isVolatile, in LegalizeLoadOps()
|
D | SelectionDAGBuilder.cpp | 135 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts() local 154 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi); in getCopyFromParts()
|