Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp3063 static bool hasFPCMov(unsigned X86CC) { in hasFPCMov() function
8694 IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue()); in LowerSELECT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp4598 static bool hasFPCMov(unsigned X86CC) { in hasFPCMov() function
19049 IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue()); in LowerSELECT()
33281 if (FalseOp.getValueType() != MVT::f80 || hasFPCMov(CC)) { in combineCMov()