Searched defs:RoundVT (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 150 EVT RoundVT = RoundBits == ValueBits ? local 169 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 1244 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); 1254 LD->getPointerInfo(), RoundVT, isVolatile, local 1283 LD->getPointerInfo(), RoundVT, isVolatile, 1561 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); 1570 RoundVT, 1592 RoundVT, isVolatile, isNonTemporal, Alignment);
|
H A D | SelectionDAGBuilder.cpp | 118 EVT RoundVT = RoundBits == ValueBits ? local 137 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi);
|
Completed in 496 milliseconds