Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
H A DX86FastISel.cpp1487 static const uint16_t SETFOpcTable[2][3] = { in X86SelectCmp() local
1494 case CmpInst::FCMP_OEQ: SETFOpc = &SETFOpcTable[0][0]; break; in X86SelectCmp()
1495 case CmpInst::FCMP_UNE: SETFOpc = &SETFOpcTable[1][0]; break; in X86SelectCmp()
2046 static const uint16_t SETFOpcTable[2][3] = { in X86FastEmitCMoveSelect() local
2054 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()
2058 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1037 static const uint16_t SETFOpcTable[2][3] = { in selectFCmp() local
1045 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
1048 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()