Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp128 void X86AsmPrinter::EmitAndCountInstruction(MCInst &Inst) { in EmitAndCountInstruction() function in X86AsmPrinter
1039 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX)); in LowerTlsAddr()
1040 EmitAndCountInstruction(MCInstBuilder(X86::LEA64r) in LowerTlsAddr()
1050 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX)); in LowerTlsAddr()
1051 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX)); in LowerTlsAddr()
1052 EmitAndCountInstruction(MCInstBuilder(X86::REX64_PREFIX)); in LowerTlsAddr()
1057 EmitAndCountInstruction(MCInstBuilder(X86::CALL64m) in LowerTlsAddr()
1064 EmitAndCountInstruction( in LowerTlsAddr()
1071 EmitAndCountInstruction(MCInstBuilder(X86::LEA32r) in LowerTlsAddr()
1079 EmitAndCountInstruction(MCInstBuilder(X86::LEA32r) in LowerTlsAddr()
[all …]
H A DX86AsmPrinter.h81 void EmitAndCountInstruction(MCInst &Inst);
H A DX86AsmPrinter.cpp182 EmitAndCountInstruction(MCInstBuilder(X86::MOV32ri) in emitKCFITypeId()