Home
last modified time | relevance | path

Searched refs:EmitAndCountInstruction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp139 void X86AsmPrinter::EmitAndCountInstruction(MCInst &Inst) { in EmitAndCountInstruction() function in X86AsmPrinter
573 EmitAndCountInstruction( in LowerTlsAddr()
581 EmitAndCountInstruction( in LowerTlsAddr()
591 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX)); in LowerTlsAddr()
592 EmitAndCountInstruction(MCInstBuilder(X86::LEA64r) in LowerTlsAddr()
602 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX)); in LowerTlsAddr()
603 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX)); in LowerTlsAddr()
604 EmitAndCountInstruction(MCInstBuilder(X86::REX64_PREFIX)); in LowerTlsAddr()
609 EmitAndCountInstruction(MCInstBuilder(X86::CALL64m) in LowerTlsAddr()
616 EmitAndCountInstruction( in LowerTlsAddr()
[all …]
H A DX86AsmPrinter.h81 void EmitAndCountInstruction(MCInst &Inst);
H A DX86AsmPrinter.cpp183 EmitAndCountInstruction(MCInstBuilder(X86::MOV32ri) in emitKCFITypeId()