Searched refs:LHSVT (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | DAGISelEmitter.cpp | 87 MVT LHSVT = LT->getNumTypes() != 0 ? LT->getSimpleType(0) : MVT::Other; in operator ()() local 89 if (LHSVT.isVector() != RHSVT.isVector()) in operator ()() 92 if (LHSVT.isFloatingPoint() != RHSVT.isFloatingPoint()) in operator ()()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 2852 EVT LHSVT = LHS.getValueType(); in combineSelectCC() local 2853 assert(LHSVT == RHS.getValueType()); in combineSelectCC() 2854 switch (LHSVT.getSimpleVT().SimpleTy) { in combineSelectCC() 2880 CC = getSetCCInverse(CC, LHSVT); in combineSelectCC() 2887 SDValue CompNode = generateComparison(LHSVT, LHS, RHS, CC, WithCMov, DL, DAG); in combineSelectCC() 2890 if (LHSVT.isFloatingPoint()) { in combineSelectCC()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 6293 const auto *LHSVT = LHSType->getAs<VectorType>(); in CheckVectorConditionalTypes() local 6300 if (LHSVT && RHSVT) { in CheckVectorConditionalTypes() 6301 if (isa<ExtVectorType>(CondVT) != isa<ExtVectorType>(LHSVT)) { in CheckVectorConditionalTypes() 6314 } else if (LHSVT || RHSVT) { in CheckVectorConditionalTypes()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 3521 EVT LHSVT = LHS.getValueType(); in LowerSETCC() local 3525 if (LHSVT == MVT::f128) { in LowerSETCC() 3528 softenSetCCOperands(DAG, LHSVT, LHS, RHS, CC, dl, LHS, RHS, Chain, in LowerSETCC() 3582 if (LHSVT.isInteger() && (CC == ISD::SETEQ || CC == ISD::SETNE)) { in LowerSETCC() 3584 SDValue Sub = DAG.getNode(ISD::XOR, dl, LHSVT, LHS, RHS); in LowerSETCC() 3585 return DAG.getSetCC(dl, VT, Sub, DAG.getConstant(0, dl, LHSVT), CC); in LowerSETCC()
|