/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-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 155 if (P.hasDSPR2()) in setASESetFromPredicates()
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 155 if (P.hasDSPR2()) in setASESetFromPredicates()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 166 if (hasDSPR2() && !DspWarningPrinted) { in MipsSubtarget()
|
D | MipsSubtarget.h | 316 bool hasDSPR2() const { return HasDSPR2; } in hasDSPR2() function
|
D | MipsDSPInstrFormats.td | 25 def HasDSPR2 : Predicate<"Subtarget->hasDSPR2()">,
|
D | MipsSEISelLowering.cpp | 114 if (Subtarget.hasDSPR2()) in MipsSETargetLowering() 932 if ((Ty != MVT::v2i16) && ((Ty != MVT::v4i8) || !Subtarget.hasDSPR2())) in performSRACombine() 944 if (((Ty != MVT::v2i16) || !Subtarget.hasDSPR2()) && (Ty != MVT::v4i8)) in performSRLCombine()
|
D | MipsScheduleGeneric.td | 1387 // microMIPS DSP R3 - hasDSP, hasDSPR2, hasDSPR3, InMicroMips
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 313 bool hasDSPR2() const { return HasDSPR2; } in hasDSPR2() function
|
D | MipsSubtarget.cpp | 166 if (hasDSPR2() && !DspWarningPrinted) { in MipsSubtarget()
|
D | MipsDSPInstrFormats.td | 25 def HasDSPR2 : Predicate<"Subtarget->hasDSPR2()">,
|
D | MipsSEISelLowering.cpp | 114 if (Subtarget.hasDSPR2()) in MipsSETargetLowering() 932 if ((Ty != MVT::v2i16) && ((Ty != MVT::v4i8) || !Subtarget.hasDSPR2())) in performSRACombine() 944 if (((Ty != MVT::v2i16) || !Subtarget.hasDSPR2()) && (Ty != MVT::v4i8)) in performSRLCombine()
|
D | MipsScheduleGeneric.td | 1384 // microMIPS DSP R3 - hasDSP, hasDSPR2, hasDSPR3, InMicroMips
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenDAGISel.inc | 7269 /* 14014*/ OPC_CheckPatternPredicate, 46, // (Subtarget->hasDSPR2()) 7276 /* 14026*/ OPC_CheckPatternPredicate, 47, // (Subtarget->hasDSPR2()) && (Subtarget->inMicroM… 7288 /* 14046*/ OPC_CheckPatternPredicate, 46, // (Subtarget->hasDSPR2()) 7295 /* 14058*/ OPC_CheckPatternPredicate, 47, // (Subtarget->hasDSPR2()) && (Subtarget->inMicroM… 7307 /* 14078*/ OPC_CheckPatternPredicate, 46, // (Subtarget->hasDSPR2()) 7314 /* 14090*/ OPC_CheckPatternPredicate, 47, // (Subtarget->hasDSPR2()) && (Subtarget->inMicroM… 7326 /* 14110*/ OPC_CheckPatternPredicate, 46, // (Subtarget->hasDSPR2()) 7333 /* 14122*/ OPC_CheckPatternPredicate, 47, // (Subtarget->hasDSPR2()) && (Subtarget->inMicroM… 7345 /* 14142*/ OPC_CheckPatternPredicate, 46, // (Subtarget->hasDSPR2()) 7352 /* 14154*/ OPC_CheckPatternPredicate, 47, // (Subtarget->hasDSPR2()) && (Subtarget->inMicroM… [all …]
|
D | MipsGenFastISel.inc | 1735 if ((Subtarget->hasDSPR2())) { 3507 if ((Subtarget->hasDSPR2())) { 3544 if ((Subtarget->hasDSPR2())) {
|
D | MipsGenGlobalISel.inc | 171 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-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 661 bool hasDSPR2() const { in hasDSPR2() function in __anonc392b0b60211::MipsAsmParser
|
/external/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 677 bool hasDSPR2() const { in hasDSPR2() function in __anon441910220211::MipsAsmParser
|