Lines Matching refs:EmitAndCountInstruction
105 void X86AsmPrinter::EmitAndCountInstruction(MCInst &Inst) { in EmitAndCountInstruction() function in X86AsmPrinter
704 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX)); in LowerTlsAddr()
751 EmitAndCountInstruction(LEA); in LowerTlsAddr()
754 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX)); in LowerTlsAddr()
755 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX)); in LowerTlsAddr()
756 EmitAndCountInstruction(MCInstBuilder(X86::REX64_PREFIX)); in LowerTlsAddr()
766 EmitAndCountInstruction(MCInstBuilder(is64Bits ? X86::CALL64pcrel32 in LowerTlsAddr()
1013 EmitAndCountInstruction( in LowerPATCHPOINT()
1015 EmitAndCountInstruction(MCInstBuilder(X86::CALL64r).addReg(ScratchReg)); in LowerPATCHPOINT()
1284 EmitAndCountInstruction(MCInstBuilder(X86::CALLpcrel32) in EmitInstruction()
1305 EmitAndCountInstruction(MCInstBuilder(X86::POP32r) in EmitInstruction()
1340 EmitAndCountInstruction(MCInstBuilder(X86::ADD32ri) in EmitInstruction()
1368 EmitAndCountInstruction(MCInstBuilder(getRetOpcode(*Subtarget))); in EmitInstruction()
1373 EmitAndCountInstruction(MCInstBuilder(getRetOpcode(*Subtarget))); in EmitInstruction()
1374 EmitAndCountInstruction(MCInstBuilder(X86::MOV64rr) in EmitInstruction()
1420 EmitAndCountInstruction(MCInstBuilder(X86::NOOP)); in EmitInstruction()
1685 EmitAndCountInstruction(TmpInst); in EmitInstruction()