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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1000 static const uint16_t SETFOpcTable[2][3] = { local
1008 SETFOpc = &SETFOpcTable[0][0];
1011 SETFOpc = &SETFOpcTable[1][0];
H A DX86FastISel.cpp1466 static const uint16_t SETFOpcTable[2][3] = { local
1473 case CmpInst::FCMP_OEQ: SETFOpc = &SETFOpcTable[0][0]; break;
1474 case CmpInst::FCMP_UNE: SETFOpc = &SETFOpcTable[1][0]; break;
2029 static const uint16_t SETFOpcTable[2][3] = { local
2037 SETFOpc = &SETFOpcTable[0][0];
2041 SETFOpc = &SETFOpcTable[1][0];

Completed in 112 milliseconds