Home
last modified time | relevance | path

Searched refs:Res1 (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp350 int Res1 = FunctionComparator(F1, F2, &GlobalNumbers).compare(); in doFunctionalCheck() local
354 if (Res1 != -Res2) { in doFunctionalCheck()
361 if (Res1 == 0) in doFunctionalCheck()
376 if (Res1 != 0 && Res1 == Res4) { in doFunctionalCheck()
378 Transitive = Res3 == Res1; in doFunctionalCheck()
381 Transitive = Res3 == Res1; in doFunctionalCheck()
384 Transitive = Res4 == -Res1; in doFunctionalCheck()
390 dbgs() << "Res1, Res3, Res4: " << Res1 << ", " << Res3 << ", " in doFunctionalCheck()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp83 bool evaluateScalarMathFunc(const FuncInfo &FInfo, double &Res0, double &Res1,
1464 double &Res1, Constant *copr0, in evaluateScalarMathFunc() argument
1621 Res1 = cos(opr0); in evaluateScalarMathFunc()
H A DAMDGPULegalizerInfo.cpp5191 Register Res1 = MI.getOperand(1).getReg(); in legalizeFFREXP() local
5216 B.buildSExtOrTrunc(Res1, Exp); in legalizeFFREXP()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1197 TryResult Res1 = 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()
1212 LHSAlwaysTrue &= Res1.isTrue(); in checkIncorrectLogicOperator()
1213 LHSAlwaysFalse &= Res1.isFalse(); in checkIncorrectLogicOperator()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp125 const MCExpr *Res1 = MCBinaryExpr::create(MCBinaryExpr::Sub, Res, RHS, Ctx); in makeEndMinusStartExpr() local
127 const MCExpr *Res3 = MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, Ctx); in makeEndMinusStartExpr()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp4004 SmallVector<Constant *, 4> Res0(NumElements), Res1(NumElements); in ConstantFoldStructCall() local
4011 Res1[I] = Elt1; in ConstantFoldStructCall()
4014 ConstantVector::get(Res1)); in ConstantFoldStructCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp24662 ExprResult Res1 = SemaRef.CreateBuiltinBinOp( in ActOnOMPIteratorExpr() local
24664 if (!Res1.isUsable()) { in ActOnOMPIteratorExpr()
24669 Res1 = SemaRef.CreateBuiltinBinOp(D.AssignmentLoc, BO_Add, Res1.get(), in ActOnOMPIteratorExpr()
24671 if (!Res1.isUsable()) { in ActOnOMPIteratorExpr()
24676 Res1 = SemaRef.CreateBuiltinBinOp( in ActOnOMPIteratorExpr()
24677 D.AssignmentLoc, BO_Sub, Res1.get(), in ActOnOMPIteratorExpr()
24679 if (!Res1.isUsable()) { in ActOnOMPIteratorExpr()
24684 Res1 = SemaRef.CreateBuiltinBinOp(D.AssignmentLoc, BO_Div, Res1.get(), in ActOnOMPIteratorExpr()
24686 if (!Res1.isUsable()) { in ActOnOMPIteratorExpr()
24699 CmpRes.get(), Res.get(), Res1.get()); in ActOnOMPIteratorExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4400 LLVM_ABI SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp182 bool SelectRoundingVLShr(SDValue N, SDValue &Res1, SDValue &Res2) { in SelectRoundingVLShr() argument
206 Res1 = Op.getOperand(0); in SelectRoundingVLShr()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10389 SDValue Res1 = DAG.getNode(BaseOpcode, dl, EltVT, Ext2, Ext3, Op->getFlags()); in LowerVecReduce() local
10390 Res = DAG.getNode(BaseOpcode, dl, EltVT, Res0, Res1, Op->getFlags()); in LowerVecReduce()
20669 SDValue Res1 = in LowerDivRem() local
20672 {Res0, Res1}); in LowerDivRem()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp327 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, in CombineTo() argument
329 SDValue To[] = { Res0, Res1 }; in CombineTo()
940 CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo) { in CombineTo() argument
941 return ((DAGCombiner*)DC)->CombineTo(N, Res0, Res1, AddTo); in CombineTo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14509 std::pair<T *, bool> Res1 = ResizeAction(ShuffleMask.begin()->first, Mask, in performExtractsShuffleAction() local
14517 if (Res1.second) in performExtractsShuffleAction()
14524 Prev = Action(Mask, {Res1.first, Res2.first}); in performExtractsShuffleAction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp27942 SDValue Res1 = DAG.getTargetExtractSubreg(X86::sub_t1, DL, MVT::x86amx, in LowerINTRINSIC_W_CHAIN() local
27944 return DAG.getMergeValues({Res0, Res1, SDValue(Res, 1)}, DL); in LowerINTRINSIC_W_CHAIN()
57507 SDValue Res1 = DAG.getNode( in combineADC() local
57512 return DCI.CombineTo(N, Res1, CarryOut); in combineADC()