Home
last modified time | relevance | path

Searched refs:hasMips32 (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsSubtarget.h108 bool hasMips32() const { return MipsArchVersion >= Mips32; } in hasMips32() function
DMipsISelDAGToDAG.cpp271 if (Subtarget.hasMips32() && Node->getValueType(0) == MVT::i32) in Select()
DMipsISelLowering.cpp397 if (Subtarget->hasMips32() && SelectMadd(N, &DAG)) in PerformADDECombine()
409 if (Subtarget->hasMips32() && SelectMsub(N, &DAG)) in PerformSUBECombine()
DMipsInstrInfo.td128 def HasMips32 : Predicate<"Subtarget.hasMips32()">;
/external/llvm/lib/Target/Mips/
DMipsSubtarget.h192 bool hasMips32() const { in hasMips32() function
DMipsISelLowering.cpp402 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()
DMipsFastISel.cpp209 !Subtarget->inMicroMipsMode() && Subtarget->hasMips32(); in MipsFastISel()
DMipsSEISelLowering.cpp534 if (Subtarget.hasMips32() && !Subtarget.hasMips32r6() && in performADDECombine()
789 if (Subtarget.hasMips32() && N->getValueType(0) == MVT::i32 && in performSUBECombine()
DMipsInstrInfo.td168 def HasMips32 : Predicate<"Subtarget->hasMips32()">,
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h99 } else if (P.hasMips32()) { in setISALevelAndRevisionFromPredicates()
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp44 bool hasMips32() const { return STI.getFeatureBits()[Mips::FeatureMips32]; } in hasMips32() function in __anon528cdaf40111::MipsDisassembler
58 return !hasMips32() && !hasMips3(); in hasCOP3()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp444 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()