HomeSort by relevance Sort by last modified time
    Searched refs:Where (Results 1 - 25 of 47) sorted by null

1 2

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyStoreResults.cpp 97 MachineInstr *Where = O.getParent();
98 if (Where->getOpcode() == TargetOpcode::PHI) {
103 Where->getOperand(&O - &Where->getOperand(0) + 1).getMBB();
109 if (&MI == Where || !MDT.dominates(&MI, Where))
113 DEBUG(dbgs() << "Setting operand " << O << " in " << *Where
  /external/clang/lib/Rewrite/
TokenRewriter.cpp 70 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) {
71 Where = TokenList.insert(Where, T);
74 Where)).second;
77 return Where;
  /external/clang/include/clang/Rewrite/Core/
TokenRewriter.h 72 TokenRefTy AddToken(const Token &T, TokenRefTy Where);
  /external/valgrind/exp-bbv/tests/amd64-linux/
fldcw_check.S 15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
  /external/valgrind/exp-bbv/tests/x86/
fldcw_check.S 15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 102 ProfilingData::iterator Where;
103 std::tie(Where, NewFunc) =
105 InstrProfRecord &Dest = Where->second;
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 441 /// probability for each successor, where N is the number of successors.
662 /// into this MBB right before 'Where'.
665 void splice(iterator Where, MachineBasicBlock *Other, iterator From) {
667 if (Where != From)
668 splice(Where, Other, From, std::next(From));
672 /// and insert them into this MBB right before 'Where'.
674 /// The instruction at 'Where' must not be included in the range of
676 void splice(iterator Where, MachineBasicBlock *Other,
678 Insts.splice(Where.getInstrIterator(), Other->Insts,
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerInternal.h 140 void PrintStats(const char *Where, const char *End = "\n");
FuzzerLoop.cpp 115 void Fuzzer::PrintStats(const char *Where, const char *End) {
128 TotalNumberOfExecutedTraceBasedMutations, Where);
133 Printf("#%zd\t%s", TotalNumberOfRuns, Where);
  /ndk/sources/host-tools/make-3.81/
configure.bat 27 rem Where is the srcdir?
  /external/harfbuzz_ng/win32/
info-msvc.mak 68 @echo Where:
73 @echo PREFIX: Optional, the path where dependent libraries and tools may be
75 @echo where ^$(short_vs_ver) is 9 for VS 2008, 10 for VS 2010 and so on; and
  /ndk/build/core/
main.mk 46 # located in apps/<name> where <name> is a liberal name that doesn't
134 # Where all app-specific generated files will be stored
definitions-utils.mk 80 # 2: file where the variable should be defined
212 # Where ----> is a TAB character.
  /external/chromium-trace/catapult/telemetry/telemetry/core/
platform.py 74 Provides a limited interface to interact with the platform itself, where
347 file_path: Where to save the screenshot to. If the platform is remote,
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 169 MachineBasicBlock::iterator Where, unsigned PredR, bool Cond);
382 /// right at the place where the new segment will start. The segments will be
884 /// Generate a predicated version of MI (where the condition is given via
885 /// PredR and Cond) at the point indicated by Where.
887 MachineBasicBlock::iterator Where, unsigned PredR, bool Cond)
    [all...]
  /external/bison/doc/
refcard.tex 331 otherwise it will have the format {\tt {\it name}.tab.h}, where
351 \key{Tell {\tt bison} where to start parsing.}
411 Where {\it statements} can be either empty, or contain
452 Where {\it t} is a type defined in the {\tt \%union}, {\it n} is a
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff.h 306 #define obj_emit_lineno(WHERE, LINE, FILE_START) abort ()
335 hey ! Where is the C_LEAFSTAT definition ? i960 - coff support is depending on it.
  /external/v8/src/snapshot/
serialize.h 147 // Byte codes in this range represent Where, HowToCode and WhereToPoint.
148 // Where the pointed-to object can be found:
152 enum Where {
195 // Where to point within the object.
509 void PutRoot(int index, HeapObject* object, HowToCode how, WhereToPoint where,
  /external/iproute2/doc/
api-ip6-flowlabels.tex 91 It was proposed (Where? I do not remember any explicit statement)
  /external/pcre/dist/
RunTest.bat 120 echo Where test_number is one or more optional test numbers 1 through 26, default is all tests.
  /external/llvm/test/MC/AArch64/
arm64-diags.s 155 ; Load pair instructions where Rt==Rt2 and writeback load/store instructions
156 ; where Rt==Rn or Rt2==Rn are unpredicatable.
250 ; Where the immediate is out of range.
  /external/v8/src/
elements.cc 54 enum Where { AT_START, AT_END };
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /bionic/libc/
Android.mk 749 # Where we store our tzdata.
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 254 /// display routine in BaseRecognizer needs to display where the
263 /// Where are the bounds in the input token stream for this node and
350 /// Get tree node at current input pointer + i ahead where i=1 is next node.
392 /// Where is this stream pulling nodes from? This is not the name, but
661 /// This is a variant of createToken where the new token is derived from
758 /// Where is this stream pulling nodes from? This is not the name, but
    [all...]

Completed in 1438 milliseconds

1 2