Home
last modified time | relevance | path

Searched refs:RHSVT (Results 1 – 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
DDAGISelEmitter.cpp87 MVT RHSVT = (RHSSrc->getNumTypes() != 0 ? RHSSrc->getType(0) : MVT::Other); in operator ()() local
88 if (LHSVT.isVector() != RHSVT.isVector()) in operator ()()
89 return RHSVT.isVector(); in operator ()()
91 if (LHSVT.isFloatingPoint() != RHSVT.isFloatingPoint()) in operator ()()
92 return RHSVT.isFloatingPoint(); in operator ()()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1225 EVT RHSVT = RHS.getValueType(); in LowerSETCC() local
1245 (RHSVT == MVT::i8 || RHSVT == MVT::i16) && in LowerSETCC()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp893 EVT RHSVT = RHS.getValueType(); in SplitVecRes_FCOPYSIGN() local
894 if (getTypeAction(RHSVT) == TargetLowering::TypeSplitVector) in SplitVecRes_FCOPYSIGN()