Searched refs:CmpHi (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCExpandAtomicPseudoInsts.cpp | 234 Register CmpHi = MI.getOperand(5).getReg(); in expandAtomicCmpSwap128() local 266 .addReg(CmpHi); in expandAtomicCmpSwap128()
|
H A D | PPCISelLowering.cpp | 18846 Value *CmpHi = in emitMaskedAtomicCmpXchgIntrinsic() local 18853 Builder.CreateCall(IntCmpXchg, {AlignedAddr, CmpLo, CmpHi, NewLo, NewHi}); in emitMaskedAtomicCmpXchgIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 4613 auto CmpHi = B.buildICmp(CmpInst::ICMP_UGE, S1, Sub1_Hi, DenomHi); in legalizeUnsignedDIV_REM64Impl() local 4614 auto C1 = B.buildSExt(S32, CmpHi); in legalizeUnsignedDIV_REM64Impl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6354 SDValue CmpHi = getARMCmp(ExtraShAmt, DAG.getConstant(0, dl, MVT::i32), in LowerShiftRightParts() local 6357 ARMcc, CCR, CmpHi); in LowerShiftRightParts() 6387 SDValue CmpHi = getARMCmp(ExtraShAmt, DAG.getConstant(0, dl, MVT::i32), in LowerShiftLeftParts() local 6390 ARMcc, CCR, CmpHi); in LowerShiftLeftParts()
|