Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h37 bool IndCSPrefix = false; variable
H A DX86AsmPrinter.cpp81 IndCSPrefix = M->getModuleFlag("indirect_branch_cs_prefix"); in runOnMachineFunction()
103 IndCSPrefix = false; in runOnMachineFunction()
H A DX86MCInstLower.cpp2318 if (IndCSPrefix && MI->hasRegisterImplicitUseOperand(X86::R11)) in emitInstruction()
2573 if (IndCSPrefix && MI->hasRegisterImplicitUseOperand(X86::R11)) in emitInstruction()