HomeSort by relevance Sort by last modified time
    Searched defs:Desc (Results 51 - 61 of 61) sorted by null

1 23

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 56 cl::desc("Disable debug info printing"));
60 cl::desc("Make an absence of debug location information explicit."),
65 cl::desc("Generate GNU-style pubnames and pubtypes"),
70 cl::desc("Generate dwarf aranges"),
79 cl::desc("Output prototype dwarf accelerator tables."),
87 cl::desc("Output DWARF5 split debug info."),
95 cl::desc("Generate DWARF pubnames and pubtypes sections"),
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 49 cl::desc("Disable analysis for CTR loops"));
52 cl::desc("Disable compare instruction optimization"), cl::Hidden);
55 cl::desc("Disable VSX FMA instruction mutation"), cl::Hidden);
58 cl::desc("Causes the backend to crash instead of generating a nop VSX copy"),
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp     [all...]
SIInstrInfo.cpp 552 const MCInstrDesc &Desc = get(Opcode);
553 if (!Desc.isVariadic() &&
554 Desc.getNumOperands() != MI->getNumExplicitOperands()) {
560 for (unsigned i = 0, e = Desc.getNumOperands(); i != e; ++i) {
561 switch (Desc.OpInfo[i].OperandType) {
563 int RegClass = Desc.OpInfo[i].RegClass;
584 int RegClass = Desc.OpInfo[i].RegClass;
659 if (Desc.getOpcode() == AMDGPU::V_DIV_SCALE_F32 ||
660 Desc.getOpcode() == AMDGPU::V_DIV_SCALE_F64) {
737 const MCInstrDesc &Desc = get(MI.getOpcode())
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 50 cl::desc("Enable ARM 2-addr to 3-addr conv"));
54 cl::desc("Widen ARM vmovs to vmovd when possible"));
59 cl::desc("Clearance before partial register updates"));
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimaging.h 132 VOID *Desc;
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 50 cl::desc("Consider warnings as error"));
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h 301 cmsSigTextDescriptionType = 0x64657363, // 'desc'
365 cmsSigProfileDescriptionTag = 0x64657363, // 'desc'
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 277 milliseconds

1 23