Searched refs:Desc (Results 1 - 25 of 125) sorted by relevance

12345

/external/llvm/include/llvm/TableGen/
H A DTableGenBackend.h25 void emitSourceFileHeader(StringRef Desc, raw_ostream &OS);
/external/llvm/include/llvm/MC/
H A DMCInstrInfo.h27 const MCInstrDesc *Desc; // Raw array to allow static init'n member in class:llvm::MCInstrInfo
37 Desc = D;
50 return Desc[Opcode];
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLTexture.cpp16 const Desc& textureDesc,
17 const GrGLRenderTarget::Desc* rtDesc) {
40 const Desc& textureDesc)
46 const Desc& textureDesc,
47 const GrGLRenderTarget::Desc& rtDesc)
H A DGrGLBufferImpl.h22 struct Desc { struct in class:GrGLBufferImpl
29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType);
51 Desc fDesc;
H A DGrGLIndexBuffer.h20 typedef GrGLBufferImpl::Desc Desc; typedef in class:GrGLIndexBuffer
22 GrGLIndexBuffer(GrGpuGL* gpu, const Desc& desc);
H A DGrGLVertexBuffer.h20 typedef GrGLBufferImpl::Desc Desc; typedef in class:GrGLVertexBuffer
22 GrGLVertexBuffer(GrGpuGL* gpu, const Desc& desc);
H A DGrGLTexture.h60 struct Desc : public GrTextureDesc { struct in class:GrGLTexture
67 const Desc& textureDesc,
68 const GrGLRenderTarget::Desc& rtDesc);
72 const Desc& textureDesc);
105 const Desc& textureDesc,
106 const GrGLRenderTarget::Desc* rtDesc);
H A DGrGLRenderTarget.h27 struct Desc { struct in class:GrGLRenderTarget
40 const Desc& desc,
47 const Desc& desc,
102 void init(const Desc& desc, const GrGLIRect& viewport, GrGLTexID* texID);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.h26 struct Desc { struct in class:__tsan::MutexSet
39 Desc Get(uptr i) const;
48 Desc descs_[kMaxSize];
65 MutexSet::Desc MutexSet::Get(uptr i) const { return Desc(); }
/external/llvm/lib/TableGen/
H A DTableGenBackend.cpp35 void llvm::emitSourceFileHeader(StringRef Desc, raw_ostream &OS) { argument
44 PosE = Pos + ((MAX_LINE_LEN > (Desc.size() - PSLen)) ?
45 Desc.size() :
47 printLine(OS, Prefix + Desc.slice(Pos, PosE), ' ', Suffix);
49 } while(Pos < Desc.size());
/external/skia/src/gpu/gl/
H A DGrGLTexture.cpp16 const Desc& textureDesc,
17 const GrGLRenderTarget::Desc* rtDesc) {
39 const Desc& textureDesc)
45 const Desc& textureDesc,
46 const GrGLRenderTarget::Desc& rtDesc)
H A DGrGLBufferImpl.h22 struct Desc { struct in class:GrGLBufferImpl
29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType);
51 Desc fDesc;
H A DGrGLIndexBuffer.h20 typedef GrGLBufferImpl::Desc Desc; typedef in class:GrGLIndexBuffer
22 GrGLIndexBuffer(GrGpuGL* gpu, const Desc& desc);
H A DGrGLVertexBuffer.h20 typedef GrGLBufferImpl::Desc Desc; typedef in class:GrGLVertexBuffer
22 GrGLVertexBuffer(GrGpuGL* gpu, const Desc& desc);
H A DGrGLTexture.h60 struct Desc : public GrTextureDesc { struct in class:GrGLTexture
67 const Desc& textureDesc,
68 const GrGLRenderTarget::Desc& rtDesc);
72 const Desc& textureDesc);
105 const Desc& textureDesc,
106 const GrGLRenderTarget::Desc* rtDesc);
H A DGrGLRenderTarget.h27 struct Desc { struct in class:GrGLRenderTarget
40 const Desc& desc,
47 const Desc& desc,
102 void init(const Desc& desc, const GrGLIRect& viewport, GrGLTexID* texID);
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h27 struct Desc { struct in class:GrTextureStripAtlas
28 Desc() { memset(this, 0, sizeof(*this)); } function in struct:GrTextureStripAtlas::Desc
38 static GrTextureStripAtlas* GetAtlas(const Desc& desc);
96 GrTextureStripAtlas(Desc desc);
141 class Key : public GrMurmur3HashKey<sizeof(GrTextureStripAtlas::Desc)> {};
167 const Desc fDesc;
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DSIMCCodeEmitter.cpp44 bool isSrcOperand(const MCInstrDesc &Desc, unsigned OpNo) const;
76 bool SIMCCodeEmitter::isSrcOperand(const MCInstrDesc &Desc, argument
79 unsigned RegClass = Desc.OpInfo[OpNo].RegClass;
134 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); local
135 unsigned bytes = Desc.getSize();
148 if (!isSrcOperand(Desc, i))
193 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); local
194 if (isSrcOperand(Desc, OpNo)) {
196 if (Enc != ~0U && (Enc != 255 || Desc.getSize() == 4))
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h27 struct Desc { struct in class:GrTextureStripAtlas
28 Desc() { memset(this, 0, sizeof(*this)); } function in struct:GrTextureStripAtlas::Desc
38 static GrTextureStripAtlas* GetAtlas(const Desc& desc);
96 GrTextureStripAtlas(Desc desc);
139 class AtlasHashKey : public GrBinHashKey<sizeof(GrTextureStripAtlas::Desc)> {
166 const Desc fDesc;
/external/clang/lib/Analysis/
H A DProgramPoint.cpp48 : Desc((MsgProvider + " : " + Msg).str()) {}
51 return Desc;
/external/llvm/include/llvm/ADT/
H A DStatistic.h38 const char *Desc; member in class:llvm::Statistic
44 const char *getDesc() const { return Desc; }
48 Name = name; Desc = desc;
/external/llvm/lib/DebugInfo/
H A DDWARFDebugArangeSet.cpp99 for (const auto &Desc : ArangeDescriptors) {
100 OS << format("[0x%*.*" PRIx64 " -", hex_width, hex_width, Desc.Address)
102 hex_width, hex_width, Desc.getEndAddress());
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp68 const MCInstrDesc *Desc) const;
72 const MCInstrDesc *Desc) const;
78 void emitInstruction(MachineInstr &MI, const MCInstrDesc *Desc);
147 const MCInstrDesc &Desc = I->getDesc(); local
148 emitInstruction(*I, &Desc);
150 if (Desc.getOpcode() == X86::MOVPC32r)
165 const MCInstrDesc &Desc = MI.getDesc(); local
168 if ((Desc.TSFlags & X86II::FormMask) == X86II::Pseudo)
170 if (Desc.TSFlags & X86II::REX_W)
173 unsigned NumOps = Desc
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistry.h85 StringRef Desc; member in struct:clang::ento::CheckerRegistry::CheckerInfo
88 : Initialize(fn), FullName(name), Desc(desc) {}
/external/llvm/include/llvm/Support/
H A DRegistry.h27 const char *Name, *Desc; member in class:llvm::SimpleRegistryEntry
32 : Name(N), Desc(D), Ctor(C)
36 const char *getDesc() const { return Desc; }
204 Add(const char *Name, const char *Desc) argument
205 : Entry(Name, Desc, CtorFn), Node(Entry) {}

Completed in 615 milliseconds

12345