Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp31 if (!Subtarget->isMClass() || !Subtarget->hasV7Ops()) in GetBranchTargetEnforcement()
61 if (Subtarget->isMClass() && Subtarget->hasV7Ops()) in ARMFunctionInfo()
H A DARMSubtarget.h446 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.cpp656 const bool CanUseBFC = AST.hasV6T2Ops() || AST.hasV7Ops(); in emitAligningInstructions()
H A DARMISelLowering.cpp4313 (!Subtarget->hasV7Ops() || !Subtarget->hasMPExtension())) in LowerPREFETCH()
19123 *Fast = Subtarget->hasV7Ops(); in allowsMisalignedMemoryAccesses()
21346 has64BitAtomicStore = Subtarget->hasV7Ops(); in shouldExpandAtomicStoreInIR()
21368 has64BitAtomicLoad = Subtarget->hasV7Ops(); in shouldExpandAtomicLoadInIR()
21389 hasAtomicRMW = Subtarget->hasV7Ops(); in shouldExpandAtomicRMWInIR()
21419 HasAtomicCmpXchg = Subtarget->hasV7Ops(); in shouldExpandAtomicCmpXchgInIR()
21507 if (!Subtarget->hasV7Ops()) in isMaskAndCmp0FoldingBeneficial()
21567 if (!Subtarget->hasV7Ops()) in emitAtomicCmpXchgNoStoreLLBalance()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4080 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadShift() local
4131 if (!hasV7Ops) in DecodeT2LoadShift()
4135 if (!hasV7Ops || !hasMP) in DecodeT2LoadShift()
4169 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm8() local
4220 if (!hasV7Ops) in DecodeT2LoadImm8()
4224 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm8()
4251 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm12() local
4301 if (!hasV7Ops) in DecodeT2LoadImm12()
4305 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm12()
4369 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadLabel() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp557 bool hasV7Ops() const { in hasV7Ops() function in __anon6be9c9a00111::ARMAsmParser
8091 if (!hasV7Ops()) in validateInstruction()