Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp779 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeStoreOps() local
788 RoundVT, in LegalizeStoreOps()
811 RoundVT, isVolatile, isNonTemporal, Alignment, in LegalizeStoreOps()
991 EVT RoundVT = EVT::getIntegerVT(*DAG.getContext(), RoundWidth); in LegalizeLoadOps() local
1001 LD->getPointerInfo(), RoundVT, isVolatile, in LegalizeLoadOps()
1030 LD->getPointerInfo(), RoundVT, isVolatile, in LegalizeLoadOps()
DSelectionDAGBuilder.cpp130 EVT RoundVT = RoundBits == ValueBits ? in getCopyFromParts() local
149 Val = DAG.getNode(ISD::BUILD_PAIR, DL, RoundVT, Lo, Hi); in getCopyFromParts()