Searched refs:hasV7Ops (Results 1 – 8 of 8) sorted by relevance
244 (hasV7Ops() && (isTargetLinux() || isTargetNaCl() || in initSubtargetFeatures()
294 bool hasV7Ops() const { return HasV7Ops; } in hasV7Ops() function
539 else if (Subtarget->hasV7Ops()) { in getArchForCPU()604 if (STI.hasV7Ops()) { in emitAttributes()689 if (STI.hasV7Ops()) in emitAttributes()
234 const bool CanUseBFC = AST.hasV6T2Ops() || AST.hasV7Ops(); in emitAligningInstructions()
2765 (!Subtarget->hasV7Ops() || !Subtarget->hasMPExtension())) in LowerPREFETCH()9878 *Fast = Subtarget->hasV7Ops(); in allowsMisalignedMemoryAccesses()
205 def HasV7 : Predicate<"Subtarget->hasV7Ops()">,
3325 bool hasV7Ops = featureBits & ARM::HasV7Ops; in DecodeT2LoadShift() local3375 if (!hasV7Ops) in DecodeT2LoadShift()3379 if (!hasV7Ops || !hasMP) in DecodeT2LoadShift()3411 bool hasV7Ops = featureBits & ARM::HasV7Ops; in DecodeT2LoadImm8() local3462 if (!hasV7Ops) in DecodeT2LoadImm8()3466 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm8()3491 bool hasV7Ops = (featureBits & ARM::HasV7Ops); in DecodeT2LoadImm12() local3541 if (!hasV7Ops) in DecodeT2LoadImm12()3545 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm12()3607 bool hasV7Ops = (featureBits & ARM::HasV7Ops); in DecodeT2LoadLabel() local[all …]
264 bool hasV7Ops() const { in hasV7Ops() function in __anon0735be620111::ARMAsmParser3297 if ((hasV7Ops() || hasV8Ops()) && (Num == 10 || Num == 11)) in parseCoprocNumOperand()4059 if (!hasV7Ops() && FlagsVal >= 0x811 && FlagsVal <= 0x813) in parseMSRMaskOperand()6269 if (!hasV7Ops()) in validateInstruction()