Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp349 int Res1 = FunctionComparator(F1, F2, &GlobalNumbers).compare(); in doSanityCheck() local
353 if (Res1 != -Res2) { in doSanityCheck()
360 if (Res1 == 0) in doSanityCheck()
375 if (Res1 != 0 && Res1 == Res4) { in doSanityCheck()
377 Transitive = Res3 == Res1; in doSanityCheck()
380 Transitive = Res3 == Res1; in doSanityCheck()
383 Transitive = Res4 == -Res1; in doSanityCheck()
389 dbgs() << "Res1, Res3, Res4: " << Res1 << ", " << Res3 << ", " in doSanityCheck()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp350 int Res1 = FunctionComparator(F1, F2, &GlobalNumbers).compare(); in doSanityCheck() local
354 if (Res1 != -Res2) { in doSanityCheck()
361 if (Res1 == 0) in doSanityCheck()
376 if (Res1 != 0 && Res1 == Res4) { in doSanityCheck()
378 Transitive = Res3 == Res1; in doSanityCheck()
381 Transitive = Res3 == Res1; in doSanityCheck()
384 Transitive = Res4 == -Res1; in doSanityCheck()
390 dbgs() << "Res1, Res3, Res4: " << Res1 << ", " << Res3 << ", " in doSanityCheck()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1480 int Res1 = FunctionComparator(F1, F2, &GlobalNumbers).compare(); in doSanityCheck() local
1484 if (Res1 != -Res2) { in doSanityCheck()
1492 if (Res1 == 0) in doSanityCheck()
1507 if (Res1 != 0 && Res1 == Res4) { in doSanityCheck()
1509 Transitive = Res3 == Res1; in doSanityCheck()
1512 Transitive = Res3 == Res1; in doSanityCheck()
1515 Transitive = Res4 == -Res1; in doSanityCheck()
1521 dbgs() << "Res1, Res3, Res4: " << Res1 << ", " << Res3 << ", " in doSanityCheck()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp1111 TryResult Res1, Res2; in checkIncorrectLogicOperator() local
1112 Res1 = analyzeLogicOperatorCondition(BO1, Value, L1); in checkIncorrectLogicOperator()
1115 if (!Res1.isKnown() || !Res2.isKnown()) in checkIncorrectLogicOperator()
1119 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator()
1120 AlwaysFalse &= !(Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator()
1122 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator()
1123 AlwaysFalse &= !(Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator()
1126 LHSAlwaysTrue &= Res1.isTrue(); in checkIncorrectLogicOperator()
1127 LHSAlwaysFalse &= Res1.isFalse(); in checkIncorrectLogicOperator()
/external/clang/lib/Analysis/
DCFG.cpp829 TryResult Res1, Res2; in checkIncorrectLogicOperator() local
830 Res1 = analyzeLogicOperatorCondition(BO1, Value, L1); in checkIncorrectLogicOperator()
833 if (!Res1.isKnown() || !Res2.isKnown()) in checkIncorrectLogicOperator()
837 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator()
838 AlwaysFalse &= !(Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator()
840 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator()
841 AlwaysFalse &= !(Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp106 double& Res1, Constant *copr0, Constant *copr1, Constant *copr2);
1429 double& Res0, double& Res1, in evaluateScalarMathFunc() argument
1610 Res1 = cos(opr0); in evaluateScalarMathFunc()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp105 double& Res1, Constant *copr0, Constant *copr1, Constant *copr2);
1428 double& Res0, double& Res1, in evaluateScalarMathFunc() argument
1609 Res1 = cos(opr0); in evaluateScalarMathFunc()
/external/llvm/lib/MC/
DMCDwarf.cpp87 const MCExpr *Res1 = in MakeStartMinusEndExpr() local
92 MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, MCOS.getContext()); in MakeStartMinusEndExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp124 const MCExpr *Res1 = in MakeStartMinusEndExpr() local
129 MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, MCOS.getContext()); in MakeStartMinusEndExpr()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2444 Constant *Res1 = ConstantExpr::getTrunc(C, SrcTy); in visitICmpInstWithCastAndCast() local
2445 Constant *Res2 = ConstantExpr::getCast(LHSCI->getOpcode(), Res1, DestTy); in visitICmpInstWithCastAndCast()
2451 return new ICmpInst(ICmp.getPredicate(), LHSCIOp, Res1); in visitICmpInstWithCastAndCast()
2456 return new ICmpInst(ICmp.getPredicate(), LHSCIOp, Res1); in visitICmpInstWithCastAndCast()
2459 return new ICmpInst(ICmp.getUnsignedPredicate(), LHSCIOp, Res1); in visitICmpInstWithCastAndCast()
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp145 const MCExpr *Res1 = MCBinaryExpr::create(MCBinaryExpr::Sub, Res, RHS, Ctx); in makeEndMinusStartExpr() local
147 const MCExpr *Res3 = MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, Ctx); in makeEndMinusStartExpr()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4459 Constant *Res1 = ConstantExpr::getTrunc(C, SrcTy); in foldICmpWithZextOrSext() local
4460 Constant *Res2 = ConstantExpr::getCast(CastOp0->getOpcode(), Res1, DestTy); in foldICmpWithZextOrSext()
4465 return new ICmpInst(ICmp.getPredicate(), X, Res1); in foldICmpWithZextOrSext()
4470 return new ICmpInst(ICmp.getPredicate(), X, Res1); in foldICmpWithZextOrSext()
4473 return new ICmpInst(ICmp.getUnsignedPredicate(), X, Res1); in foldICmpWithZextOrSext()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4389 Constant *Res1 = ConstantExpr::getTrunc(C, SrcTy); in foldICmpWithZextOrSext() local
4390 Constant *Res2 = ConstantExpr::getCast(CastOp0->getOpcode(), Res1, DestTy); in foldICmpWithZextOrSext()
4395 return new ICmpInst(ICmp.getPredicate(), X, Res1); in foldICmpWithZextOrSext()
4400 return new ICmpInst(ICmp.getPredicate(), X, Res1); in foldICmpWithZextOrSext()
4403 return new ICmpInst(ICmp.getUnsignedPredicate(), X, Res1); in foldICmpWithZextOrSext()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp5271 ExprResult Res1 = CreateBuiltinBinOp(D.AssignmentLoc, BO_Sub, in ActOnOMPIteratorExpr() local
5273 if (!Res1.isUsable()) { in ActOnOMPIteratorExpr()
5278 Res1 = in ActOnOMPIteratorExpr()
5279 CreateBuiltinBinOp(D.AssignmentLoc, BO_Add, Res1.get(), St1.get()); in ActOnOMPIteratorExpr()
5280 if (!Res1.isUsable()) { in ActOnOMPIteratorExpr()
5285 Res1 = in ActOnOMPIteratorExpr()
5286 CreateBuiltinBinOp(D.AssignmentLoc, BO_Sub, Res1.get(), in ActOnOMPIteratorExpr()
5288 if (!Res1.isUsable()) { in ActOnOMPIteratorExpr()
5293 Res1 = in ActOnOMPIteratorExpr()
5294 CreateBuiltinBinOp(D.AssignmentLoc, BO_Div, Res1.get(), St1.get()); in ActOnOMPIteratorExpr()
[all …]
/external/llvm/include/llvm/Target/
DTargetLowering.h2334 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo = true);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3289 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo = true);
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h3501 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo = true);
/external/clang/lib/Sema/
DSemaDeclAttr.cpp384 DeclContextLookupResult Res1 = RT->getDecl()->lookup( in threadSafetyCheckIsSmartPointer() local
386 if (Res1.empty()) in threadSafetyCheckIsSmartPointer()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp170 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, in CombineTo() argument
172 SDValue To[] = { Res0, Res1 }; in CombineTo()
555 CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo) { in CombineTo() argument
556 return ((DAGCombiner*)DC)->CombineTo(N, Res0, Res1, AddTo); in CombineTo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp289 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, in CombineTo() argument
291 SDValue To[] = { Res0, Res1 }; in CombineTo()
769 CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo) { in CombineTo() argument
770 return ((DAGCombiner*)DC)->CombineTo(N, Res0, Res1, AddTo); in CombineTo()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp306 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, in CombineTo() argument
308 SDValue To[] = { Res0, Res1 }; in CombineTo()
845 CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo) { in CombineTo() argument
846 return ((DAGCombiner*)DC)->CombineTo(N, Res0, Res1, AddTo); in CombineTo()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp9572 SDValue Res1 = DAG.getNode(BaseOpcode, dl, EltVT, Ext2, Ext3, Op->getFlags()); in LowerVecReduce() local
9573 Res = DAG.getNode(BaseOpcode, dl, EltVT, Res0, Res1, Op->getFlags()); in LowerVecReduce()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30575 SDValue Res1 = DAG.getNode(ISD::AND, DL, VT, in combineADC() local
30581 return DCI.CombineTo(N, Res1, CarryOut); in combineADC()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp44590 SDValue Res1 = in combineADC() local
44596 return DCI.CombineTo(N, Res1, CarryOut); in combineADC()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp48001 SDValue Res1 = in combineADC() local
48007 return DCI.CombineTo(N, Res1, CarryOut); in combineADC()