Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4368 unsigned HiOpcode = 0; in performMulLoHiCombine() local
4374 HiOpcode = AMDGPUISD::MULHI_I24; in performMulLoHiCombine()
4381 HiOpcode = AMDGPUISD::MULHI_U24; in performMulLoHiCombine()
4388 SDValue Hi = DAG.getNode(HiOpcode, DL, MVT::i32, N0, N1); in performMulLoHiCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8515 int HiOpcode = Unsigned? SystemZ::VECLG : SystemZ::VECG; in emitICmp128Hi() local
8516 BuildMI(MBB, MI.getDebugLoc(), TII->get(HiOpcode)) in emitICmp128Hi()