Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp2316 case X86ISD::SDIVREM8_SEXT_HREG: in Select()
2322 Opcode == X86ISD::SDIVREM8_SEXT_HREG); in Select()
2458 Opcode == X86ISD::SDIVREM8_SEXT_HREG) { in Select()
2462 assert(Opcode != X86ISD::SDIVREM8_SEXT_HREG && in Select()
DX86ISelLowering.h356 SDIVREM8_SEXT_HREG, enumerator
DX86ISelLowering.cpp22210 case X86ISD::SDIVREM8_SEXT_HREG: return "X86ISD::SDIVREM8_SEXT_HREG"; in getTargetNodeName()
30061 auto DivRemOpcode = OpcodeN0 == ISD::SDIVREM ? X86ISD::SDIVREM8_SEXT_HREG in getDivRem8()