Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1244 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()
DSelectionDAGBuilder.cpp118 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/
DLegalizeDAG.cpp527 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()
DSelectionDAGBuilder.cpp150 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/
DLegalizeDAG.cpp552 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()
DSelectionDAGBuilder.cpp219 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts() local
238 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi); in getCopyFromParts()