HomeSort by relevance Sort by last modified time
    Searched refs:Prefix (Results 251 - 275 of 376) sorted by null

<<111213141516

  /external/swiftshader/third_party/LLVM/tools/llc/
llc.cpp 57 cl::Prefix,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
sancov.cpp 102 cl::desc("Strip this prefix from file paths in reports."));
680 // Mac has '___' prefix
    [all...]
  /external/libcxxabi/src/demangle/
ItaniumDemangle.h 256 const Node *Prefix;
261 : Node(KDotSuffix), Prefix(Prefix_), Suffix(Suffix_) {}
263 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); }
266 Prefix->print(s);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 480 static bool hasPrefix(StringRef SectionName, StringRef Prefix) {
481 return SectionName.startswith(Prefix) || SectionName == Prefix.drop_back();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 203 // Check if the hint starts with the loop metadata prefix.
211 if (!Name.startswith(Prefix()))
213 Name = Name.substr(Prefix().size(), StringRef::npos);
272 MDs.push_back(createHintMetadata(Twine(Prefix(), H.Name).str(), H.Value));
    [all...]
  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp 686 std::string Prefix;
697 Prefix = "fetch_";
714 Info.UniqName = "atomic_" + Prefix + Sign + Stem.str() + Postfix;
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86MCInstLower.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 89 static void PrintLLVMName(raw_ostream &OS, StringRef Name, PrefixType Prefix) {
91 switch (Prefix) {
92 default: llvm_unreachable("Bad prefix!");
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenSchedule.cpp 97 // Extract a prefix that we can binary search on.
106 StringRef Prefix = Original.substr(0, FirstMeta);
109 // For the rest use a python-style prefix match.
123 if (InstName.startswith(Prefix) &&
124 (!Regexpr || Regexpr->match(InstName.substr(Prefix.size())))) {
132 // sorted by name. Find the sub-ranges that start with our prefix.
143 std::equal_range(Pseudos.begin(), Pseudos.end(), Prefix, Comp());
145 Prefix, Comp());
147 // For these ranges we know that instruction names start with the prefix.
151 if (!Regexpr || Regexpr->match(InstName.substr(Prefix.size())))
    [all...]
  /external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
ast.go     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 594 void SwitchToEHSection(const char *Prefix, unsigned Type, unsigned Flags,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 678 void SwitchToEHSection(StringRef Prefix, unsigned Type, unsigned Flags,
    [all...]
  /external/brotli/research/
brotlidump.py 47 """Represent a bytes object. Can read bits and prefix codes the way
120 """Number of bits in the prefix notation of this symbol
208 """A decoder for the Code class that uses a prefix code.
212 to a prefix decoder, or pass decodeTable at init.
329 """This routine makes sure the prefix decoder is activated.
335 If you use setDecode or setLength, you have a prefix code,
559 #For prefix codes
561 """Header of prefix codes.
    [all...]
  /external/libchrome/build/android/gyp/util/
build_utils.py 339 base_dir: Prefix to strip from inputs.
  /external/llvm/include/llvm/MC/
MCContext.h 105 /// a given prefix.
384 /// named by concatenating \p Prefix with '.' then \p Suffix. The \p Type
387 MCSectionELF *getELFNamedSection(const Twine &Prefix, const Twine &Suffix,
  /external/llvm/tools/llc/
llc.cpp 86 cl::Prefix,
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
llvm-mc.cpp 95 cl::value_desc("directory"), cl::Prefix);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Function.h 300 /// Set the section prefix for this function.
301 void setSectionPrefix(StringRef Prefix);
303 /// Get the section prefix for this function.
696 /// Check whether this function has prefix data.
701 /// Get the prefix data associated with this function.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
ItaniumDemangle.cpp 212 const Node *Prefix;
217 : Node(KDotSuffix), Prefix(Prefix_), Suffix(Suffix_) {}
220 Prefix->print(s);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
llvm-lto2.cpp 35 cl::Prefix, cl::ZeroOrMore, cl::init('2'));
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 215 /// Set the section prefix for this function.
216 void setSectionPrefix(StringRef Prefix);
218 /// Get the section prefix for this function.
585 /// \brief Check whether this function has prefix data.
590 /// \brief Get the prefix data associated with this function.

Completed in 2017 milliseconds

<<111213141516