Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMSubtarget.h233 bool hasV8Ops() const { return HasV8Ops; } in hasV8Ops() function
DARMAsmPrinter.cpp772 } else if (Subtarget->hasV8Ops()) in emitAttributes()
835 if (Subtarget->hasV8Ops()) in emitAttributes()
DARMInstrInfo.td197 def HasV8 : Predicate<"Subtarget->hasV8Ops()">,
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp164 bool hasV8Ops() const { in hasV8Ops() function in __anon65089acc0111::ARMAsmParser
4881 if (hasV8Ops() && Inst.getOpcode() == ARM::SETEND) { in isDeprecated()