HomeSort by relevance Sort by last modified time
    Searched refs:Hidden (Results 151 - 164 of 164) sorted by null

1 2 3 4 5 67

  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 69 static cl::opt<bool> UnsafeFPShrink("enable-double-float-shrink", cl::Hidden,
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 39 cl::init(false), cl::Hidden);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 42 DisableShifterOp("disable-shifter-op", cl::Hidden,
47 CheckVMLxHazard("check-vmlx-hazard", cl::Hidden,
    [all...]
ARMISelLowering.cpp 59 EnableARMTailCalls("arm-tail-calls", cl::Hidden,
64 EnableARMLongCalls("arm-long-calls", cl::Hidden,
69 ARMInterworking("arm-interworking", cl::Hidden,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 92 "enable-lsr-phielim", cl::Hidden, cl::init(true),
98 "stress-ivchain", cl::Hidden, cl::init(false),
    [all...]
SROA.cpp 66 /// Hidden option to force the pass to not use DomTree and mem2reg, instead
69 ForceSSAUpdater("force-ssa-updater", cl::init(false), cl::Hidden);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 779 // Emit a token and all hidden nodes before. EOF node holds all
780 // hidden tokens after last real token.
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 55 cl::desc("disable preincrement load/store generation on PPC"), cl::Hidden);
58 cl::desc("disable setting the node scheduling preference to ILP on PPC"), cl::Hidden);
61 cl::desc("disable unaligned load/store generation on PPC"), cl::Hidden);
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaCodeComplete.cpp 276 /// \brief Check whether the result is hidden by the Hiding declaration.
278 /// \returns true if the result is hidden and cannot be found, false if
279 /// the hidden result could still be found. When false, \p R may be
557 // In C, there is no way to refer to a hidden name.
558 // FIXME: This isn't true; we can find a tag name hidden by an ordinary
574 R.Hidden = true;
866 // declaration name is hidden by a similarly-named declaration in an outer
890 // The newly-added result is hidden by an entry in the shadow map.
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp 50 cl::Hidden);
54 cl::init(false), cl::Hidden);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 44 LargeGOT("mxgot", cl::Hidden,
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 98 | Hidden
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 49 CombinerAA("combiner-alias-analysis", cl::Hidden,
53 CombinerGlobalAA("combiner-global-alias-analysis", cl::Hidden,
    [all...]

Completed in 1317 milliseconds

1 2 3 4 5 67