Searched refs:hasV7Ops (Results 1 – 8 of 8) sorted by relevance
30 if (!Subtarget->isMClass() || !Subtarget->hasV7Ops()) in GetBranchTargetEnforcement()80 if (Subtarget->isMClass() && Subtarget->hasV7Ops()) in ARMFunctionInfo()
506 return Align(hasV7Ops() || allowsUnalignedMem() ? 4 : 8); in getDualLoadStoreAlignment()
62 def HasV7 : Predicate<"Subtarget->hasV7Ops()">,
700 if (STI.hasV7Ops()) in emitAttributes()
654 const bool CanUseBFC = AST.hasV6T2Ops() || AST.hasV7Ops(); in emitAligningInstructions()
4293 (!Subtarget->hasV7Ops() || !Subtarget->hasMPExtension())) in LowerPREFETCH()19101 *Fast = Subtarget->hasV7Ops(); in allowsMisalignedMemoryAccesses()21323 has64BitAtomicStore = Subtarget->hasV7Ops(); in shouldExpandAtomicStoreInIR()21345 has64BitAtomicLoad = Subtarget->hasV7Ops(); in shouldExpandAtomicLoadInIR()21366 hasAtomicRMW = Subtarget->hasV7Ops(); in shouldExpandAtomicRMWInIR()21396 HasAtomicCmpXchg = Subtarget->hasV7Ops(); in shouldExpandAtomicCmpXchgInIR()21484 if (!Subtarget->hasV7Ops()) in isMaskAndCmp0FoldingBeneficial()21544 if (!Subtarget->hasV7Ops()) in emitAtomicCmpXchgNoStoreLLBalance()
4077 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadShift() local4128 if (!hasV7Ops) in DecodeT2LoadShift()4132 if (!hasV7Ops || !hasMP) in DecodeT2LoadShift()4166 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm8() local4217 if (!hasV7Ops) in DecodeT2LoadImm8()4221 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm8()4248 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm12() local4298 if (!hasV7Ops) in DecodeT2LoadImm12()4302 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm12()4366 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadLabel() local[all …]
555 bool hasV7Ops() const { in hasV7Ops() function in __anon2f82d7160111::ARMAsmParser7940 if (!hasV7Ops()) in validateInstruction()