Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h33 bool IndCSPrefix = false; variable
H A DX86AsmPrinter.cpp72 IndCSPrefix = M->getModuleFlag("indirect_branch_cs_prefix"); in runOnMachineFunction()
94 IndCSPrefix = false; in runOnMachineFunction()
H A DX86MCInstLower.cpp2263 if (IndCSPrefix && MI->hasRegisterImplicitUseOperand(X86::R11)) in emitInstruction()
2453 if (IndCSPrefix && MI->hasRegisterImplicitUseOperand(X86::R11)) in emitInstruction()