Home
last modified time | relevance | path

Searched defs:Desc (Results 1 – 25 of 113) sorted by relevance

12345

/external/swiftshader/third_party/subzero/src/
DIceRangeSpec.h38 struct Desc { struct
40 std::unordered_set<std::string> Names;
42 llvm::BitVector Numbers;
47 uint32_t AllFrom = RangeMax;
72 Desc Includes; argument
/external/skia/src/gpu/
DGrTextureStripAtlas.h30 struct Desc { struct
31 Desc() { sk_bzero(this, sizeof(*this)); } in Desc() argument
36 bool operator==(const Desc& other) const { argument
/external/skqp/src/gpu/
DGrTextureStripAtlas.h30 struct Desc { struct
31 Desc() { sk_bzero(this, sizeof(*this)); } in Desc() argument
36 bool operator==(const Desc& other) const { argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutexset.h26 struct Desc { struct
39 Desc Get(uptr i) const; argument
/external/skia/src/gpu/vk/
DGrVkBuffer.h52 struct Desc { struct
53 size_t fSizeInBytes;
54 Type fType; // vertex buffer, index buffer, etc.
55 bool fDynamic;
/external/skqp/src/gpu/vk/
DGrVkBuffer.h52 struct Desc { struct
53 size_t fSizeInBytes;
54 Type fType; // vertex buffer, index buffer, etc.
55 bool fDynamic;
/external/swiftshader/third_party/LLVM/lib/TableGen/
DTableGenBackend.cpp18 void TableGenBackend::EmitSourceFileHeader(const std::string &Desc, in EmitSourceFileHeader()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DSIMCCodeEmitter.cpp78 bool SIMCCodeEmitter::isSrcOperand(const MCInstrDesc &Desc, in isSrcOperand()
196 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in encodeInstruction() local
281 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValue() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DOptions.h96 static void registerOption(StringRef ArgStr, StringRef Desc, in registerOption()
/external/llvm/include/llvm/Support/
DOptions.h96 static void registerOption(const char *ArgStr, const char *Desc, in registerOption()
DRegistry.h28 const char *Name, *Desc; variable
118 Add(const char *Name, const char *Desc) in Add()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrInfo.h27 const MCInstrDesc *Desc; // Raw array to allow static init'n variable
DSubtargetFeature.h36 const char *Desc; // Help descriptor member
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Derror.c23 WCHAR *Desc; member
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCSuperDeallocChecker.cpp101 StringRef Desc; in checkPreObjCMessage() local
164 StringRef Desc = StringRef(); in checkLocation() local
182 StringRef Desc, in reportUseAfterDealloc()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugArangeSet.cpp99 for (const auto &Desc : ArangeDescriptors) { in dump() local
/external/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp54 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); in printInst() local
168 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); in printOperand() local
/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp310 const MCInstrDesc &Desc = MI.getDesc(); in chooseBestLEA() local
412 const MCInstrDesc &Desc = MI.getDesc(); in isReplaceable() local
477 const MCInstrDesc &Desc = MI.getDesc(); in removeRedundantAddrCalc() local
575 const MCInstrDesc &Desc = MI.getDesc(); in removeRedundantLEAs() local
/external/llvm/include/llvm/MC/
DMCInstrInfo.h25 const MCInstrDesc *Desc; // Raw array to allow static init'n variable
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DRegistry.h22 const char *Name, *Desc; variable
198 Add(const char *Name, const char *Desc) in Add()
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCCodeEmitter.cpp63 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in encodeInstruction() local
/external/llvm/lib/TableGen/
DTableGenBackend.cpp34 void llvm::emitSourceFileHeader(StringRef Desc, raw_ostream &OS) { in emitSourceFileHeader()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStatistic.h37 const char *Desc; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStatistic.h43 const char *Desc; variable
/external/llvm/include/llvm/ADT/
DStatistic.h42 const char *Desc; variable

12345