Home
last modified time | relevance | path

Searched defs:ZExt (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FixupSetCC.cpp81 MachineInstr *ZExt = nullptr; in runOnMachineFunction() local
H A DX86PartialReduction.cpp197 if (auto *ZExt = dyn_cast<ZExtInst>(Op)) in trySADReplacement() local
H A DX86ISelLowering.cpp14435 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend(DL, MVT::v4i32, V1, V2, Mask, in lowerV4I32Shuffle() local
15121 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend(DL, MVT::v8i16, V1, V2, Mask, in lowerV8I16Shuffle() local
15342 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend(DL, MVT::v16i8, V1, V2, Mask, in lowerV16I8Shuffle() local
17139 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend(DL, MVT::v8i32, V1, V2, Mask, in lowerV8I32Shuffle() local
17254 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend( in lowerV16I16Shuffle() local
17369 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend(DL, MVT::v32i8, V1, V2, Mask, in lowerV32I8Shuffle() local
17833 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend( in lowerV16I32Shuffle() local
17911 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend( in lowerV32I16Shuffle() local
17974 if (SDValue ZExt = lowerShuffleAsZeroOrAnyExtend( in lowerV64I8Shuffle() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h62 enum { SExt, ZExt }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp266 if (auto *ZExt = dyn_cast<ZExtInst>(V)) in isSink() local
490 Value *ZExt = Builder.CreateZExt(V, ExtTy); in ExtendSources() local
621 auto ZExt = cast<ZExtInst>(V); in Cleanup() local
H A DAtomicExpandPass.cpp706 Value *ZExt = Builder.CreateZExt(Updated, PMV.WordType, "extended"); in insertMaskedValue() local
H A DCodeGenPrepare.cpp4300 Value *ZExt = in promoteOperandForTruncAndAnyExt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp139 if (ZExtInst *ZExt = dyn_cast<ZExtInst>(V)) { in handlePhiDef() local
H A DSCCP.cpp176 auto *ZExt = new ZExtInst(ExtOp, Inst.getType(), "", &Inst); in simplifyInstsInBlock() local
H A DNaryReassociate.cpp361 } else if (ZExtInst *ZExt = dyn_cast<ZExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
H A DCorrelatedValuePropagation.cpp921 auto *ZExt = in processSExt() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h38 ZExt, // The value is zero extended in the location. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp991 const auto *ZExt = cast<ZExtInst>(I); in selectZExt() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml215 | ZExt Constructor
H A Dllvm.mli239 | ZExt Constructor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp271 const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this); in print() local
2126 const SCEV *ZExt = getZeroExtendExpr(Op, Ty); in getAnyExtendExpr() local
4706 const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(Op); in isSimpleCastedPHI() local
5871 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) { in getRangeRef() local
8826 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) in stripInjectiveFunctions() local
11077 const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(RHS); in isKnownPredicateExtendIdiom() local
11087 const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(LHS); in isKnownPredicateExtendIdiom() local
13302 if (const auto *ZExt = dyn_cast<SCEVZeroExtendExpr>(Expr)) in matchURem() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1581 if (const auto *ZExt = dyn_cast<ZExtInst>(GEP->getOperand(1))) { in getGatherScatterOpCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4580 if (const auto *ZExt = dyn_cast<ZExtInst>(Src0)) { in selectMul() local
4644 if (const auto *ZExt = dyn_cast<ZExtInst>(Op0)) { in selectShift() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1206 auto ZExt = MIB.buildZExtOrTrunc(ExtType, Val); in getMemsetValue() local
H A DLegalizerHelper.cpp915 bool ZExt = MI.getOpcode() == TargetOpcode::G_ZEXTLOAD; in narrowScalar() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1291 Value *ZExt = Builder.CreateZExt(Add, OrigAdd->getType()); in processUGT_ADDCST_ADD() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go170 ZExt Opcode = C.LLVMZExt const
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7475 SDValue ZExt = DAG.getNode(ISD::ZERO_EXTEND, DL, EquivStoreVT, IntVData); in handleD16VData() local
7526 SDValue ZExt = DAG.getNode(ISD::ZERO_EXTEND, DL, WidenedIntVT, IntVData); in handleD16VData() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5019 bool ZExt = CB.paramHasAttr(ArgNo, Attribute::ZExt); in getShadowExtension() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2684 SDValue ZExt = DAG.getNode(ISD::ZERO_EXTEND, DL, VT, N0.getOperand(0)); in visitADDLikeCommutative() local
2692 SDValue ZExt = DAG.getNode(ISD::AND, DL, VT, N1.getOperand(0), in visitADDLikeCommutative() local
3534 SDValue ZExt = DAG.getNode(ISD::AND, DL, VT, N1.getOperand(0), in visitSUB() local

12