Home
last modified time | relevance | path

Searched refs:Zero64 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp3943 Register Zero64; in buildMultiply() local
3951 if (!Zero64) in buildMultiply()
3952 Zero64 = B.buildConstant(S64, 0).getReg(0); in buildMultiply()
3953 return Zero64; in buildMultiply()
4628 auto Zero64 = B.buildConstant(S64, 0); in legalizeUnsignedDIV_REM64Impl() local
4629 auto NegDenom = B.buildSub(S64, Zero64, Denom); in legalizeUnsignedDIV_REM64Impl()
H A DAMDGPURegisterBankInfo.cpp2649 Register Zero64 = B.buildConstant(S64, 0).getReg(0); in applyMappingImpl() local
2650 MRI.setRegClass(Zero64, &AMDGPU::VReg_64RegClass); in applyMappingImpl()
2653 B.buildInstr(NewOpc, {DstReg, CarryOut}, {Op0L, Op1L, Zero64}); in applyMappingImpl()
H A DSIInstrInfo.cpp6831 Register Zero64 = MRI.createVirtualRegister(&AMDGPU::SReg_64RegClass); in extractRsrcPtr() local
6838 BuildMI(MBB, MI, MI.getDebugLoc(), TII.get(AMDGPU::S_MOV_B64), Zero64) in extractRsrcPtr()
6851 .addReg(Zero64) in extractRsrcPtr()
H A DAMDGPUISelLowering.cpp2146 SDValue Zero64 = DAG.getConstant(0, DL, VT); in LowerUDIVREM64() local
2152 SDValue Neg_RHS = DAG.getNode(ISD::SUB, DL, VT, Zero64, RHS); in LowerUDIVREM64()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp10223 Register Zero64 = MRI.createVirtualRegister(&SystemZ::GR64BitRegClass); in emitExt128() local
10225 BuildMI(*MBB, MI, DL, TII->get(SystemZ::LLILL), Zero64) in emitExt128()
10228 .addReg(In128).addReg(Zero64).addImm(SystemZ::subreg_h64); in emitExt128()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7590 auto Zero64 = MIRBuilder.buildConstant(S64, 0); in lowerU64ToF32BitOps() local
7597 auto NotZero = MIRBuilder.buildICmp(CmpInst::ICMP_NE, S1, Src, Zero64); in lowerU64ToF32BitOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5011 SDValue Zero64 = DAG.getConstant(0, DL, MVT::i64); in LowerINT_TO_FP() local
5013 DAG.getSelectCC(DL, Highest, Zero64, SrcHi, SrcVal, ISD::SETNE); in LowerINT_TO_FP()
5027 Highest, Zero64, ISD::SETNE); in LowerINT_TO_FP()
5032 SrcLo, Zero64, ISD::SETNE); in LowerINT_TO_FP()