Searched defs:Desc (Results 1 - 25 of 101) sorted by relevance

12345

/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTableGenBackend.cpp18 void TableGenBackend::EmitSourceFileHeader(const std::string &Desc, argument
21 " C++ -*-===//\n//\n// " << Desc << "\n//\n// Automatically generate" local
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Derror.c23 WCHAR *Desc; member in struct:__anon20051
68 for (Index = 0; ErrorCodeTable[Index].Desc; Index +=1) {
70 StrCpy (Buffer, ErrorCodeTable[Index].Desc);
/external/llvm/lib/TableGen/
H A DTableGenBackend.cpp34 void llvm::emitSourceFileHeader(StringRef Desc, raw_ostream &OS) { argument
43 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen);
44 printLine(OS, Prefix + Desc.substr(Pos, Length), ' ', Suffix);
46 } while (Pos < Desc.size());
/external/javassist/src/main/javassist/runtime/
H A DDesc.java24 public class Desc { class
57 + "' (Desc.useContextClassLoader: "
/external/llvm/include/llvm/MC/
H A DMCInstrInfo.h25 const MCInstrDesc *Desc; // Raw array to allow static init'n member in class:llvm::MCInstrInfo
35 Desc = D;
47 return Desc[Opcode];
H A DSubtargetFeature.h55 const char *Desc; // Help descriptor member in struct:llvm::SubtargetFeatureKV
/external/llvm/include/llvm/Support/
H A DOptions.h96 static void registerOption(const char *ArgStr, const char *Desc, argument
98 cl::opt<ValT> *Option = new cl::opt<ValT>(ArgStr, cl::desc(Desc),
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp63 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); local
64 if (Desc.isVariadic())
66 MI.getNumOperands() - Desc.NumOperands);
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInstrInfo.h27 const MCInstrDesc *Desc; // Raw array to allow static init'n member in class:llvm::MCInstrInfo
34 Desc = D;
45 return Desc[Opcode];
H A DSubtargetFeature.h36 const char *Desc; // Help descriptor member in struct:llvm::SubtargetFeatureKV
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistry.h88 StringRef Desc; member in struct:clang::ento::CheckerRegistry::CheckerInfo
91 : Initialize(fn), FullName(name), Desc(desc) {}
/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/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp43 void AsmPrinter::EmitSLEB128(int64_t Value, const char *Desc) const {
44 if (isVerbose() && Desc)
45 OutStreamer->AddComment(Desc);
51 void AsmPrinter::EmitULEB128(uint64_t Value, const char *Desc, argument
53 if (isVerbose() && Desc)
54 OutStreamer->AddComment(Desc);
102 /// describing the encoding. Desc is an optional string saying what the
104 void AsmPrinter::EmitEncodingByte(unsigned Val, const char *Desc) const {
106 if (Desc)
107 OutStreamer->AddComment(Twine(Desc)
[all...]
/external/llvm/lib/IR/
H A DOptBisect.cpp71 std::string Desc = "SCC ("; local
77 Desc += ", ";
80 Desc += F->getName();
82 Desc += "<<null function>>";
84 Desc += ")";
85 return Desc;
/external/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp79 const MCInstrDesc &Desc = MCII->get(Opcode); local
80 unsigned NumFixedOperands = Desc.NumOperands;
84 if (Desc.isVariadic()) {
93 const MCOperandInfo &Info = Desc.OpInfo[i];
132 assert(NumExtraOperands == 0 || Desc.isVariadic());
136 if (Desc.TSFlags & WebAssemblyII::VariableOpIsImmediate) {
/external/llvm/lib/Target/WebAssembly/InstPrinter/
H A DWebAssemblyInstPrinter.cpp54 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); local
55 if (Desc.isVariadic())
56 for (auto i = Desc.getNumOperands(), e = MI->getNumOperands(); i < e; ++i) {
94 unsigned NumFixedOperands = Desc.NumOperands;
97 const MCOperandInfo &Info = Desc.OpInfo[i];
100 : (Desc.TSFlags & WebAssemblyII::VariableOpImmediateIsLabel)))
168 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); local
169 assert(OpNo < Desc.getNumOperands() &&
171 assert(Desc.TSFlags == 0 &&
173 const MCOperandInfo &Info = Desc
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp35 void AsmPrinter::EmitSLEB128(int Value, const char *Desc) const {
36 if (isVerbose() && Desc)
37 OutStreamer.AddComment(Desc);
58 void AsmPrinter::EmitULEB128(unsigned Value, const char *Desc, argument
60 if (isVerbose() && Desc)
61 OutStreamer.AddComment(Desc);
125 /// describing the encoding. Desc is an optional string saying what the
127 void AsmPrinter::EmitEncodingByte(unsigned Val, const char *Desc) const {
129 if (Desc != 0)
130 OutStreamer.AddComment(Twine(Desc)
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXFPRoundingModePass.cpp165 const RndModeDesc &Desc = Instrs[MI.getOpcode()]; local
167 MachineOperand &Op = MI.getOperand(Desc.first);
170 Op.setImm(Desc.second);
/external/llvm/include/llvm/ADT/
H A DStatistic.h42 const char *Desc; member in class:llvm::Statistic
49 const char *getDesc() const { return Desc; }
55 Desc = desc;
/external/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp73 const MCInstrDesc &Desc = OldMI.getDesc(); local
74 for (unsigned i = Desc.getNumOperands(), e = OldMI.getNumOperands(); i != e;
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DSIMCCodeEmitter.cpp41 bool isSrcOperand(const MCInstrDesc &Desc, unsigned OpNo) const;
78 bool SIMCCodeEmitter::isSrcOperand(const MCInstrDesc &Desc, argument
80 unsigned OpType = Desc.OpInfo[OpNo].OperandType;
196 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); local
197 unsigned bytes = Desc.getSize();
210 if (!isSrcOperand(Desc, i))
213 int RCID = Desc.OpInfo[i].RegClass;
281 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); local
282 if (isSrcOperand(Desc, OpNo)) {
283 int RCID = Desc
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp297 const MCInstrDesc &Desc = MI.getDesc(); local
299 switch (Desc.TSFlags & MSP430II::SizeMask) {
301 switch (Desc.getOpcode()) {
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp109 const MCInstrDesc &Desc = MCII.get(Opcode); variable
114 unsigned Size = Desc.getSize();
/external/llvm/lib/Target/X86/InstPrinter/
H A DX86ATTInstPrinter.cpp42 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); local
43 uint64_t TSFlags = Desc.TSFlags;
H A DX86IntelInstPrinter.cpp38 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); local
39 uint64_t TSFlags = Desc.TSFlags;

Completed in 835 milliseconds

12345