Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5109 static bool hasFPCMov(unsigned X86CC) { in hasFPCMov() function
23811 IllegalFPCMov = !hasFPCMov(cast<ConstantSDNode>(CC)->getSExtValue()); in LowerSELECT()
42584 !Subtarget.hasCMov() || hasFPCMov(CC)) { in combineCMov()