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/llvm/lib/Target/X86/
DX86ISelLowering.cpp4053 static bool hasFPCMov(unsigned X86CC) { in hasFPCMov() function
15896 IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue()); in LowerSELECT()
27212 if (FalseOp.getValueType() != MVT::f80 || hasFPCMov(CC)) { in combineCMov()