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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1003 const uint16_t *SETFOpc = nullptr; local
1008 SETFOpc = &SETFOpcTable[0][0];
1011 SETFOpc = &SETFOpcTable[1][0];
1033 if (SETFOpc) {
1042 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]);
1044 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]);
1046 TII.get(SETFOpc[2]), ResultReg)
H A DX86FastISel.cpp1470 const uint16_t *SETFOpc = nullptr; local
1473 case CmpInst::FCMP_OEQ: SETFOpc = &SETFOpcTable[0][0]; break;
1474 case CmpInst::FCMP_UNE: SETFOpc = &SETFOpcTable[1][0]; break;
1478 if (SETFOpc) {
1485 FlagReg1).addImm(SETFOpc[0]);
1487 FlagReg2).addImm(SETFOpc[1]);
1488 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(SETFOpc[2]),
2033 const uint16_t *SETFOpc = nullptr; local
2037 SETFOpc = &SETFOpcTable[0][0];
2041 SETFOpc
[all...]

Completed in 118 milliseconds