Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4318 unsigned LoOpcode, HiOpcode; in performMulLoHiCombine() local
4323 HiOpcode = AMDGPUISD::MULHI_U24; in performMulLoHiCombine()
4328 HiOpcode = AMDGPUISD::MULHI_I24; in performMulLoHiCombine()
4334 SDValue Hi = DAG.getNode(HiOpcode, DL, MVT::i32, N0, N1); in performMulLoHiCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8350 int HiOpcode = Unsigned? SystemZ::VECLG : SystemZ::VECG; in emitICmp128Hi() local
8351 BuildMI(MBB, MI.getDebugLoc(), TII->get(HiOpcode)) in emitICmp128Hi()