Searched refs:CmpHi (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 2927 auto CmpHi = B.buildICmp(CmpInst::ICMP_UGE, S1, Sub1_Hi, DenomHi); in legalizeUDIV_UREM64Impl() local 2928 auto C1 = B.buildSExt(S32, CmpHi); in legalizeUDIV_UREM64Impl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5878 SDValue CmpHi = getARMCmp(ExtraShAmt, DAG.getConstant(0, dl, MVT::i32), in LowerShiftRightParts() local 5881 ARMcc, CCR, CmpHi); in LowerShiftRightParts() 5911 SDValue CmpHi = getARMCmp(ExtraShAmt, DAG.getConstant(0, dl, MVT::i32), in LowerShiftLeftParts() local 5914 ARMcc, CCR, CmpHi); in LowerShiftLeftParts()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6067 SDValue CmpHi = getARMCmp(ExtraShAmt, DAG.getConstant(0, dl, MVT::i32), in LowerShiftRightParts() local 6070 ARMcc, CCR, CmpHi); in LowerShiftRightParts() 6100 SDValue CmpHi = getARMCmp(ExtraShAmt, DAG.getConstant(0, dl, MVT::i32), in LowerShiftLeftParts() local 6103 ARMcc, CCR, CmpHi); in LowerShiftLeftParts()
|