HomeSort by relevance Sort by last modified time
    Searched refs:Suffix (Results 126 - 150 of 221) sorted by null

1 2 3 4 56 7 8 9

  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.cpp 337 std::string MangleSectionName(const char Base[], const std::string &Suffix) {
338 if (Suffix.empty())
340 return Base + ("." + Suffix);
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
TestUtil.h 469 #define MinMaxOperations(Name, Suffix) \
471 Dqword Name##Suffix(const Dqword &Rhs) const { \
473 #Name #Suffix "ps is only available for fp."); \
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
NeonEmitter.cpp 64 ClassI, // generic integer instruction, e.g., "i8" suffix
65 ClassS, // signed/unsigned/poly, e.g., "s8", "u8" or "p8" suffix
66 ClassW, // width-specific instruction, e.g., "8" suffix
69 // but we need to not emit any suffix for in our
1098 char Suffix = '\0';
1101 case 8: Suffix = 'b'; break;
1102 case 16: Suffix = 'h'; break;
1103 case 32: Suffix = 's'; break;
1104 case 64: Suffix = 'd'; break;
1105 default: llvm_unreachable("Bad suffix!");
    [all...]
  /external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
ast.go 562 // simple suffix.
    [all...]
  /external/capstone/arch/AArch64/
AArch64InstPrinter.c     [all...]
  /external/golang-protobuf/protoc-gen-go/plugin/
plugin.pb.go 38 // A suffix for alpha, beta or rc release, e.g., "alpha-1", "rc2". It should
40 Suffix *string `protobuf:"bytes,4,opt,name=suffix" json:"suffix,omitempty"`
90 if m != nil && m.Suffix != nil {
91 return *m.Suffix
  /external/llvm/lib/Object/
MachOObjectFile.cpp 904 // Where A and Foo can be any string. And may contain a trailing suffix
907 // suffix then Suffix is set to the substring in Name that contains the suffix
914 // The library may have a suffix trailing the name Foo of the form:
927 StringRef &Suffix) {
932 Suffix = StringRef();
940 // Look for a suffix starting with a '_'
943 Suffix = Foo.slice(Idx, Foo.npos);
984 // pull off the suffix after the "." and make a point to i
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
Driver.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
ARMDecoderEmitter.cpp 149 /// suffix. ("VST4d8", "VST4d8_UPD", "_UPD") as input returns true.
152 const StringRef Suffix) {
154 if (RHS.startswith(LHS) && RHS.endswith(Suffix))
155 return RHS.size() == LHS.size() + Suffix.size();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
CrashDebugger.cpp 86 std::vector<std::string> &Suffix) {
106 outs() << "Checking to see if these passes crash: " << getPassesString(Suffix)
109 if (BD.runPasses(BD.getProgram(), Suffix))
110 return KeepSuffix; // The suffix crashes alone...
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
TestUtil.h 581 #define MinMaxOperations(Name, Suffix) \
583 Dqword Name##Suffix(const Dqword &Rhs) const { \
585 #Name #Suffix "ps is only available for fp."); \
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 800 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 337 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
  /external/llvm/include/llvm/MC/
MCContext.h 384 /// named by concatenating \p Prefix with '.' then \p Suffix. The \p Type
387 MCSectionELF *getELFNamedSection(const Twine &Prefix, const Twine &Suffix,
MCStreamer.h 126 virtual void emitInst(uint32_t Inst, char Suffix = '\0');
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /external/wayland-protocols/
wayland_protocol_codegen.go 28 // as a suffix can be added to the protocol filename (without extension).
84 // The suffix to append to every protocol filename to generate the
86 Suffix *string
195 generatedFilenameSuffix := proptools.String(g.properties.Suffix)
209 // genrateOutputPath takes an source path, a prefix, and a suffix, and use them
211 func (g *waylandGenModule) generateOutputPath(ctx android.ModuleContext, src android.Path, prefix string, suffix string) android.WritablePath {
212 // Construct a new filename by adding the requested prefix and suffix for this
214 // properties specify a prefix of "test-" and a suffix of "-client.cpp", we
221 return android.PathForModuleGen(ctx, prefix+protocolFilename+suffix)
  /build/kati/cmd/kati/
main.go 86 flag.StringVar(&ninjaSuffix, "ninja_suffix", "", "suffix for ninja files.")
293 Suffix: ninjaSuffix,
  /build/soong/ui/build/
build.go 193 // Load last Kati Suffix if it exists
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
toy.cpp 1094 irgenAndTakeOwnership(FunctionAST &FnAST, const std::string &Suffix) {
1096 F->setName(F->getName() + Suffix);
    [all...]
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
toy.cpp 1116 irgenAndTakeOwnership(FunctionAST &FnAST, const std::string &Suffix) {
1118 F->setName(F->getName() + Suffix);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 758 StringRef Suffix = "$non_lazy_ptr";
761 Name += Suffix;
    [all...]

Completed in 1968 milliseconds

1 2 3 4 56 7 8 9