Lines Matching refs:X86AsmBackend

120 class X86AsmBackend : public MCAsmBackend {  class
139 X86AsmBackend(const Target &T, const MCSubtargetInfo &STI) in X86AsmBackend() function in __anona43f623f0111::X86AsmBackend
295 uint8_t X86AsmBackend::determinePaddingPrefix(const MCInst &Inst) const { in determinePaddingPrefix()
350 bool X86AsmBackend::isMacroFused(const MCInst &Cmp, const MCInst &Jcc) const { in isMacroFused()
376 bool X86AsmBackend::allowAutoPadding() const { in allowAutoPadding()
380 bool X86AsmBackend::allowEnhancedRelaxation() const { in allowEnhancedRelaxation()
453 bool X86AsmBackend::canPadInst(const MCInst &Inst, MCObjectStreamer &OS) const { in canPadInst()
482 bool X86AsmBackend::canPadBranches(MCObjectStreamer &OS) const { in canPadBranches()
503 bool X86AsmBackend::needAlign(const MCInst &Inst) const { in needAlign()
516 void X86AsmBackend::emitInstructionBegin(MCObjectStreamer &OS, in emitInstructionBegin()
561 void X86AsmBackend::emitInstructionEnd(MCObjectStreamer &OS, const MCInst &Inst) { in emitInstructionEnd()
591 Optional<MCFixupKind> X86AsmBackend::getFixupKind(StringRef Name) const { in getFixupKind()
623 const MCFixupKindInfo &X86AsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo()
650 bool X86AsmBackend::shouldForceRelocation(const MCAssembler &, in shouldForceRelocation()
690 void X86AsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
725 bool X86AsmBackend::mayNeedRelaxation(const MCInst &Inst, in mayNeedRelaxation()
745 bool X86AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation()
755 void X86AsmBackend::relaxInstruction(MCInst &Inst, in relaxInstruction()
781 bool X86AsmBackend::padInstructionViaPrefix(MCRelaxableFragment &RF, in padInstructionViaPrefix()
835 bool X86AsmBackend::padInstructionViaRelaxation(MCRelaxableFragment &RF, in padInstructionViaRelaxation()
863 bool X86AsmBackend::padInstructionEncoding(MCRelaxableFragment &RF, in padInstructionEncoding()
874 void X86AsmBackend::finishLayout(MCAssembler const &Asm, in finishLayout()
1000 unsigned X86AsmBackend::getMaximumNopSize(const MCSubtargetInfo &STI) const { in getMaximumNopSize()
1020 bool X86AsmBackend::writeNopData(raw_ostream &OS, uint64_t Count, in writeNopData()
1082 class ELFX86AsmBackend : public X86AsmBackend {
1086 : X86AsmBackend(T, STI), OSABI(OSABI) {} in ELFX86AsmBackend()
1139 class WindowsX86AsmBackend : public X86AsmBackend {
1145 : X86AsmBackend(T, STI) in WindowsX86AsmBackend()
1189 class DarwinX86AsmBackend : public X86AsmBackend {
1339 : X86AsmBackend(T, STI), MRI(MRI), TT(STI.getTargetTriple()), in DarwinX86AsmBackend()