HomeSort by: relevance | last modified time | path
    Searched refs:Initial (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
SubtargetFeature.cpp 49 SubtargetFeatures::SubtargetFeatures(StringRef Initial) {
51 Split(Features, Initial);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 164 /// to build, the initial and final coroutine suspend points
209 /// The initial and final coroutine suspend points.
506 void setCoroutineSuspends(Stmt *Initial, Stmt *Final) {
507 assert(Initial && Final && "suspend points cannot be null");
510 CoroutineSuspends.first = Initial;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 423 // %x.initial = load %gep_0
425 // %x.storeforward = phi [%x.initial, %ph] [%y, %loop]
436 Value *Initial = new LoadInst(
440 PHINode *PHI = PHINode::Create(Initial->getType(), 2, "store_forwarded",
442 PHI->addIncoming(Initial, PH);
465 // %x.initial = load %gep_0
467 // %x.storeforward = phi [%x.initial, %ph] [%y, %loop]
582 // Also for the first iteration, generate the initial value of the load.
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DFAEmitter.cpp 18 // initial automaton was nondeterministic - it allows mapping back from the DFA
88 DfaState Initial(1, /*NFA initial state=*/0);
89 DfaStates.insert(Initial);
148 OS << "// The initial state is 1, not zero.\n";
287 // Starting from the initial state, build up a list of possible states and
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
ob.d 164 Initial state is not known; ignore for now
195 Initial, Undefined, Owner, Borrowed, Readonly
207 return ["Initial", "Undefined", "Owner", "Borrowed", "Readonly"][state];
238 case X(Initial, Initial):
241 case X(Initial, Owner ):
242 case X(Initial, Borrowed ):
243 case X(Initial, Readonly ):
249 case X(Owner, Initial):
250 case X(Borrowed, Initial)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SubtargetFeature.h 187 explicit SubtargetFeatures(StringRef Initial = "");
  /src/sys/external/bsd/acpica/dist/compiler/
readme.txt 108 Initial Directory "$(FileDir)"
  /src/external/bsd/unbound/dist/contrib/
unbound.spec 118 - Initial version.
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
format.txt 63 Pi 47 Punctuation, Initial
209 which is the character code and the second is the initial index of the list
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 1262 Scope *Initial = S;
1304 if (!LeftStartingScope && !Initial->isDeclScope(*I))
1392 UDirs.visitScopeChain(Initial, InnermostFileScope);
1433 UDirs.visitScopeChain(Initial, S);
2062 // We have already looked into the initial namespace; seed the queue
3758 Scope *Initial = S;
3765 UDirs.visitScopeChain(Initial, S);
3775 lookupInScope(Initial, Result, UDirs);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 911 Initial,
914 } Mode = Initial;
1202 case Initial:
1300 << " without an initial value";
  /src/usr.bin/make/unit-tests/
varmod-indirect.mk 8 # Initial support for indirect modifiers was added in var.c 1.101 from
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ThreadSafety.cpp 718 // The initial traversal does not capture back-edges, so those need to be
1295 /// \param ReqAttr -- true if this is part of an initial Requires attribute.
2322 // to initial lockset. Also turn off checking for lock and unlock functions.
2384 // Use the default initial lockset in case there are no predecessors.
2524 CFGBlockInfo *Initial = &BlockInfo[CFGraph->getEntry().getBlockID()];
2532 FactSet ExpectedExitSet = Initial->EntrySet;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp 932 // Figure out how long the initial prefix of non-zero elements is.
953 llvm::Constant *Initial = llvm::ConstantArray::get(
957 Elements[0] = Initial;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 4686 // flags were checked during the initial as-user import.
6278 // settings. Use the initial diagnostic state from Diag to simulate this
6283 // Skip the initial diagnostic state from the serialized module.
6285 "Invalid data, unexpected backref in initial state");
6288 "Invalid data, not enough state change pairs in initial state");
6294 DiagState Initial;
6295 Initial.SuppressSystemWarnings = Flags & 1; Flags >>= 1;
6296 Initial.ErrorsAsFatal = Flags & 1; Flags >>= 1;
6297 Initial.WarningsAsErrors = Flags & 1; Flags >>= 1;
6298 Initial.EnableAllWarnings = Flags & 1; Flags >>= 1
    [all...]
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 5882 # %d0{31:29} : initial guard,round,sticky #
12388 # while the rest are in their initial places. #
12449 # while the rest are in their initial places. #
12510 # while the rest are in their initial places. #
13754 # Initial USE
13818 bfextu USER_FPCR(%a6){&26:&2},%d1 # get initial rmode bits
14333 # Sigma is bit 31 of initial value; RHO is bit 31 of d6 (ILOG).
fpsp.s 21171 # while the rest are in their initial places. #
21232 # while the rest are in their initial places. #
21293 # while the rest are in their initial places. #
21759 # %d0{31:29} : initial guard,round,sticky #
23793 # Initial USE
23857 bfextu USER_FPCR(%a6){&26:&2},%d1 # get initial rmode bits
24372 # Sigma is bit 31 of initial value; RHO is bit 31 of d6 (ILOG).

Completed in 119 milliseconds