Searched refs:Lower (Results 51 - 58 of 58) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5682 /// Lower bound (initializer for the var).
6488 // Upper - Lower
6492 Expr *Lower = tryBuildCapture(SemaRef, LBExpr, Captures).get();
6493 if (!Upper || !Lower)
6496 Diff = SemaRef.BuildBinOp(S, DefaultLoc, BO_Sub, Upper, Lower);
6502 << Upper->getSourceRange() << Lower->getSourceRange();
6510 // Upper - Lower [- 1]
6518 // Upper - Lower [- 1] + Step
6531 // (Upper - Lower [- 1] + Step) / Step
6593 Expr *Lower
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp138 // Lower SET_CC into an IPM-based sequence.
146 // Lower SELECT_CC and BR_CC into separate comparisons and branches.
185 // Lower ATOMIC_LOAD and ATOMIC_STORE into normal volatile loads and
190 // Lower ATOMIC_LOAD_SUB into ATOMIC_LOAD_ADD if LAA and LAAG are
232 // Lower them into full i32 operations.
760 uint64_t Lower = local
764 if (tryValue(SplatBitsZ | Upper | Lower))
770 uint64_t Middle = SplatUndefZ & ~Upper & ~Lower;
2628 // Lower a binary operation that produces two VT results, one in each
2776 // Lower
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp104 case Lower:
105 LLVM_DEBUG(dbgs() << ".. Lower\n");
2040 // Lower (G_FSUB LHS, RHS) to (G_FADD LHS, (G_FNEG RHS)).
2041 // First, check if G_FNEG is marked as Lower. If so, we may
2043 if (LI.getAction({G_FNEG, {Ty}}).Action == Lower)
2073 // Lower to a memory-width G_LOAD and a G_SEXT/G_ZEXT/G_ANYEXT
2160 // Lower a non-power of 2 store into multiple pow-2 stores.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp5260 ConstantInt *Lower =
5265 ConstantRange Known(Lower->getValue(), Upper->getValue());
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1624 llvm::Value *Lower = local
1626 Check = Builder.CreateAnd(Upper, Lower);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1959 /// LowerCallResult - Lower the result values of a call into the
3210 // Lower ISD::GlobalTLSAddress using the "general dynamic" model
3250 // Lower ISD::GlobalTLSAddress using the "initial exec" or
5844 /// LowerShiftRightParts - Lower SRA_PARTS, which returns two
5888 /// LowerShiftLeftParts - Lower SHL_PARTS, which returns two
6172 // Lower 32 bits of the destination/source
6195 // Okay, we have a 64-bit SRA or SRL of 1. Lower this to an RRX expr.
6618 // possible. Lower it to a splat followed by an extract.
7338 SDValue Lower = local
7340 if (Lower
9066 SDValue Lower = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Result); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp541 // Lower this to MOVMSK plus an AND.
2988 /// Lower the result values of a call into the
3878 // Lower arguments at fp - stackoffset + fpdiff.
4175 // Lower direct calls to global addresses and external symbols. Setting
8513 // Lower the splat via APFloat directly, to avoid any conversion.
8763 // Lower BUILD_VECTOR operation for v8i1 and v16i1 types.
9332 /// Lower BUILD_VECTOR to a horizontal add/sub operation if possible.
10087 SDValue Lower =
10093 return concatSubVectors(Lower, Upper, DAG, dl);
12137 /// Lower
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8712 // Lower bound is inclusive, subtract 1 to represent the exiting value.
8713 APInt Lower = Range.getLower().sextOrSelf(A.getBitWidth()) - 1;
8715 auto SL = SolveForBoundary(Lower);

Completed in 350 milliseconds

123