Lines Matching refs:getSTI
1213 return getSTI().getFeatureBits()[X86::Is64Bit]; in is64BitMode()
1217 return getSTI().getFeatureBits()[X86::Is32Bit]; in is32BitMode()
1221 return getSTI().getFeatureBits()[X86::Is16Bit]; in is16BitMode()
1268 setAvailableFeatures(ComputeAvailableFeatures(getSTI().getFeatureBits())); in X86AsmParser()
3965 Out.emitInstruction(ShlInst, getSTI()); in applyLVICFIMitigation()
3966 Out.emitInstruction(FenceInst, getSTI()); in applyLVICFIMitigation()
4025 Out.emitInstruction(FenceInst, getSTI()); in applyLVILoadHardeningMitigation()
4032 getSTI().getFeatureBits()[X86::FeatureLVIControlFlowIntegrity]) in emitInstruction()
4035 Out.emitInstruction(Inst, getSTI()); in emitInstruction()
4038 getSTI().getFeatureBits()[X86::FeatureLVILoadHardening]) in emitInstruction()
4682 const MCSubtargetInfo& STI = getSTI(); in parseDirectiveNops()
4720 getStreamer().initSections(false, getSTI()); in parseDirectiveEven()
4724 getStreamer().emitCodeAlignment(2, &getSTI(), 0); in parseDirectiveEven()