Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FastISel.cpp1238 static unsigned SETFOpcTable[2][3] = { in X86SelectCmp() local
1245 case CmpInst::FCMP_OEQ: SETFOpc = &SETFOpcTable[0][0]; break; in X86SelectCmp()
1246 case CmpInst::FCMP_UNE: SETFOpc = &SETFOpcTable[1][0]; break; in X86SelectCmp()
1761 static unsigned SETFOpcTable[2][3] = { in X86FastEmitCMoveSelect() local
1769 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()
1773 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()