HomeSort by relevance Sort by last modified time
    Searched refs:MAI (Results 76 - 92 of 92) sorted by null

1 2 34

  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 35 AArch64InstPrinter::AArch64InstPrinter(const MCAsmInfo &MAI,
39 : MCInstPrinter(MAI, MII, MRI) {
44 AArch64AppleInstPrinter::AArch64AppleInstPrinter(const MCAsmInfo &MAI,
48 : AArch64InstPrinter(MAI, MII, MRI, STI) {}
    [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.h 26 ARMInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
ARMInstPrinter.cpp 61 ARMInstPrinter::ARMInstPrinter(const MCAsmInfo &MAI,
65 MCInstPrinter(MAI, MII, MRI) {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 161 if (MAI->hasDotTypeDotSizeDirective()) {
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 128 const MCAsmInfo &MAI;
174 /// AssemblerDialect. ~OU means unset value and use value provided by MAI.
185 const MCAsmInfo &MAI);
205 return MAI.getAssemblerDialect();
493 : Lexer(_MAI), Ctx(_Ctx), Out(_Out), MAI(_MAI), SrcMgr(_SM),
675 if (!NoFinalize && MAI.hasSubsectionsViaSymbols()) {
813 if (!MAI.useParensForSymbolVariant()) {
850 } else if (MAI.doesAllowAtInName() && !MAI.useParensForSymbolVariant()) {
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 42 const MCAsmInfo &MAI;
64 MAI(*TM.getMCAsmInfo()), AsmPrinter(asmprinter) {}
215 if (MO.isJTI() && MAI.hasSetDirective()) {
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 363 OS << '\t' << MAI->getCommentString() << "DEBUG_VALUE: ";
AArch64InstrInfo.cpp 40 const MCAsmInfo *MAI = MF->getTarget().getMCAsmInfo();
43 return getInlineAsmLength(MI->getOperand(0).getSymbolName(), *MAI);
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp 573 const MCAsmInfo *MAI = MF->getTarget().getMCAsmInfo();
581 return getInlineAsmLength(MI->getOperand(0).getSymbolName(), *MAI);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 225 if (Asm->MAI->doesDwarfUseRelocationsAcrossSections())
    [all...]
DwarfDebug.cpp 355 if (Asm.MAI->doesDwarfUseRelocationsAcrossSections())
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 511 milliseconds

1 2 34