Searched refs:Res1 (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp349 int Res1 = FunctionComparator(F1, F2, &GlobalNumbers).compare(); local
353 if (Res1 != -Res2) {
360 if (Res1 == 0)
375 if (Res1 != 0 && Res1 == Res4) {
377 Transitive = Res3 == Res1;
380 Transitive = Res3 == Res1;
383 Transitive = Res4 == -Res1;
389 dbgs() << "Res1, Res3, Res4: " << Res1 << ", " << Res
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1111 TryResult Res1, Res2; local
1112 Res1 = analyzeLogicOperatorCondition(BO1, Value, L1);
1115 if (!Res1.isKnown() || !Res2.isKnown())
1119 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue());
1120 AlwaysFalse &= !(Res1.isTrue() && Res2.isTrue());
1122 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue());
1123 AlwaysFalse &= !(Res1.isTrue() || Res2.isTrue());
1126 LHSAlwaysTrue &= Res1.isTrue();
1127 LHSAlwaysFalse &= Res1.isFalse();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp105 double& Res1, Constant *copr0, Constant *copr1, Constant *copr2);
1425 double& Res0, double& Res1,
1606 Res1 = cos(opr0);
1424 evaluateScalarMathFunc(FuncInfo &FInfo, double& Res0, double& Res1, Constant *copr0, Constant *copr1, Constant *copr2) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp145 const MCExpr *Res1 = MCBinaryExpr::create(MCBinaryExpr::Sub, Res, RHS, Ctx); local
147 const MCExpr *Res3 = MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, Ctx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4404 Constant *Res1 = ConstantExpr::getTrunc(C, SrcTy); local
4405 Constant *Res2 = ConstantExpr::getCast(CastOp0->getOpcode(), Res1, DestTy);
4410 return new ICmpInst(ICmp.getPredicate(), X, Res1);
4415 return new ICmpInst(ICmp.getPredicate(), X, Res1);
4418 return new ICmpInst(ICmp.getUnsignedPredicate(), X, Res1);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5235 ExprResult Res1 = CreateBuiltinBinOp(D.AssignmentLoc, BO_Sub, local
5237 if (!Res1.isUsable()) {
5242 Res1 =
5243 CreateBuiltinBinOp(D.AssignmentLoc, BO_Add, Res1.get(), St1.get());
5244 if (!Res1.isUsable()) {
5249 Res1 =
5250 CreateBuiltinBinOp(D.AssignmentLoc, BO_Sub, Res1.get(),
5252 if (!Res1.isUsable()) {
5257 Res1 =
5258 CreateBuiltinBinOp(D.AssignmentLoc, BO_Div, Res1
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3479 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo = true);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp304 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, argument
306 SDValue To[] = { Res0, Res1 };
837 CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo) { argument
838 return ((DAGCombiner*)DC)->CombineTo(N, Res0, Res1, AddTo);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9570 SDValue Res1 = DAG.getNode(BaseOpcode, dl, EltVT, Ext2, Ext3, Op->getFlags()); local
9571 Res = DAG.getNode(BaseOpcode, dl, EltVT, Res0, Res1, Op->getFlags());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 570 milliseconds