Searched refs:Res1 (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/lib/Transforms/IPO/ |
| HD | MergeFunctions.cpp | 1169 int Res1 = FunctionComparator(F1, F2).compare(); in doSanityCheck() local 1173 if (Res1 != -Res2) { in doSanityCheck() 1181 if (Res1 == 0) in doSanityCheck() 1196 if (Res1 != 0 && Res1 == Res4) { in doSanityCheck() 1198 Transitive = Res3 == Res1; in doSanityCheck() 1201 Transitive = Res3 == Res1; in doSanityCheck() 1204 Transitive = Res4 == -Res1; in doSanityCheck() 1210 dbgs() << "Res1, Res3, Res4: " << Res1 << ", " << Res3 << ", " in doSanityCheck()
|
| /NextBSD/sys/dev/trm/ |
| HD | trm.h | 459 u_int8_t Res1; /* reserved */ member
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | CFG.cpp | 780 TryResult Res1, Res2; in checkIncorrectLogicOperator() local 781 Res1 = analyzeLogicOperatorCondition(BO1, Value, L1); in checkIncorrectLogicOperator() 784 if (!Res1.isKnown() || !Res2.isKnown()) in checkIncorrectLogicOperator() 788 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator() 789 AlwaysFalse &= !(Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator() 791 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator() 792 AlwaysFalse &= !(Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator()
|
| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCDwarf.cpp | 104 const MCExpr *Res1 = in MakeStartMinusEndExpr() local 109 MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, MCOS.getContext()); in MakeStartMinusEndExpr()
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineCompares.cpp | 1981 Constant *Res1 = ConstantExpr::getTrunc(CI, SrcTy); in visitICmpInstWithCastAndCast() local 1983 Res1, DestTy); in visitICmpInstWithCastAndCast() 1989 return new ICmpInst(ICI.getPredicate(), LHSCIOp, Res1); in visitICmpInstWithCastAndCast() 1994 return new ICmpInst(ICI.getPredicate(), LHSCIOp, Res1); in visitICmpInstWithCastAndCast() 1997 return new ICmpInst(ICI.getUnsignedPredicate(), LHSCIOp, Res1); in visitICmpInstWithCastAndCast()
|
| /NextBSD/contrib/llvm/include/llvm/Target/ |
| HD | TargetLowering.h | 2182 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo = true);
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclAttr.cpp | 360 DeclContextLookupResult Res1 = RT->getDecl()->lookup( in threadSafetyCheckIsSmartPointer() local 362 if (Res1.empty()) in threadSafetyCheckIsSmartPointer()
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | DAGCombiner.cpp | 166 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1, in CombineTo() argument 168 SDValue To[] = { Res0, Res1 }; in CombineTo() 505 CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo) { in CombineTo() argument 506 return ((DAGCombiner*)DC)->CombineTo(N, Res0, Res1, AddTo); in CombineTo()
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.cpp | 25219 SDValue Res1 = DAG.getNode(ISD::AND, DL, VT, in PerformADCCombine() local 25225 return DCI.CombineTo(N, Res1, CarryOut); in PerformADCCombine()
|