Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30050 auto OpcodeN0 = N0.getOpcode(); in getDivRem8() local
30051 if (!((OpcodeN == ISD::SIGN_EXTEND && OpcodeN0 == ISD::SDIVREM) || in getDivRem8()
30052 (OpcodeN == ISD::ZERO_EXTEND && OpcodeN0 == ISD::UDIVREM))) in getDivRem8()
30061 auto DivRemOpcode = OpcodeN0 == ISD::SDIVREM ? X86ISD::SDIVREM8_SEXT_HREG in getDivRem8()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37512 auto OpcodeN0 = N0.getOpcode(); in getDivRem8() local
37513 if (!((OpcodeN == ISD::SIGN_EXTEND && OpcodeN0 == ISD::SDIVREM) || in getDivRem8()
37514 (OpcodeN == ISD::ZERO_EXTEND && OpcodeN0 == ISD::UDIVREM))) in getDivRem8()
37524 auto DivRemOpcode = OpcodeN0 == ISD::SDIVREM ? X86ISD::SDIVREM8_SEXT_HREG in getDivRem8()