| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DivisionByConstantInfo.cpp | 35 APInt Q1, R1, Q2, R2; in get() local 91 APInt Q1, R1, Q2, R2; in get() local
|
| /freebsd/crypto/openssl/crypto/rc4/asm/ |
| H A D | rc4-md5-x86_64.pl | 318 sub R2 { subroutine
|
| /freebsd/crypto/openssl/crypto/md5/asm/ |
| H A D | md5-586.pl | 107 sub R2 subroutine
|
| H A D | md5-sparcv9.pl | 155 sub R2 { subroutine
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
| H A D | RangeSelector.h | 60 inline RangeSelector between(RangeSelector R1, RangeSelector R2) { in between()
|
| /freebsd/contrib/bearssl/src/symcipher/ |
| H A D | poly1305_i15.c | 51 static const uint16_t R2[] = { variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstraintSystem.cpp | 54 for (unsigned R2 = R1 + 1; R2 < NumRemainingConstraints; R2++) { in eliminateUsingFM() local
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ReachableCode.cpp | 597 SourceRange &R2) { in GetUnreachableLoc() 688 SourceRange R1(Loc, Loc), R2; in reportDeadCode() local 715 SourceRange R1, R2; in reportDeadCode() local
|
| /freebsd/crypto/openssl/crypto/md4/ |
| H A D | md4_local.h | 67 #define R2(a, b, c, d, k, s, t) \ macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILPostOptimizationValidation.cpp | 55 ResourceInfo R2) { in reportOverlappingError()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
| H A D | executor_address_test.cpp | 88 ExecutorAddrRange R0(A0, A1), R1(A1, A2), R2(A2, A3), R3(A0, A2), R4(A1, A3); in TEST() local
|
| /freebsd/crypto/openssl/crypto/md5/ |
| H A D | md5_local.h | 80 #define R2(a, b, c, d, k, s, t) \ macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 1086 const RegSubRegPair &R2, in evaluateCMPrr() 1354 const RegSubRegPair &R2, in evaluateANDrr() 1425 const RegSubRegPair &R2, in evaluateORrr() 1495 const RegSubRegPair &R2, in evaluateXORrr() 2607 RegSubRegPair R2(getRegSubRegPair(Src2)); in evaluateHexCompare2() local 2616 RegSubRegPair R2(getRegSubRegPair(Src2)); in evaluateHexCompare2() local 2979 RegSubRegPair R2(getRegSubRegPair(MI.getOperand(2))); in rewriteHexConstUses() local 3042 RegSubRegPair R2(getRegSubRegPair(MI.getOperand(2))); in rewriteHexConstUses() local 3078 RegSubRegPair R2(getRegSubRegPair(MI.getOperand(2))); in rewriteHexConstUses() local
|
| H A D | HexagonBitTracker.cpp | 756 RegisterCell R2 = rc(2); in evaluate() local 764 RegisterCell R2 = rc(2); in evaluate() local 806 RegisterCell R2 = cop(2, W0); in evaluate() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BasicBlockSections.cpp | 391 auto R2 = handleBBAddrMap(MF); in runOnMachineFunction() local
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | sha1.c | 44 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); macro
|
| /freebsd/contrib/ldns/ |
| H A D | sha1.c | 40 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); macro
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | sha1-internal.c | 150 #define R2(v,w,x,y,z,i) \ macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelDAGToDAG.cpp | 239 bool LanaiDAGToDAGISel::selectAddrRr(SDValue Addr, SDValue &R1, SDValue &R2, in selectAddrRr()
|
| /freebsd/crypto/openssl/crypto/sm3/ |
| H A D | sm3_local.h | 116 #define R2(A, B, C, D, E, F, G, H, TJ, Wi, Wj) \ macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelDAGToDAG.cpp | 131 bool SparcDAGToDAGISel::SelectADDRrr(SDValue Addr, SDValue &R1, SDValue &R2) { in SelectADDRrr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 846 const InductiveRangeCheck::Range &R2) { in IntersectSignedRange() 875 const InductiveRangeCheck::Range &R2) { in IntersectUnsignedRange()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineMulDivRem.cpp | 695 SmallPtrSetImpl<Instruction *> &R2) { in getFSqrtDivOptPattern() 728 SmallPtrSetImpl<Instruction *> &R2) { in isFSqrtDivToFMulLegal() 2059 const SmallPtrSetImpl<Instruction *> &R2, in convertFSqrtDivIntoFMul() 2146 SmallPtrSet<Instruction *, 2> R1, R2; in visitFDiv() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | RawCommentList.cpp | 69 const RawComment &R2) { in commentsStartOnSameColumn()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| H A D | BitstreamReader.h | 217 word_t R2 = CurWord & (~word_t(0) >> (BitsInWord - BitsLeft)); in Read() local
|