Searched refs:RoundVT (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1244 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeOp() local 1254 LD->getPointerInfo(), RoundVT, isVolatile, in LegalizeOp() 1283 LD->getPointerInfo(), RoundVT, isVolatile, in LegalizeOp() 1561 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeOp() local 1570 RoundVT, in LegalizeOp() 1592 RoundVT, isVolatile, isNonTemporal, Alignment); in LegalizeOp()
|
D | SelectionDAGBuilder.cpp | 118 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts() local 137 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi); in getCopyFromParts()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 527 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeStoreOps() local 536 RoundVT, in LegalizeStoreOps() 562 RoundVT, isVolatile, isNonTemporal, Alignment, in LegalizeStoreOps() 737 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeLoadOps() local 748 LD->getPointerInfo(), RoundVT, isVolatile, in LegalizeLoadOps() 779 LD->getPointerInfo(), RoundVT, isVolatile, in LegalizeLoadOps()
|
D | SelectionDAGBuilder.cpp | 150 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts() local 169 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi); in getCopyFromParts()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 552 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeStoreOps() local 561 RoundVT, Alignment, MMOFlags, AAInfo); in LegalizeStoreOps() 585 RoundVT, Alignment, MMOFlags, AAInfo); in LegalizeStoreOps() 766 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeLoadOps() local 776 LD->getPointerInfo(), RoundVT, Alignment, MMOFlags, in LegalizeLoadOps() 807 LD->getPointerInfo(), RoundVT, Alignment, MMOFlags, in LegalizeLoadOps()
|
D | SelectionDAGBuilder.cpp | 219 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts() local 238 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi); in getCopyFromParts()
|