Searched refs:Zero32 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTDC.cpp | 356 Value *Zero32 = ConstantInt::get(Type::getInt32Ty(Ctx), 0); in runOnFunction() local 374 Value *ICmp = IRB.CreateICmp(CmpInst::ICMP_NE, TDC, Zero32); in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstructionSelector.cpp |
|
H A D | X86FastISel.cpp | 1961 Register Zero32 = createResultReg(&X86::GR32RegClass); in X86SelectDivRem() local 1963 TII.get(X86::MOV32r0), Zero32); in X86SelectDivRem() 1971 .addReg(Zero32, 0, X86::sub_16bit); in X86SelectDivRem() 1975 .addReg(Zero32); in X86SelectDivRem() 1979 .addImm(0).addReg(Zero32).addImm(X86::sub_32bit); in X86SelectDivRem()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 1766 Register Zero32 = MRI.createVirtualRegister(&X86::GR32RegClass); in selectMulDivRem() local 1768 Zero32); in selectMulDivRem() 1776 .addReg(Zero32, 0, X86::sub_16bit); in selectMulDivRem() 1780 .addReg(Zero32); in selectMulDivRem() 1785 .addReg(Zero32) in selectMulDivRem()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 1114 Constant *Zero32 = Builder.getInt32(0); in insertCounterWriteout() 1116 Constant *TwoZero32s[] = {Zero32, Zero32}; in insertCounterWriteout() 1117 Constant *Zero32 = Builder.getInt32(0); insertCounterWriteout() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 2536 const auto Zero32 = B.buildConstant(S32, 0); in legalizeIntrinsicTrunc() local 2539 auto SignBit64 = B.buildMergeLikeInstr(S64, {Zero32, SignBit}); in legalizeIntrinsicTrunc() 2546 auto ExpLt0 = B.buildICmp(CmpInst::ICMP_SLT, S1, Exp, Zero32); in legalizeIntrinsicTrunc() 3884 Register Zero32; in buildMultiply() local 3888 if (!Zero32) in buildMultiply() 3889 Zero32 = B.buildConstant(S32, 0).getReg(0); in buildMultiply() 3890 return Zero32; in buildMultiply() 4590 auto Zero32 = B.buildConstant(S32, 0); in legalizeUnsignedDIV_REM64Impl() local 4629 auto Sub2_Hi = B.buildUSube(S32, S1, Sub2_Mi, Zero32, Sub2_Lo.getReg(1)); in legalizeUnsignedDIV_REM64Impl() 4647 auto Sub3_Hi = B.buildUSube(S32, S1, Sub3_Mi, Zero32, Sub3_Lo.getReg(1)); in legalizeUnsignedDIV_REM64Impl() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6900 auto Zero32 = MIRBuilder.buildConstant(S32, 0); in lowerU64ToF32BitOps() local 6909 auto E = MIRBuilder.buildSelect(S32, NotZero, Sub, Zero32); in lowerU64ToF32BitOps() 6929 auto Select0 = MIRBuilder.buildSelect(S32, TCmp, VTrunc1, Zero32); in lowerU64ToF32BitOps()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 4623 Constant *Zero32 = ConstantInt::get(I32Type, 0); in applyDynamicWorkshareLoop() local 4624 Value *MoreWork = Builder.CreateCmp(CmpInst::ICMP_NE, Res, Zero32); in applyDynamicWorkshareLoop()
|