Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMPredicates.td58 def HasV8 : Predicate<"Subtarget->hasV8Ops()">,
60 def PreV8 : Predicate<"!Subtarget->hasV8Ops()">,
DARMSubtarget.cpp240 RestrictIT = hasV8Ops(); in initSubtargetFeatures()
DARMSubtarget.h576 bool hasV8Ops() const { return HasV8Ops; } in hasV8Ops() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp484 bool hasV8Ops() const { in hasV8Ops() function in __anon4e3bfdac0111::ARMAsmParser
4780 if (!hasV8Ops() && (Opt == ARM_MB::ISHLD || Opt == ARM_MB::OSHLD || in parseMemBarrierOptOperand()
6765 (PairedReg == ARM::SP && !hasV8Ops())) in fixupGNULDRDAlias()
7441 if (RmReg == ARM::SP && !hasV8Ops()) in validateInstruction()
10281 if (Opc == ARM::t2MOVr && !hasV8Ops()) in checkTargetMatchPredicate()
10311 (isThumb() && !hasV8Ops())) in checkTargetMatchPredicate()
10335 if ((Reg == ARM::SP) && !hasV8Ops()) in checkTargetMatchPredicate()
10501 if (wasInITBlock && hasV8Ops() && isThumb() && in MatchAndEmitInstruction()
11570 return hasV8Ops() ? "operand must be a register in range [r0, r14]" in getCustomOperandDiag()
11892 if (hasV8Ops() && Op.isReg() && Op.getReg() == ARM::SP) in validateTargetOperandClass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc15679 /* 33567*/ OPC_CheckPatternPredicate, 19, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()…
15685 /* 33578*/ OPC_CheckPatternPredicate, 20, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()…
15696 /* 33597*/ OPC_CheckPatternPredicate, 19, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()…
15702 /* 33608*/ OPC_CheckPatternPredicate, 20, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()…
15713 /* 33627*/ OPC_CheckPatternPredicate, 19, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()…
15719 /* 33638*/ OPC_CheckPatternPredicate, 20, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()…
15730 /* 33657*/ OPC_CheckPatternPredicate, 19, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()…
15736 /* 33668*/ OPC_CheckPatternPredicate, 20, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()…
15747 /* 33687*/ OPC_CheckPatternPredicate, 19, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()…
15753 /* 33698*/ OPC_CheckPatternPredicate, 20, // (Subtarget->hasCRC()) && (Subtarget->hasV8Ops()…
[all …]
DARMGenFastISel.inc3880 if ((Subtarget->hasFullFP16()) && (Subtarget->hasNEON()) && (Subtarget->hasV8Ops())) {
3892 if ((Subtarget->hasFullFP16()) && (Subtarget->hasNEON()) && (Subtarget->hasV8Ops())) {
3901 if ((Subtarget->hasNEON()) && (Subtarget->hasV8Ops())) {
3913 if ((Subtarget->hasNEON()) && (Subtarget->hasV8Ops())) {
4012 if ((Subtarget->hasFullFP16()) && (Subtarget->hasNEON()) && (Subtarget->hasV8Ops())) {
4024 if ((Subtarget->hasFullFP16()) && (Subtarget->hasNEON()) && (Subtarget->hasV8Ops())) {
4033 if ((Subtarget->hasNEON()) && (Subtarget->hasV8Ops())) {
4045 if ((Subtarget->hasNEON()) && (Subtarget->hasV8Ops())) {
DARMGenGlobalISel.inc151 if (Subtarget->hasV8Ops())
153 if (!Subtarget->hasV8Ops())