Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp121 bool X86FastEmitCMoveSelect(MVT RetVT, const Instruction *I);
2030 bool X86FastISel::X86FastEmitCMoveSelect(MVT RetVT, const Instruction *I) { in X86FastEmitCMoveSelect() function in X86FastISel
2404 if (X86FastEmitCMoveSelect(RetVT, I)) in X86SelectSelect()