Home
last modified time | relevance | path

Searched refs:hasV8Ops (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp241 RestrictIT = hasV8Ops(); in initSubtargetFeatures()
DARMSubtarget.h316 bool hasV8Ops() const { return HasV8Ops; } in hasV8Ops() function
DARMAsmPrinter.cpp563 if (Subtarget->hasV8Ops()) in getArchForCPU()
666 if (STI.hasV8Ops()) in emitAttributes()
794 if (STI.hasDivideInARMMode() && !STI.hasV8Ops()) in emitAttributes()
DARMInstrInfo.td212 def HasV8 : Predicate<"Subtarget->hasV8Ops()">,
214 def PreV8 : Predicate<"!Subtarget->hasV8Ops()">,
DARMISelLowering.cpp848 if (!Subtarget->hasV8Ops()) { in ARMTargetLowering()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp269 bool hasV8Ops() const { in hasV8Ops() function in __anon59ff32670111::ARMAsmParser
3220 if ((hasV7Ops() || hasV8Ops()) && (Num == 10 || Num == 11)) in parseCoprocNumOperand()
3794 if (!hasV8Ops() && (Opt == ARM_MB::ISHLD || Opt == ARM_MB::OSHLD || in parseMemBarrierOptOperand()
6131 if (RmReg == ARM::SP && !hasV8Ops()) in validateInstruction()
8555 if ((Inst.getOperand(I).getReg() == ARM::SP) && !hasV8Ops()) in checkTargetMatchPredicate()
8602 if (wasInITBlock && hasV8Ops() && isThumb() && in MatchAndEmitInstruction()
10024 if (hasV8Ops() && Op.isReg() && Op.getReg() == ARM::SP) in validateTargetOperandClass()