Searched refs:hasDSPR2 (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 156 if (P.hasDSPR2()) in setASESetFromPredicates()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 249 bool hasDSPR2() const { return HasDSPR2; } in hasDSPR2() function
|
D | MipsDSPInstrFormats.td | 26 def HasDSPR2 : Predicate<"Subtarget->hasDSPR2()">,
|
D | MipsSEISelLowering.cpp | 83 if (Subtarget.hasDSPR2()) in MipsSETargetLowering() 935 if ((Ty != MVT::v2i16) && ((Ty != MVT::v4i8) || !Subtarget.hasDSPR2())) in performSRACombine() 947 if (((Ty != MVT::v2i16) || !Subtarget.hasDSPR2()) && (Ty != MVT::v4i8)) in performSRLCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 154 if (P.hasDSPR2()) in setASESetFromPredicates()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 155 if (hasDSPR2() && !DspWarningPrinted) { in MipsSubtarget()
|
D | MipsSubtarget.h | 301 bool hasDSPR2() const { return HasDSPR2; } in hasDSPR2() function
|
D | MipsDSPInstrFormats.td | 26 def HasDSPR2 : Predicate<"Subtarget->hasDSPR2()">,
|
D | MipsSEISelLowering.cpp | 114 if (Subtarget.hasDSPR2()) in MipsSETargetLowering() 923 if ((Ty != MVT::v2i16) && ((Ty != MVT::v4i8) || !Subtarget.hasDSPR2())) in performSRACombine() 935 if (((Ty != MVT::v2i16) || !Subtarget.hasDSPR2()) && (Ty != MVT::v4i8)) in performSRLCombine()
|
D | MipsScheduleGeneric.td | 859 // microMIPS DSP R3 - hasDSP, hasDSPR2, hasDSPR3, InMicroMips
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenDAGISel.inc | 7796 /* 14700*/ OPC_CheckPatternPredicate, 46, // (Subtarget->hasDSPR2()) 7803 /* 14712*/ OPC_CheckPatternPredicate, 47, // (Subtarget->hasDSPR2()) && (Subtarget->inMicroM… 7815 /* 14732*/ OPC_CheckPatternPredicate, 46, // (Subtarget->hasDSPR2()) 7822 /* 14744*/ OPC_CheckPatternPredicate, 47, // (Subtarget->hasDSPR2()) && (Subtarget->inMicroM… 7834 /* 14764*/ OPC_CheckPatternPredicate, 46, // (Subtarget->hasDSPR2()) 7841 /* 14776*/ OPC_CheckPatternPredicate, 47, // (Subtarget->hasDSPR2()) && (Subtarget->inMicroM… 7853 /* 14796*/ OPC_CheckPatternPredicate, 46, // (Subtarget->hasDSPR2()) 7860 /* 14808*/ OPC_CheckPatternPredicate, 47, // (Subtarget->hasDSPR2()) && (Subtarget->inMicroM… 7872 /* 14828*/ OPC_CheckPatternPredicate, 46, // (Subtarget->hasDSPR2()) 7879 /* 14840*/ OPC_CheckPatternPredicate, 47, // (Subtarget->hasDSPR2()) && (Subtarget->inMicroM… [all …]
|
D | MipsGenFastISel.inc | 1729 if ((Subtarget->hasDSPR2())) { 3492 if ((Subtarget->hasDSPR2())) { 3529 if ((Subtarget->hasDSPR2())) {
|
D | MipsGenGlobalISel.inc | 162 if (Subtarget->hasDSPR2())
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 516 bool hasDSPR2() const { in hasDSPR2() function in __anond0efcad40211::MipsAsmParser
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 617 bool hasDSPR2() const { in hasDSPR2() function in __anon065d760c0211::MipsAsmParser
|