Home
last modified time | relevance | path

Searched refs:hasMips32r2 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h194 bool hasMips32r2() const { in hasMips32r2() function
260 bool hasExtractInsert() const { return !inMips16Mode() && hasMips32r2(); } in hasExtractInsert()
261 bool hasMTHC1() const { return hasMips32r2(); } in hasMTHC1()
DMipsSEInstrInfo.cpp600 assert(!(Subtarget.isABI_FPXX() && !Subtarget.hasMips32r2())); in expandExtractElementF64()
651 assert(!(Subtarget.isABI_FPXX() && !Subtarget.hasMips32r2())); in expandBuildPairF64()
DMipsFastISel.cpp1347 if (Subtarget->hasMips32r2()) { in fastLowerIntrinsicCall()
1366 if (Subtarget->hasMips32r2()) { in fastLowerIntrinsicCall()
1600 if (Subtarget->hasMips32r2()) in emitIntSExt()
DMipsISelLowering.cpp353 if (!Subtarget.hasMips32r2()) in MipsTargetLowering()
401 if (!Subtarget.hasMips32r2()) { in MipsTargetLowering()
412 if (!Subtarget.hasMips32r2()) in MipsTargetLowering()
1149 if (Subtarget.hasMips32r2() && Size == 1) { in emitSignExtendToI32InReg()
1154 if (Subtarget.hasMips32r2() && Size == 2) { in emitSignExtendToI32InReg()
DMipsSEFrameLowering.cpp549 if (!STI.hasMips32r2()) in emitInterruptPrologueStub()
DMipsInstrInfo.td170 def HasMips32r2 : Predicate<"Subtarget->hasMips32r2()">,
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h107 else if (P.hasMips32r2()) in setISALevelAndRevisionFromPredicates()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp489 bool hasMips32r2() const { in hasMips32r2() function in __anon5de389750211::MipsAsmParser
3249 if (hasMips32r2()) { in expandRotation()
3312 if (hasMips32r2()) { in expandRotationImm()