Home
last modified time | relevance | path

Searched refs:hasV7Ops (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp30 if (!Subtarget->isMClass() || !Subtarget->hasV7Ops()) in GetBranchTargetEnforcement()
80 if (Subtarget->isMClass() && Subtarget->hasV7Ops()) in ARMFunctionInfo()
H A DARMSubtarget.h506 return Align(hasV7Ops() || allowsUnalignedMem() ? 4 : 8); in getDualLoadStoreAlignment()
H A DARMPredicates.td62 def HasV7 : Predicate<"Subtarget->hasV7Ops()">,
H A DARMAsmPrinter.cpp700 if (STI.hasV7Ops()) in emitAttributes()
H A DARMFrameLowering.cpp654 const bool CanUseBFC = AST.hasV6T2Ops() || AST.hasV7Ops(); in emitAligningInstructions()
H A DARMISelLowering.cpp4293 (!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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4077 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadShift() local
4128 if (!hasV7Ops) in DecodeT2LoadShift()
4132 if (!hasV7Ops || !hasMP) in DecodeT2LoadShift()
4166 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm8() local
4217 if (!hasV7Ops) in DecodeT2LoadImm8()
4221 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm8()
4248 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm12() local
4298 if (!hasV7Ops) in DecodeT2LoadImm12()
4302 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm12()
4366 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadLabel() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp555 bool hasV7Ops() const { in hasV7Ops() function in __anon2f82d7160111::ARMAsmParser
7940 if (!hasV7Ops()) in validateInstruction()