/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 71 void emitInstruction(MachineInstr &MI, const MCInstrDesc *Desc); 133 const MCInstrDesc &Desc = I->getDesc(); in runOnMachineFunction() local 134 emitInstruction(*I, &Desc); in runOnMachineFunction() 136 if (Desc.getOpcode() == X86::MOVPC32r) in runOnMachineFunction() 151 const MCInstrDesc &Desc = MI.getDesc(); in determineREX() local 154 if ((Desc.TSFlags & X86II::FormMask) == X86II::Pseudo) in determineREX() 156 if (Desc.TSFlags & X86II::REX_W) in determineREX() 159 unsigned NumOps = Desc.getNumOperands(); in determineREX() 162 Desc.getOperandConstraint(1, MCOI::TIED_TO) != -1; in determineREX() 175 switch (Desc.TSFlags & X86II::FormMask) { in determineREX() [all …]
|
/external/skia/src/gpu/ |
D | GrTextureStripAtlas.h | 30 struct Desc { struct 31 Desc() { sk_bzero(this, sizeof(*this)); } in Desc() argument 36 bool operator==(const Desc& other) const { argument 37 return 0 == memcmp(this, &other, sizeof(Desc)); 44 static GrTextureStripAtlas* GetAtlas(const Desc& desc); 103 GrTextureStripAtlas(Desc desc); 148 static const Desc& GetKey(const AtlasEntry& entry) { return entry.fDesc; } in GetKey() 149 static uint32_t Hash(const Desc& desc) { return SkOpts::hash(&desc, sizeof(Desc)); } in Hash() 154 Desc fDesc; 173 const Desc fDesc;
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCSuperDeallocChecker.cpp | 54 void reportUseAfterDealloc(SymbolRef Sym, StringRef Desc, const Stmt *S, 101 StringRef Desc; in checkPreObjCMessage() local 104 Desc = "[super dealloc] should not be called multiple times"; in checkPreObjCMessage() 106 Desc = StringRef(); in checkPreObjCMessage() 109 reportUseAfterDealloc(ReceiverSymbol, Desc, M.getOriginExpr(), C); in checkPreObjCMessage() 164 StringRef Desc = StringRef(); in checkLocation() local 172 Desc = OS.str(); in checkLocation() 175 reportUseAfterDealloc(BaseSym, Desc, S, C); in checkLocation() 182 StringRef Desc, in reportUseAfterDealloc() argument 193 if (Desc.empty()) in reportUseAfterDealloc() [all …]
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVType.h | 349 getAsTuple (const SPIRVTypeImageDescriptor &Desc) { in getAsTuple() 350 return std::make_tuple(std::make_tuple(Desc.Dim, Desc.Depth, Desc.Arrayed, in getAsTuple() 351 Desc.MS, Desc.Sampled), Desc.Format); in getAsTuple() 396 Desc(TheDesc){ in SPIRVTypeImage() 402 Desc(TheDesc){ in SPIRVTypeImage() 406 SPIRVTypeImage():SPIRVType(OC), SampledType(SPIRVID_INVALID), Desc(){ in SPIRVTypeImage() 409 return Desc; in getDescriptor() 412 return Desc.Sampled == 0 && Desc.Format == 0; in isOCLImage() 424 if (Desc.MS) in getRequiredCapability() 437 _SPIRV_DEF_ENCDEC9(Id, SampledType, Desc.Dim, Desc.Depth, [all …]
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | SIMCCodeEmitter.cpp | 41 bool isSrcOperand(const MCInstrDesc &Desc, unsigned OpNo) const; 78 bool SIMCCodeEmitter::isSrcOperand(const MCInstrDesc &Desc, in isSrcOperand() argument 80 unsigned OpType = Desc.OpInfo[OpNo].OperandType; in isSrcOperand() 196 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in encodeInstruction() local 197 unsigned bytes = Desc.getSize(); in encodeInstruction() 210 if (!isSrcOperand(Desc, i)) in encodeInstruction() 213 int RCID = Desc.OpInfo[i].RegClass; in encodeInstruction() 281 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValue() local 282 if (isSrcOperand(Desc, OpNo)) { in getMachineOpValue() 283 int RCID = Desc.OpInfo[OpNo].RegClass; in getMachineOpValue() [all …]
|
D | R600MCCodeEmitter.cpp | 89 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in encodeInstruction() local 96 } else if (IS_VTX(Desc)) { in encodeInstruction() 106 } else if (IS_TEX(Desc)) { in encodeInstruction() 133 ((Desc.TSFlags & R600_InstFlag::OP1) || in encodeInstruction() 134 Desc.TSFlags & R600_InstFlag::OP2)) { in encodeInstruction()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterDwarf.cpp | 35 void AsmPrinter::EmitSLEB128(int Value, const char *Desc) const { in EmitSLEB128() 36 if (isVerbose() && Desc) in EmitSLEB128() 37 OutStreamer.AddComment(Desc); in EmitSLEB128() 58 void AsmPrinter::EmitULEB128(unsigned Value, const char *Desc, in EmitULEB128() argument 60 if (isVerbose() && Desc) in EmitULEB128() 61 OutStreamer.AddComment(Desc); in EmitULEB128() 127 void AsmPrinter::EmitEncodingByte(unsigned Val, const char *Desc) const { in EmitEncodingByte() 129 if (Desc != 0) in EmitEncodingByte() 130 OutStreamer.AddComment(Twine(Desc)+" Encoding = " + in EmitEncodingByte()
|
/external/llvm/lib/Target/WebAssembly/InstPrinter/ |
D | WebAssemblyInstPrinter.cpp | 54 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); in printInst() local 55 if (Desc.isVariadic()) in printInst() 56 for (auto i = Desc.getNumOperands(), e = MI->getNumOperands(); i < e; ++i) { in printInst() 94 unsigned NumFixedOperands = Desc.NumOperands; in printInst() 97 const MCOperandInfo &Info = Desc.OpInfo[i]; in printInst() 100 : (Desc.TSFlags & WebAssemblyII::VariableOpImmediateIsLabel))) in printInst() 168 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); in printOperand() local 169 assert(OpNo < Desc.getNumOperands() && in printOperand() 171 assert(Desc.TSFlags == 0 && in printOperand() 173 const MCOperandInfo &Info = Desc.OpInfo[OpNo]; in printOperand()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutexset.h | 26 struct Desc { struct 39 Desc Get(uptr i) const; argument 48 Desc descs_[kMaxSize]; 65 MutexSet::Desc MutexSet::Get(uptr i) const { return Desc(); } in Get()
|
/external/llvm/lib/IR/ |
D | OptBisect.cpp | 71 std::string Desc = "SCC ("; in getDescription() local 77 Desc += ", "; in getDescription() 80 Desc += F->getName(); in getDescription() 82 Desc += "<<null function>>"; in getDescription() 84 Desc += ")"; in getDescription() 85 return Desc; in getDescription()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterDwarf.cpp | 43 void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const { in EmitSLEB128() 44 if (isVerbose() && Desc) in EmitSLEB128() 45 OutStreamer->AddComment(Desc); in EmitSLEB128() 51 void AsmPrinter::EmitULEB128(uint64_t Value, const char *Desc, in EmitULEB128() argument 53 if (isVerbose() && Desc) in EmitULEB128() 54 OutStreamer->AddComment(Desc); in EmitULEB128() 104 void AsmPrinter::EmitEncodingByte(unsigned Val, const char *Desc) const { in EmitEncodingByte() 106 if (Desc) in EmitEncodingByte() 107 OutStreamer->AddComment(Twine(Desc) + " Encoding = " + in EmitEncodingByte()
|
/external/skia/src/gpu/vk/ |
D | GrVkBuffer.h | 52 struct Desc { struct 82 const Desc& descriptor); 84 GrVkBuffer(const Desc& desc, const GrVkBuffer::Resource* resource) in GrVkBuffer() 104 const Desc& descriptor) { in createResource() 114 Desc fDesc;
|
D | GrVkPipelineState.h | 73 class Desc : public GrProgramDesc { 75 static bool Build(Desc*, 85 const Desc& getDesc() { return fDesc; } in getDesc() 92 const GrVkPipelineState::Desc&, 199 Desc fDesc;
|
D | GrVkPipelineStateBuilder.h | 40 GrVkPipelineState::Desc*, 59 GrVkPipelineState::Desc*); 66 GrVkPipelineState::Desc* desc);
|
/external/llvm/lib/TableGen/ |
D | TableGenBackend.cpp | 34 void llvm::emitSourceFileHeader(StringRef Desc, raw_ostream &OS) { in emitSourceFileHeader() argument 43 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen); in emitSourceFileHeader() 44 printLine(OS, Prefix + Desc.substr(Pos, Length), ' ', Suffix); in emitSourceFileHeader() 46 } while (Pos < Desc.size()); in emitSourceFileHeader()
|
/external/llvm/lib/Target/WebAssembly/Disassembler/ |
D | WebAssemblyDisassembler.cpp | 79 const MCInstrDesc &Desc = MCII->get(Opcode); in getInstruction() local 80 unsigned NumFixedOperands = Desc.NumOperands; in getInstruction() 84 if (Desc.isVariadic()) { in getInstruction() 93 const MCOperandInfo &Info = Desc.OpInfo[i]; in getInstruction() 132 assert(NumExtraOperands == 0 || Desc.isVariadic()); in getInstruction() 136 if (Desc.TSFlags & WebAssemblyII::VariableOpIsImmediate) { in getInstruction()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstrInfo.h | 27 const MCInstrDesc *Desc; // Raw array to allow static init'n variable 34 Desc = D; in InitMCInstrInfo() 45 return Desc[Opcode]; in get()
|
/external/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 310 const MCInstrDesc &Desc = MI.getDesc(); in chooseBestLEA() local 311 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags) + in chooseBestLEA() 312 X86II::getOperandBias(Desc); in chooseBestLEA() 330 if (TII->getRegClass(Desc, MemOpNo + X86::AddrBaseReg, TRI, *MF) != in chooseBestLEA() 412 const MCInstrDesc &Desc = MI.getDesc(); in isReplaceable() local 413 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags); in isReplaceable() 420 MemOpNo += X86II::getOperandBias(Desc); in isReplaceable() 477 const MCInstrDesc &Desc = MI.getDesc(); in removeRedundantAddrCalc() local 478 int MemOpNo = X86II::getMemoryOperandNo(Desc.TSFlags); in removeRedundantAddrCalc() 484 MemOpNo += X86II::getOperandBias(Desc); in removeRedundantAddrCalc() [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCInstrInfo.h | 25 const MCInstrDesc *Desc; // Raw array to allow static init'n variable 35 Desc = D; in InitMCInstrInfo() 47 return Desc[Opcode]; in get()
|
/external/llvm/include/llvm/Support/ |
D | Registry.h | 28 const char *Name, *Desc; variable 33 : Name(N), Desc(D), Ctor(C) in SimpleRegistryEntry() 37 const char *getDesc() const { return Desc; } in getDesc() 118 Add(const char *Name, const char *Desc) in Add() argument 119 : Entry(Name, Desc, CtorFn), Node(Entry) { in Add()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Registry.h | 22 const char *Name, *Desc; variable 27 : Name(N), Desc(D), Ctor(C) in SimpleRegistryEntry() 31 const char *getDesc() const { return Desc; } in getDesc() 198 Add(const char *Name, const char *Desc) in Add() argument 199 : Entry(Name, Desc, CtorFn), Node(Entry) {} in Add()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceRangeSpec.h | 38 struct Desc { struct 72 Desc Includes; argument 73 Desc Excludes;
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
D | error.c | 23 WCHAR *Desc; member 68 for (Index = 0; ErrorCodeTable[Index].Desc; Index +=1) { in StatusToString() 70 StrCpy (Buffer, ErrorCodeTable[Index].Desc); in StatusToString()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | Statistic.h | 37 const char *Desc; variable 43 const char *getDesc() const { return Desc; } in getDesc() 47 Name = name; Desc = desc; in construct()
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | TableGenBackend.cpp | 18 void TableGenBackend::EmitSourceFileHeader(const std::string &Desc, in EmitSourceFileHeader() argument 21 " C++ -*-===//\n//\n// " << Desc << "\n//\n// Automatically generate" in EmitSourceFileHeader()
|