Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMSubtarget.h315 bool hasV7Ops() const { return HasV7Ops; } in hasV7Ops() function
DARMAsmPrinter.cpp565 else if (Subtarget->hasV7Ops()) { in getArchForCPU()
630 if (STI.hasV7Ops()) { in emitAttributes()
725 if (STI.hasV7Ops()) in emitAttributes()
DARMFrameLowering.cpp243 const bool CanUseBFC = AST.hasV6T2Ops() || AST.hasV7Ops(); in emitAligningInstructions()
DARMISelDAGToDAG.cpp3468 if (!Subtarget->hasV7Ops() && SYSmvalue >= 0x11 && SYSmvalue <= 0x13) in getMClassRegisterMask()
DARMISelLowering.cpp2906 (!Subtarget->hasV7Ops() || !Subtarget->hasMPExtension())) in LowerPREFETCH()
10650 *Fast = Subtarget->hasV7Ops(); in allowsMisalignedMemoryAccesses()
12035 if (!Subtarget->hasV7Ops()) in emitAtomicCmpXchgNoStoreLLBalance()
DARMInstrInfo.td210 def HasV7 : Predicate<"Subtarget->hasV7Ops()">,
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp3313 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadShift() local
3363 if (!hasV7Ops) in DecodeT2LoadShift()
3367 if (!hasV7Ops || !hasMP) in DecodeT2LoadShift()
3400 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm8() local
3451 if (!hasV7Ops) in DecodeT2LoadImm8()
3455 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm8()
3481 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadImm12() local
3531 if (!hasV7Ops) in DecodeT2LoadImm12()
3535 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm12()
3598 bool hasV7Ops = featureBits[ARM::HasV7Ops]; in DecodeT2LoadLabel() local
[all …]
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp266 bool hasV7Ops() const { in hasV7Ops() function in __anonef5d38c20111::ARMAsmParser
3220 if ((hasV7Ops() || hasV8Ops()) && (Num == 10 || Num == 11)) in parseCoprocNumOperand()
3982 if (!hasV7Ops() && FlagsVal >= 0x811 && FlagsVal <= 0x813) in parseMSRMaskOperand()
6244 if (!hasV7Ops()) in validateInstruction()