Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp18 if (!Subtarget.isMClass() || !Subtarget.hasV7Ops()) in GetBranchTargetEnforcement()
72 if (Subtarget.isMClass() && Subtarget.hasV7Ops()) in ARMFunctionInfo()
H A DARMPredicates.td62 def HasV7 : Predicate<"Subtarget->hasV7Ops()">,
H A DARMAsmPrinter.cpp685 if (STI.hasV7Ops()) in emitAttributes()
H A DARMFrameLowering.cpp628 const bool CanUseBFC = AST.hasV6T2Ops() || AST.hasV7Ops(); in emitAligningInstructions()
H A DARMISelLowering.cpp4246 (!Subtarget->hasV7Ops() || !Subtarget->hasMPExtension())) in LowerPREFETCH()
18810 *Fast = Subtarget->hasV7Ops(); in allowsMisalignedMemoryAccesses()
21022 has64BitAtomicStore = Subtarget->hasV7Ops(); in shouldExpandAtomicStoreInIR()
21044 has64BitAtomicLoad = Subtarget->hasV7Ops(); in shouldExpandAtomicLoadInIR()
21065 hasAtomicRMW = Subtarget->hasV7Ops(); in shouldExpandAtomicRMWInIR()
21095 HasAtomicCmpXchg = Subtarget->hasV7Ops(); in shouldExpandAtomicCmpXchgInIR()
21221 if (!Subtarget->hasV7Ops()) in emitAtomicCmpXchgNoStoreLLBalance()
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4078 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadShift() local
4129 if (!hasV7Ops) in DecodeT2LoadShift()
4133 if (!hasV7Ops || !hasMP) in DecodeT2LoadShift()
4167 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm8() local
4218 if (!hasV7Ops) in DecodeT2LoadImm8()
4222 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm8()
4249 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm12() local
4299 if (!hasV7Ops) in DecodeT2LoadImm12()
4303 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm12()
4367 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadLabel() local
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp551 bool hasV7Ops() const { in hasV7Ops() function in __anon2aa686d00111::ARMAsmParser
7963 if (!hasV7Ops()) in validateInstruction()