HomeSort by: relevance | last modified time | path
    Searched defs:Expand (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
rcssyn.c 179 Kexpand[] = "expand",
201 int Expand;
328 Expand = KEYVAL_EXPAND;
333 if ((Expand = strn2expmode(cb.string,cb.size)) < 0)
334 fatserror("unknown expand mode %.*s",
354 /* Yield expand mode corresponding to S, or -1 if bad. */
  /src/bin/ksh/
eval.c 27 typedef struct Expand {
28 /* int type; */ /* see expand() */
36 } Expand;
50 static int varsub ARGS((Expand *xp, char *sp, char *word, int *stypep, int *slenp));
51 static int comsub ARGS((Expand *xp, char *cp));
65 /* compile and expand word */
85 * expand arg-list
99 expand(*ap++, &w, f);
105 * expand string
115 expand(cp, &w, f)
161 expand(cp, wp, f) function
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 93 /// Implement expand-based legalization of vector operations.
97 void Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results);
130 /// Expand bswap of vectors into a shuffle if legal.
279 case TargetLowering::Expand: {
310 case TargetLowering::Expand: {
337 Action = TargetLowering::Expand;
347 // If we're asked to expand a strict vector floating-point operation,
352 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() &&
357 == TargetLowering::Expand &&
527 case TargetLowering::Expand
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLowOverheadLoops.cpp 523 void Expand(LowOverheadLoop &LoLoop);
1283 Expand(LoLoop);
1578 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AutoUpgrade.cpp 362 Name.startswith("avx512.mask.expand.load.") || // Added in 7.0
364 Name.startswith("avx512.mask.expand.b") || // Added in 9.0
365 Name.startswith("avx512.mask.expand.w") || // Added in 9.0
366 Name.startswith("avx512.mask.expand.d") || // Added in 9.0
367 Name.startswith("avx512.mask.expand.q") || // Added in 9.0
368 Name.startswith("avx512.mask.expand.p") || // Added in 9.0
907 // not to an intrinsic alone. We expand them in UpgradeIntrinsicCall.
910 bool Expand = StringSwitch<bool>(Name)
918 if (Expand) {
2295 } else if (IsX86 && Name.startswith("avx512.mask.expand.load."))
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 119 // Determine whether we can expand this attribute pack yet.
120 bool Expand = true, RetainExpansion = false;
125 Unexpanded, TemplateArgs, Expand,
129 if (!Expand) {
2594 // Determine whether we need to expand this parameter pack into separate
2602 bool Expand = true;
2611 Unexpanded, TemplateArgs, Expand, RetainExpansion, NumExpanded))
2706 // Determine whether we need to expand this parameter pack into separate
2715 bool Expand = true;
2724 Expand, RetainExpansion
    [all...]
TreeTransform.h 242 /// Determine whether we should expand a pack expansion with the
246 /// By default, the transformer never tries to expand pack expansions.
259 /// expand the corresponding pack expansions into separate arguments. When
3920 bool Expand = true;
3927 Expand, RetainExpansion,
3931 if (!Expand) {
4384 llvm_unreachable("Caller should expand pack expansions");
4512 bool Expand = true;
4518 Expand,
4523 if (!Expand) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 1168 /// used by those expressions without the need to expand them later after
1721 /// Test whether we know how to expand the current formula.
1726 // We know how to expand completely foldable formulae.
2045 Value *Expand(const LSRUse &LU, const LSRFixup &LF, const Formula &F,
2804 /// Return true if the chain increment is profitable to expand into a loop
2808 /// expensive to expand using real instructions.
3205 // Expand the IV increment.
3386 // Do not insert formula that we will not be able to expand.
5198 Value *LSRInstance::Expand(const LSRUse &LU, const LSRFixup &LF,
5216 // This will be the type that we'll initially expand to
    [all...]

Completed in 66 milliseconds