Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp954 static const uint16_t SETFOpcTable[2][3] = { in selectFCmp() local
962 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
965 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
H A DX86FastISel.cpp1496 static const uint16_t SETFOpcTable[2][3] = { in X86SelectCmp() local
1503 case CmpInst::FCMP_OEQ: SETFOpc = &SETFOpcTable[0][0]; break; in X86SelectCmp()
1504 case CmpInst::FCMP_UNE: SETFOpc = &SETFOpcTable[1][0]; break; in X86SelectCmp()
2055 static const uint16_t SETFOpcTable[2][3] = { in X86FastEmitCMoveSelect() local
2063 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()
2067 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()