Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp18 if (!Subtarget->isMClass() || !Subtarget->hasV7Ops()) in GetBranchTargetEnforcement()
69 if (Subtarget->isMClass() && Subtarget->hasV7Ops()) in ARMFunctionInfo()
H A DARMPredicates.td62 def HasV7 : Predicate<"Subtarget->hasV7Ops()">,
H A DARMAsmPrinter.cpp683 if (STI.hasV7Ops()) in emitAttributes()
H A DARMFrameLowering.cpp655 const bool CanUseBFC = AST.hasV6T2Ops() || AST.hasV7Ops(); in emitAligningInstructions()
H A DARMISelLowering.cpp4273 (!Subtarget->hasV7Ops() || !Subtarget->hasMPExtension())) in LowerPREFETCH()
18887 *Fast = Subtarget->hasV7Ops(); in allowsMisalignedMemoryAccesses()
21113 has64BitAtomicStore = Subtarget->hasV7Ops(); in shouldExpandAtomicStoreInIR()
21135 has64BitAtomicLoad = Subtarget->hasV7Ops(); in shouldExpandAtomicLoadInIR()
21156 hasAtomicRMW = Subtarget->hasV7Ops(); in shouldExpandAtomicRMWInIR()
21186 HasAtomicCmpXchg = Subtarget->hasV7Ops(); in shouldExpandAtomicCmpXchgInIR()
21276 if (!Subtarget->hasV7Ops()) in isMaskAndCmp0FoldingBeneficial()
21337 if (!Subtarget->hasV7Ops()) in emitAtomicCmpXchgNoStoreLLBalance()
/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp550 bool hasV7Ops() const { in hasV7Ops() function in __anon3b5979970111::ARMAsmParser
7964 if (!hasV7Ops()) in validateInstruction()