Searched refs:Right (Results 51 - 73 of 73) sorted by relevance

123

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2374 SmallVectorImpl<Value *> &Right, const TargetLibraryInfo &TLI,
5543 ValueList Left, Right;
5548 reorderInputsAccordingToOpcode(VL, Left, Right, *TLI, *DL, *SE, *this);
5558 Right.push_back(RHS);
5562 TE->setOperand(1, Right);
5564 buildTree_rec(Right, Depth + 1, {TE, 1});
5594 ValueList Left, Right;
5595 reorderInputsAccordingToOpcode(VL, Left, Right, *TLI, *DL, *SE, *this);
5597 TE->setOperand(1, Right);
5599 buildTree_rec(Right, Dept
[all...]
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp8884 for (unsigned Right = FirstPromotedArithmeticType;
8885 Right < LastPromotedArithmeticType; ++Right) {
8887 ArithmeticTypes[Right] };
8977 for (unsigned Right = FirstPromotedIntegralType;
8978 Right < LastPromotedIntegralType; ++Right) {
8980 ArithmeticTypes[Right] };
9141 for (unsigned Right = FirstPromotedArithmeticType;
9142 Right < LastPromotedArithmeticTyp
[all...]
H A DSemaExpr.cpp5909 // Append all the objects to the cleanup list. Right now, this
11682 llvm::APSInt Right = RHSResult.Val.getInt();
11684 if (Right.isNegative()) {
11699 llvm::APInt LeftBits(Right.getBitWidth(), LeftSize);
11700 if (Right.uge(LeftBits)) {
11741 static_cast<llvm::APInt&>(Right) + Left.getMinSignedBits();
11745 Result = Result.shl(Right);
H A DSemaChecking.cpp8798 StringLiteralCheckType Right = checkFormatStringExpr( local
8803 return (CheckLeft && Left < Right) ? Left : Right;
12632 // Right shift by a constant can narrow its left argument.
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp926 const llvm::APSInt &Right = BVF.getValue(R[E - 1].second + 1ULL, T); local
927 if (Right != MinusInf) {
928 assert(Right <= PlusInf);
929 State = CM.assumeInclusiveRange(State, *N, Right, PlusInf, false);
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h191 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} argument
206 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} argument
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp634 const Value *Left = CI->getOperand(0), *Right = CI->getOperand(1); local
639 unsigned RightReg = getRegEnsuringSimpleIntegerWidening(Right, IsUnsigned);
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/
H A DLangTags.pm521 And that does the Right Thing.
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp368 fmt_align(Offset, AlignStyle::Right, 6),
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3721 [](const TagStoreInstr &Left, const TagStoreInstr &Right) {
3722 return Left.Offset < Right.Offset;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DParser.pm1112 Right. Very funny. Don't do that.
/openbsd-current/gnu/usr.bin/perl/cpan/Memoize/
H A DMemoize.pm927 to Mike Cariaso for helping me to figure out the Right Thing to Do
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1312 if (Value *Right = matchIsFiniteTest(Builder, RHS, LHS))
1313 return Right;
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3418 auto Field = [this](uint8_t Right, uint8_t Count) {
3419 return (RawValue >> Right) & ((1ULL << Count) - 1);
/openbsd-current/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.pm1742 'L' => 'Left-to-Right',
1743 'LRE' => 'Left-to-Right Embedding',
1744 'LRO' => 'Left-to-Right Override',
1745 'R' => 'Right-to-Left',
1746 'AL' => 'Right-to-Left Arabic',
1747 'RLE' => 'Right-to-Left Embedding',
1748 'RLO' => 'Right-to-Left Override',
1771 names (such as C<Left-to-Right>, C<Right-to-Left>) as values. The
/openbsd-current/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/
H A DTar.pm149 and will transparently Do The Right Thing.
/openbsd-current/gnu/usr.bin/perl/
H A Dconfigure.com1640 $ rp = "Your host name appears to be """"''myhostname'"""". Right? "
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp4407 llvm::Value *Right = EmitScalarExpr(RightArg);
4412 Right = Builder.CreateIntCast(Right, EncompassingLLVMTy, RightInfo.Signed);
4416 Result = EmitOverflowIntrinsic(*this, IntrinsicId, Left, Right, Overflow);
5598 // Right-shift a vector by a constant.
5613 // Right-shifting an unsigned value by its size yields 0.
5616 // Right-shifting a signed value by its size is equivalent
10966 // Right-shifting an unsigned value by its size yields 0.
10983 // Right-shifting an unsigned value by its size yields 0.
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3488 // Right-shifting everything out but the sign bit followed by negation is
21614 int Right = 2 * In + 1;
21625 SDValue R = Shuffles[Right];
21640 } else if (VectorMask[I] == Right) {
/openbsd-current/gnu/gcc/gcc/doc/include/
H A Dtexinfo.tex1393 % their "best" equivalent, based on the @documentencoding. Right
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex1290 % their "best" equivalent, based on the @documentencoding. Right
/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.tex1298 % their "best" equivalent, based on the @documentencoding. Right
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dperl5db.pl1323 to be used to obtain a new terminal when a new debugger is started. Right now,
6313 # Right, we've stopped. Turn it off.

Completed in 821 milliseconds

123