/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
DataMov.cpp | 360 static constexpr uint8_t Prefix = 0xF3; 364 verifyBytes<ByteCount>(codeBytes(), Prefix, Opcode); [all...] |
/external/v8/src/compiler/ |
wasm-compiler.cc | [all...] |
/external/clang/lib/Frontend/ |
CompilerInvocation.cpp | [all...] |
/external/python/cpython3/Lib/ |
trace.py | 33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs 34 trace.py -t --ignore-dir '$prefix' spam.py eggs 130 # looking in sys.path for the longest matching prefix. We'll 641 help='Prefix each line with the time since the program started. ' 668 s = s.replace('$prefix', _prefix).replace('$exec_prefix', _exec_prefix)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
InstrProf.h | 58 #define INSTR_PROF_SECT_ENTRY(Kind, SectNameCommon, SectNameCoff, Prefix) Kind, 65 /// \p AddSegmentInfo is true, a segment prefix and additional linker hints may 82 /// Return the name prefix of variables containing instrumented function names. 85 /// Return the name prefix of variables containing per-function control data. 88 /// Return the name prefix of profile counter variables. 91 /// Return the name prefix of value profile variables. 97 /// Return the name prefix of the COMDAT group for instrumentation variables 201 /// Given a PGO function name, remove the filename prefix and return 516 /// the prefix attached (to symbols with priviate linkage). For [all...] |
/external/clang/lib/CodeGen/ |
CGObjCMac.cpp | [all...] |
/external/clang/include/clang/AST/ |
RecursiveASTVisitor.h | 728 if (NestedNameSpecifierLoc Prefix = NNS.getPrefix()) 729 TRY_TO(TraverseNestedNameSpecifierLoc(Prefix)); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMAsmPrinter.cpp | [all...] |
/external/pdfium/third_party/lcms/include/ |
lcms2.h | [all...] |
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
Record.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMAsmPrinter.cpp | 800 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber, 803 MCSymbol *Label = Ctx.GetOrCreateSymbol(Twine(Prefix) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
TGParser.cpp | 113 /// Return an Init with a qualifier prefix referring 121 Init *Prefix = BinOpInit::getStrConcat(CurMultiClass->Rec.getNameInit(), 123 NewName = BinOpInit::getStrConcat(Prefix, NewName); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
ARMAsmPrinter.cpp | 764 static MCSymbol *getPICLabel(StringRef Prefix, unsigned FunctionNumber, 767 MCSymbol *Label = Ctx.getOrCreateSymbol(Twine(Prefix) [all...] |
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
DataMov.cpp | 514 static constexpr uint8_t Prefix = 0xF3; 518 verifyBytes<ByteCount>(codeBytes(), Prefix, Opcode); [all...] |
/external/clang/include/clang/Serialization/ |
ASTReader.h | [all...] |
/external/llvm/include/llvm/Support/ |
CommandLine.h | 129 // Prefix - This option allows arguments that are otherwise unrecognized to be 130 // matched by options that are a prefix of the actual value. This is useful for 132 // '-L../../include' where -l or -L are the actual flags. When prefix is 144 Prefix = 0x02, // Can this option directly prefix its value? [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
CommandLine.h | 120 // Prefix - This option allows arguments that are otherwise unrecognized to be 121 // matched by options that are a prefix of the actual value. This is useful for 123 // '-L../../include' where -l or -L are the actual flags. When prefix is 135 Prefix = 0x100, // Can this option directly prefix its value? [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
CommandLine.h | 143 // Prefix - This option allows arguments that are otherwise unrecognized to be 144 // matched by options that are a prefix of the actual value. This is useful for 146 // '-L../../include' where -l or -L are the actual flags. When prefix is 158 Prefix = 0x02, // Can this option directly prefix its value? [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
CommandLine.h | 134 // Prefix - This option allows arguments that are otherwise unrecognized to be 135 // matched by options that are a prefix of the actual value. This is useful for 137 // '-L../../include' where -l or -L are the actual flags. When prefix is 149 Prefix = 0x02, // Can this option directly prefix its value? [all...] |
/external/v8/src/wasm/ |
wasm-opcodes.h | 559 #define DECLARE_PREFIX(name, opcode) k##name##Prefix = opcode,
|
/external/llvm/lib/Transforms/Scalar/ |
SROA.cpp | 93 std::string Prefix; 95 return Name.isTriviallyEmpty() ? Name : Prefix + Name; 99 void SetNamePrefix(const Twine &P) { Prefix = P.str(); } [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
SROA.cpp | 133 std::string Prefix; 136 return Name.isTriviallyEmpty() ? Name : Prefix + Name; 140 void SetNamePrefix(const Twine &P) { Prefix = P.str(); } [all...] |
/external/cldr/tools/java/org/unicode/cldr/util/ |
StandardCodes.java | [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
LoopVectorize.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaLookup.cpp | [all...] |