Home
last modified time | relevance | path

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

12345

/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/compiler-rt/lib/tsan/rtl/
Dtsan_mutexset.h26 struct Desc { struct
39 Desc Get(uptr i) const; argument
/external/skia/src/gpu/vk/
DGrVkBuffer.h51 struct Desc { struct
52 size_t fSizeInBytes;
53 Type fType; // vertex buffer, index buffer, etc.
54 bool fDynamic;
/external/swiftshader/third_party/LLVM/lib/TableGen/
DTableGenBackend.cpp18 void TableGenBackend::EmitSourceFileHeader(const std::string &Desc, in EmitSourceFileHeader()
/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/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/syslinux/gnu-efi/gnu-efi-3.0/lib/
Derror.c23 WCHAR *Desc; member
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugArangeSet.cpp99 for (const auto &Desc : ArangeDescriptors) { in dump() local
/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/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/include/llvm/MC/
DMCInstrInfo.h25 const MCInstrDesc *Desc; // Raw array to allow static init'n variable
DSubtargetFeature.h55 const char *Desc; // Help descriptor member
/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/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/TableGen/
DTableGenBackend.cpp34 void llvm::emitSourceFileHeader(StringRef Desc, raw_ostream &OS) { in emitSourceFileHeader()
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCCodeEmitter.cpp63 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in encodeInstruction() local
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStatistic.h37 const char *Desc; variable
/external/llvm/include/llvm/ADT/
DStatistic.h42 const char *Desc; variable
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerRegistry.h88 StringRef Desc; member
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp133 const MCInstrDesc &Desc = I->getDesc(); in runOnMachineFunction() local
151 const MCInstrDesc &Desc = MI.getDesc(); in determineREX() local
594 const MCInstrDesc *Desc = &II->get(Opcode); in UpdateOp() local
601 const MCInstrDesc *Desc) { in emitInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp388 const MCInstrDesc &Desc, in EmitVEXOpcodePrefix()
624 const MCInstrDesc &Desc) { in DetermineREXPrefix()
751 const MCInstrDesc &Desc, in EmitOpcodePrefix()
841 const MCInstrDesc &Desc = MCII.get(Opcode); in EncodeInstruction() local
/external/javassist/src/main/javassist/runtime/
DDesc.java24 public class Desc { class

12345