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/ |
D | ARMPredicates.td | 58 def HasV8 : Predicate<"Subtarget->hasV8Ops()">, 60 def PreV8 : Predicate<"!Subtarget->hasV8Ops()">,
|
D | ARMSubtarget.cpp | 240 RestrictIT = hasV8Ops(); in initSubtargetFeatures()
|
D | ARMSubtarget.h | 576 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/ |
D | ARMAsmParser.cpp | 484 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/ |
D | ARMGenDAGISel.inc | 15679 /* 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 …]
|
D | ARMGenFastISel.inc | 3880 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())) {
|
D | ARMGenGlobalISel.inc | 151 if (Subtarget->hasV8Ops()) 153 if (!Subtarget->hasV8Ops())
|