Searched refs:hasFPCMov (Results 1 – 2 of 2) sorted by relevance
3063 static bool hasFPCMov(unsigned X86CC) { in hasFPCMov() function8694 IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue()); in LowerSELECT()
4598 static bool hasFPCMov(unsigned X86CC) { in hasFPCMov() function19049 IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue()); in LowerSELECT()33281 if (FalseOp.getValueType() != MVT::f80 || hasFPCMov(CC)) { in combineCMov()