/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineFunction.cpp | 172 uint64_t ZExt = KnownSize->getZExtValue(); in getLDSKernelIdMetadata() local 191 std::optional<uint64_t> ZExt = V->tryZExtValue(); in getLDSAbsoluteAddress() local
|
H A D | SIISelLowering.cpp | 9423 SDValue ZExt = DAG.getNode(ISD::ZERO_EXTEND, DL, EquivStoreVT, IntVData); in handleD16VData() local 9474 SDValue ZExt = DAG.getNode(ISD::ZERO_EXTEND, DL, WidenedIntVT, IntVData); in handleD16VData() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 264 if (auto *ZExt = dyn_cast<ZExtInst>(V)) in isSink() local 446 Value *ZExt = Builder.CreateZExt(V, ExtTy); in ExtendSources() local 578 if (auto ZExt = dyn_cast<ZExtInst>(I)) in TruncateSinks() local 601 auto ZExt = cast<ZExtInst>(V); in Cleanup() local
|
H A D | AtomicExpandPass.cpp | 824 Value *ZExt = Builder.CreateZExt(Updated, PMV.WordType, "extended"); in insertMaskedValue() local
|
H A D | CodeGenPrepare.cpp | 4654 Value *ZExt = in promoteOperandForTruncAndAnyExt() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupSetCC.cpp | 88 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local
|
H A D | X86PartialReduction.cpp | 248 if (auto *ZExt = dyn_cast<ZExtInst>(Op)) in trySADReplacement() local
|
H A D | X86ISelLowering.cpp | 13118 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend( in lowerV4F32Shuffle() local 13181 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend(DL, MVT::v4i32, V1, V2, Mask, in lowerV4I32Shuffle() local 13878 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend(DL, MVT::v8i16, V1, V2, Mask, in lowerV8I16Shuffle() local 14172 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend(DL, MVT::v16i8, V1, V2, Mask, in lowerV16I8Shuffle() local 16086 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend(DL, MVT::v8i32, V1, V2, Mask, in lowerV8F32Shuffle() local 16196 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend(DL, MVT::v8i32, V1, V2, Mask, in lowerV8I32Shuffle() local 16336 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend( in lowerV16I16Shuffle() local 16459 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend(DL, MVT::v32i8, V1, V2, Mask, in lowerV32I8Shuffle() local 16841 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend( in lowerV16F32Shuffle() local 16954 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend( in lowerV16I32Shuffle() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.h | 62 enum { SExt, ZExt }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFCheckAndAdjustIR.cpp | 180 ZExtInst *ZExt; member 196 if (auto *ZExt = dyn_cast<ZExtInst>(V)) { in sinkMinMaxInBB() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 147 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(V)) { in handlePhiDef() local
|
H A D | CorrelatedValuePropagation.cpp | 1098 auto *ZExt = CastInst::CreateZExtOrBitCast(Base, SDI->getType(), "", in processSExt() local 1124 static bool processZExt(ZExtInst *ZExt, LazyValueInfo *LVI) { in processZExt()
|
H A D | NaryReassociate.cpp | 366 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | CallingConvLower.h | 38 ZExt, // The value is zero extended in the location. enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 1000 const auto *ZExt = cast<ZExtInst>(I); in selectZExt() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 290 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this); in print() local 2188 const SCEV *ZExt = getZeroExtendExpr(Op, Ty); in getAnyExtendExpr() local 5396 const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(Op); in isSimpleCastedPHI() local 6169 while (auto *ZExt = dyn_cast<SCEVZeroExtendExpr>(X)) in createNodeForSelectOrPHIInstWithICmpInstCond() local 6675 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(S); in getRangeRef() local 9181 if (auto *ZExt = dyn_cast<SCEVZeroExtendExpr>(LHS)) in computeExitLimitFromICmp() local 10104 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) in stripInjectiveFunctions() local 12558 const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(RHS); in isKnownPredicateExtendIdiom() local 12568 const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(LHS); in isKnownPredicateExtendIdiom() local 12811 if (auto *ZExt = dyn_cast<SCEVZeroExtendExpr>(LHS)) { in howManyLessThans() local [all …]
|
H A D | BasicAliasAnalysis.cpp | 475 if (const auto *ZExt = dyn_cast<ZExtInst>(Val.V)) in GetLinearExpression() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 1672 if (const auto *ZExt = dyn_cast<ZExtInst>(GEP->getOperand(1))) { in getGatherScatterOpCost() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 4674 if (const auto *ZExt = dyn_cast<ZExtInst>(Src0)) { in selectMul() local 4738 if (const auto *ZExt = dyn_cast<ZExtInst>(Op0)) { in selectShift() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 1751 auto ZExt = MIRBuilder.buildZExt(Ty, VScaleBase); in narrowScalar() local 8748 auto ZExt = MIB.buildZExtOrTrunc(ExtType, Val); in getMemsetValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 1137 Value *ZExt = Builder.CreateZExt(Add, OrigAdd->getType()); in processUGT_ADDCST_ADD() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 5770 bool ZExt = CB.paramHasAttr(ArgNo, Attribute::ZExt); in getShadowExtension() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 2359 Register ZExt; in earlySelect() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 3194 SDValue ZExt = DAG.getNode(ISD::ZERO_EXTEND, DL, VT, N0.getOperand(0)); in visitADDLikeCommutative() local 3202 SDValue ZExt = DAG.getNode(ISD::AND, DL, VT, N1.getOperand(0), in visitADDLikeCommutative() local 4049 SDValue ZExt = DAG.getNode(ISD::AND, DL, VT, N1.getOperand(0), in visitSUB() local
|
H A D | SelectionDAGBuilder.cpp | 10400 SDValue ZExt = DAG.getNode(ISD::AssertZext, SL, Op.getValueType(), Op, in lowerRangeToAssertZExt() local
|