Home
last modified time | relevance | path

Searched refs:hasMTHC1 (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSubtarget.h348 bool hasMTHC1() const { return hasMips32r2(); } in hasMTHC1() function
H A DMipsSEFrameLowering.cpp314 assert(Subtarget.isGP64bit() || Subtarget.hasMTHC1() || in expandBuildPairF64()
380 assert(Subtarget.isGP64bit() || Subtarget.hasMTHC1() || in expandExtractElementF64()
H A DMipsSEInstrInfo.cpp802 if (SubIdx == Mips::sub_hi && Subtarget.hasMTHC1()) { in expandExtractElementF64()
859 if (Subtarget.hasMTHC1()) { in expandBuildPairF64()
H A DMipsSEISelDAGToDAG.cpp178 if (Subtarget->isABI_FPXX() && !Subtarget->hasMTHC1()) in processFunctionAfterISel()