/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.cpp | 160 } else if (hasMips32() && !hasMips32r2()) { in MipsSubtarget() 170 } else if (hasMips32() && !hasMips32r2()) { in MipsSubtarget()
|
D | MipsSubtarget.h | 241 bool hasMips32() const { in hasMips32() function
|
D | MipsISelLowering.cpp | 478 if (!Subtarget.hasMips32() || Subtarget.inMips16Mode()) in MipsTargetLowering() 543 bool UseFastISel = TM.Options.EnableFastISel && Subtarget.hasMips32() && in createFastISel() 1055 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() && in performSUBCombine() 1070 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() && in performADDCombine() 1179 return Subtarget.hasMips32(); in isCheapToSpeculateCttz() 1183 return Subtarget.hasMips32(); in isCheapToSpeculateCtlz() 4269 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoSELECT()
|
D | MipsInstrInfo.td | 177 def HasMips32 : Predicate<"Subtarget->hasMips32()">,
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsSubtarget.h | 108 bool hasMips32() const { return MipsArchVersion >= Mips32; } in hasMips32() function
|
D | MipsISelDAGToDAG.cpp | 271 if (Subtarget.hasMips32() && Node->getValueType(0) == MVT::i32) in Select()
|
D | MipsISelLowering.cpp | 397 if (Subtarget->hasMips32() && SelectMadd(N, &DAG)) in PerformADDECombine() 409 if (Subtarget->hasMips32() && SelectMsub(N, &DAG)) in PerformSUBECombine()
|
D | MipsInstrInfo.td | 128 def HasMips32 : Predicate<"Subtarget.hasMips32()">;
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 99 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 192 bool hasMips32() const { in hasMips32() function
|
D | MipsISelLowering.cpp | 402 if (!Subtarget.hasMips32() || Subtarget.inMips16Mode()) in MipsTargetLowering() 867 return Subtarget.hasMips32(); in isCheapToSpeculateCttz() 871 return Subtarget.hasMips32(); in isCheapToSpeculateCtlz() 3963 assert(!(Subtarget.hasMips4() || Subtarget.hasMips32()) && in emitPseudoSELECT()
|
D | MipsFastISel.cpp | 209 !Subtarget->inMicroMipsMode() && Subtarget->hasMips32(); in MipsFastISel()
|
D | MipsSEISelLowering.cpp | 534 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() && in performADDECombine() 789 if (Subtarget.hasMips32() && N->getValueType(0) == MVT::i32 && in performSUBECombine()
|
D | MipsInstrInfo.td | 168 def HasMips32 : Predicate<"Subtarget->hasMips32()">,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 97 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates()
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 44 bool hasMips32() const { return STI.getFeatureBits()[Mips::FeatureMips32]; } in hasMips32() function in __anon528cdaf40111::MipsDisassembler 58 return !hasMips32() && !hasMips3(); in hasCOP3()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 52 bool hasMips32() const { return STI.getFeatureBits()[Mips::FeatureMips32]; } in hasMips32() function in __anon230c102c0111::MipsDisassembler 68 return !hasMips32() && !hasMips3(); in hasCOP3()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 527 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); } in hasEightFccRegisters() 573 bool hasMips32() const { in hasMips32() function in __anon065d760c0211::MipsAsmParser 4443 if (hasMips32()) { in expandRotation() 4502 if (hasMips32()) { in expandRotationImm() 5193 if (Inst.getOperand(0).getImm() != 0 && !hasMips32()) in checkTargetMatchPredicate() 5200 if (Inst.getOperand(2).getImm() != 0 && !hasMips32()) in checkTargetMatchPredicate()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 444 bool hasEightFccRegisters() const { return hasMips4() || hasMips32(); } in hasEightFccRegisters() 482 bool hasMips32() const { in hasMips32() function in __anond0efcad40211::MipsAsmParser 3416 if (hasMips32()) { in expandRotation() 3477 if (hasMips32()) { in expandRotationImm()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenFastISel.inc | 191 …if ((Subtarget->hasMips32()) && (Subtarget->hasStandardEncoding()) && (!Subtarget->inMicroMipsMode… 984 …if ((Subtarget->hasMips32()) && (Subtarget->hasStandardEncoding()) && (!Subtarget->inMicroMipsMode… 1699 …if ((Subtarget->hasMips32()) && (Subtarget->hasStandardEncoding()) && (!Subtarget->inMicroMipsMode…
|
D | MipsGenDAGISel.inc | 12714 /* 23422*/ OPC_CheckPatternPredicate, 49, // (Subtarget->hasMips32()) && (Subtarget->hasSt… 12751 /* 23484*/ OPC_CheckPatternPredicate, 49, // (Subtarget->hasMips32()) && (Subtarget->hasSt… 22978 /* 42786*/ OPC_CheckPatternPredicate, 49, // (Subtarget->hasMips32()) && (Subtarget->has… 23159 /* 43054*/ OPC_CheckPatternPredicate, 75, // (Subtarget->hasMips32()) && (Subtarget->hasStan… 24620 /* 45801*/ OPC_CheckPatternPredicate, 49, // (Subtarget->hasMips32()) && (Subtarget->hasStan… 25027 /* 46504*/ OPC_CheckPatternPredicate, 96, // (Subtarget->hasMips32()) && (Subtarget->hasStanda… 25050 /* 46548*/ OPC_CheckPatternPredicate, 96, // (Subtarget->hasMips32()) && (Subtarget->hasStanda… 25073 /* 46592*/ OPC_CheckPatternPredicate, 96, // (Subtarget->hasMips32()) && (Subtarget->hasStanda… 25096 /* 46636*/ OPC_CheckPatternPredicate, 96, // (Subtarget->hasMips32()) && (Subtarget->hasStanda… 30355 …case 49: return (Subtarget->hasMips32()) && (Subtarget->hasStandardEncoding()) && (!Subtarget->inM… [all …]
|
D | MipsGenGlobalISel.inc | 92 if (Subtarget->hasMips32())
|