Searched refs:Res2 (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 351 int Res2 = FunctionComparator(F2, F1, &GlobalNumbers).compare(); in doFunctionalCheck() local 354 if (Res1 != -Res2) { in doFunctionalCheck()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 1199 TryResult Res2 = in checkIncorrectLogicOperator() local 1202 if (!Res1.isKnown() || !Res2.isKnown()) in checkIncorrectLogicOperator() 1206 const bool Combine = IsAnd ? (Res1.isTrue() && Res2.isTrue()) in checkIncorrectLogicOperator() 1207 : (Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator() 1214 RHSAlwaysTrue &= Res2.isTrue(); in checkIncorrectLogicOperator() 1215 RHSAlwaysFalse &= Res2.isFalse(); in checkIncorrectLogicOperator()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 126 const MCExpr *Res2 = MCConstantExpr::create(IntVal, Ctx); in makeEndMinusStartExpr() local 127 const MCExpr *Res3 = MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, Ctx); in makeEndMinusStartExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 182 bool SelectRoundingVLShr(SDValue N, SDValue &Res1, SDValue &Res2) { in SelectRoundingVLShr() argument 207 Res2 = CurDAG->getTargetConstant(ShtAmt, SDLoc(N), MVT::i32); in SelectRoundingVLShr()
|
| H A D | AArch64ISelLowering.cpp | 4685 SDValue Res2 = DAG.getNode(Op.getOpcode(), DL, DstVT, SrcVal2, in LowerVectorFP_TO_INT_SAT() local 4687 return DAG.getNode(ISD::CONCAT_VECTORS, DL, DstVT, Res, Res2); in LowerVectorFP_TO_INT_SAT()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 14511 std::pair<T *, bool> Res2 = in performExtractsShuffleAction() local 14521 Mask[I] = (Res2.second ? I : SecMask[I]) + VF; in performExtractsShuffleAction() 14524 Prev = Action(Mask, {Res1.first, Res2.first}); in performExtractsShuffleAction()
|