Searched refs:getMCAsmInfo (Results 1 – 24 of 24) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 163 assert((!TM.getMCAsmInfo() || in initializeEnvironment() 164 (TM.getMCAsmInfo()->getExceptionHandlingType() == in initializeEnvironment()
|
D | ARMTargetObjectFile.cpp | 47 if (TM.getMCAsmInfo()->getExceptionHandlingType() != ExceptionHandling::ARM) in getTTypeGlobalReference()
|
D | ARMBaseInstrInfo.cpp | 600 const MCAsmInfo *MAI = MF->getTarget().getMCAsmInfo(); in GetInstSizeInBytes()
|
/external/llvm/lib/CodeGen/ |
D | LLVMTargetMachine.cpp | 125 *TM->getMCAsmInfo(), *TM->getMCRegisterInfo(), TM->getObjFileLowering()); in addPassesToGenerateCode() 169 const MCAsmInfo &MAI = *getMCAsmInfo(); in addPassesToEmitFile()
|
D | ShrinkWrap.cpp | 494 !MF.getTarget().getMCAsmInfo()->usesWindowsCFI() && in isShrinkWrapEnabled()
|
D | Passes.cpp | 436 switch (TM->getMCAsmInfo()->getExceptionHandlingType()) { in addPassesToHandleExceptions()
|
D | TargetLoweringObjectFileImpl.cpp | 779 !canUsePrivateLabel(*TM.getMCAsmInfo(), *TheSection); in getNameWithPrefix()
|
D | MachineVerifier.cpp | 557 const MCAsmInfo *AsmInfo = TM->getMCAsmInfo(); in visitMachineBasicBlockBefore()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMCInstLower.cpp | 116 AMDGPUInstPrinter InstPrinter(*TM.getMCAsmInfo(), in EmitInstruction()
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 162 const MCAsmInfo *getMCAsmInfo() const { return AsmInfo; } in getMCAsmInfo() function
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 268 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in GetInstSizeInBytes()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 310 *MF->getTarget().getMCAsmInfo()); in GetInstSizeInBytes()
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 923 bool IsWin64Prologue = MF.getTarget().getMCAsmInfo()->usesWindowsCFI(); in emitPrologue() 1391 return !MF.getTarget().getMCAsmInfo()->usesWindowsCFI() || hasFP(MF); in canUseLEAForSPInEpilogue() 1472 bool IsWin64Prologue = MF.getTarget().getMCAsmInfo()->usesWindowsCFI(); in emitEpilogue() 1650 bool IsWin64Prologue = MF.getTarget().getMCAsmInfo()->usesWindowsCFI(); in getFrameIndexReference() 2505 bool WindowsCFI = MF.getTarget().getMCAsmInfo()->usesWindowsCFI(); in eliminateCallFramePseudoInstr()
|
D | X86MCInstLower.cpp | 118 : Ctx(mf.getContext()), MF(mf), TM(mf.getTarget()), MAI(*TM.getMCAsmInfo()), in X86MCInstLower()
|
D | X86FastISel.cpp | 2332 if (MF->getTarget().getMCAsmInfo()->usesWindowsCFI()) in fastLowerIntrinsicCall()
|
D | X86InstrInfo.cpp | 5329 bool IsWin64Prologue = MF.getTarget().getMCAsmInfo()->usesWindowsCFI(); in ExpandMOVImmSExti8()
|
D | X86ISelLowering.cpp | 17396 if (MF.getTarget().getMCAsmInfo()->usesWindowsCFI()) { in LowerFRAMEADDR()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 92 const MCAsmInfo *MCAI = TM.getMCAsmInfo(); in EmitInlineAsm()
|
D | AsmPrinter.cpp | 103 : MachineFunctionPass(ID), TM(tm), MAI(tm.getMCAsmInfo()), in AsmPrinter()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1060 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in getInstSizeInBytes()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 1785 return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo()); in GetInstSizeInBytes()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 40 const MCAsmInfo *MAI = MF->getTarget().getMCAsmInfo(); in GetInstSizeInBytes()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.cpp | 3690 const MCAsmInfo *MAI = MF->getTarget().getMCAsmInfo(); in getSize()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 245 if (getTargetMachine().getMCAsmInfo()->getGPRel32Directive() != nullptr) in getJumpTableEncoding()
|