Searched refs:BRHS (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 240 const BinaryOperator* BRHS = dyn_cast<BinaryOperator>(RHS); in isIncrement() local 242 if (!BRHS) in isIncrement() 247 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getLHS()->IgnoreParenCasts()))) in isIncrement() 251 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts()))) in isIncrement()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/MCTargetDesc/ |
D | ARCInfo.h | 52 BRHS = 0x5 enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/InstPrinter/ |
D | ARCInstPrinter.cpp | 44 case ARCCC::BRHS: in ARCBRCondCodeToString()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4021 Value *BLHS, Value *BRHS, const DataLayout &DL, in isImpliedCondOperands() argument 4032 isTruePredicate(CmpInst::ICMP_SLE, ARHS, BRHS, DL, Depth, AC, CxtI, DT)) in isImpliedCondOperands() 4040 isTruePredicate(CmpInst::ICMP_ULE, ARHS, BRHS, DL, Depth, AC, CxtI, DT)) in isImpliedCondOperands() 4048 static bool isMatchingOps(Value *ALHS, Value *ARHS, Value *BLHS, Value *BRHS, in isMatchingOps() argument 4051 bool IsMatchingOps = (ALHS == BLHS && ARHS == BRHS); in isMatchingOps() 4052 IsSwappedOps = (ALHS == BRHS && ARHS == BLHS); in isMatchingOps() 4062 Value *BLHS, Value *BRHS, in isImpliedCondMatchingOperands() argument 4066 std::swap(BLHS, BRHS); in isImpliedCondMatchingOperands() 4121 Value *BLHS, *BRHS; in isImpliedCondition() local 4124 !match(RHS, m_ICmp(BPred, m_Value(BLHS), m_Value(BRHS)))) in isImpliedCondition() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4940 const Value *ARHS, const Value *BLHS, const Value *BRHS, in isImpliedCondOperands() argument 4949 isTruePredicate(CmpInst::ICMP_SLE, ARHS, BRHS, DL, Depth)) in isImpliedCondOperands() 4956 isTruePredicate(CmpInst::ICMP_ULE, ARHS, BRHS, DL, Depth)) in isImpliedCondOperands() 4965 const Value *BLHS, const Value *BRHS, in isMatchingOps() argument 4968 bool IsMatchingOps = (ALHS == BLHS && ARHS == BRHS); in isMatchingOps() 4969 IsSwappedOps = (ALHS == BRHS && ARHS == BLHS); in isMatchingOps() 4981 const Value *BRHS, in isImpliedCondMatchingOperands() argument 4985 std::swap(BLHS, BRHS); in isImpliedCondMatchingOperands() 5032 Value *BRHS = RHS->getOperand(1); in isImpliedCondICmps() local 5037 if (isMatchingOps(ALHS, ARHS, BLHS, BRHS, IsSwappedOps)) { in isImpliedCondICmps() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/ |
D | inst-family-cond-branch.s | 141 ; BRHS
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 944 // BRHS k
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 977 // BRHS k
|