Home
last modified time | relevance | path

Searched refs:WidthY (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2045 unsigned WidthY = Op.getOperand(1).getValueSizeInBits(); in lowerFCOPYSIGN64() local
2046 EVT TyX = MVT::getIntegerVT(WidthX), TyY = MVT::getIntegerVT(WidthY); in lowerFCOPYSIGN64()
2058 DAG.getConstant(WidthY - 1, DL, MVT::i32), Const1); in lowerFCOPYSIGN64()
2060 if (WidthX > WidthY) in lowerFCOPYSIGN64()
2062 else if (WidthY > WidthX) in lowerFCOPYSIGN64()
2079 DAG.getConstant(WidthY - 1, DL, MVT::i32)); in lowerFCOPYSIGN64()
2081 if (WidthX > WidthY) in lowerFCOPYSIGN64()
2083 else if (WidthY > WidthX) in lowerFCOPYSIGN64()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp2238 unsigned WidthY = Op.getOperand(1).getValueSizeInBits(); in lowerFCOPYSIGN64() local
2239 EVT TyX = MVT::getIntegerVT(WidthX), TyY = MVT::getIntegerVT(WidthY); in lowerFCOPYSIGN64()
2251 DAG.getConstant(WidthY - 1, DL, MVT::i32), Const1); in lowerFCOPYSIGN64()
2253 if (WidthX > WidthY) in lowerFCOPYSIGN64()
2255 else if (WidthY > WidthX) in lowerFCOPYSIGN64()
2272 DAG.getConstant(WidthY - 1, DL, MVT::i32)); in lowerFCOPYSIGN64()
2274 if (WidthX > WidthY) in lowerFCOPYSIGN64()
2276 else if (WidthY > WidthX) in lowerFCOPYSIGN64()