Searched defs:LHSVT (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp86 MVT LHSVT = (LHSSrc->getNumTypes() != 0 ? LHSSrc->getType(0) : MVT::Other); local
88 if (LHSVT.isVector() != RHSVT.isVector())
91 if (LHSVT.isFloatingPoint() != RHSVT.isFloatingPoint())
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1002 EVT LHSVT = LHS.getValueType(); local
1005 if (LHSVT == MVT::v2i16) {
1024 (LHSVT == MVT::i8 || LHSVT == MVT::i16)) {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2098 EVT LHSVT = Op.getOperand(0).getValueType(); local
2099 if (LHSVT.isInteger() && (CC == ISD::SETEQ || CC == ISD::SETNE)) {
2101 SDValue Sub = DAG.getNode(ISD::XOR, dl, LHSVT, Op.getOperand(0),
2103 return DAG.getSetCC(dl, VT, Sub, DAG.getConstant(0, LHSVT), CC);

Completed in 198 milliseconds