Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FastISel.cpp1459 static unsigned SETFOpcTable[2][3] = { in X86SelectCmp() local
1466 case CmpInst::FCMP_OEQ: SETFOpc = &SETFOpcTable[0][0]; break; in X86SelectCmp()
1467 case CmpInst::FCMP_UNE: SETFOpc = &SETFOpcTable[1][0]; break; in X86SelectCmp()
1958 static unsigned SETFOpcTable[2][3] = { in X86FastEmitCMoveSelect() local
1966 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()
1970 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp1485 static const uint16_t SETFOpcTable[2][3] = { in X86SelectCmp() local
1492 case CmpInst::FCMP_OEQ: SETFOpc = &SETFOpcTable[0][0]; break; in X86SelectCmp()
1493 case CmpInst::FCMP_UNE: SETFOpc = &SETFOpcTable[1][0]; break; in X86SelectCmp()
2052 static const uint16_t SETFOpcTable[2][3] = { in X86FastEmitCMoveSelect() local
2060 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()
2064 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()