Home
last modified time | relevance | path

Searched defs:SExt (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h62 enum { SExt, ZExt }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp181 SExtInst *SExt; member
199 } else if (auto *SExt = dyn_cast<SExtInst>(V)) { in sinkMinMaxInBB() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp153 if (SExtInst *SExt = dyn_cast<SExtInst>(V)) { in handlePhiDef() local
H A DNaryReassociate.cpp364 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp105 if (auto *SExt = dyn_cast<SExtInst>(V)) { in InsertMuls() local
325 if (auto *SExt = dyn_cast<SExtInst>(V)) { in IsNarrowSequence() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h37 SExt, // The value is sign extended in the location. enumerator
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h332 void setSignExt(bool SExt) { in setSignExt()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp170 SExt, enumerator
H A DCodeGenPrepare.cpp4641 Instruction *SExt, TypePromotionTransaction &TPT, in promoteOperandForTruncAndAnyExt()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1017 const auto *SExt = cast<SExtInst>(I); in selectSExt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp295 int32_t SExt = static_cast<int16_t>(Lo); in tryFoldImmWithOpSel() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp297 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this); in print() local
2193 const SCEV *SExt = getSignExtendExpr(Op, Ty); in getAnyExtendExpr() local
5395 const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(Op); in isSimpleCastedPHI() local
6682 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(S); in getRangeRef() local
10106 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) in stripInjectiveFunctions() local
10867 if (const auto *SExt = dyn_cast<SCEVSignExtendExpr>(S)) in isKnownNonZero() local
12557 const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(LHS); in isKnownPredicateExtendIdiom() local
12569 const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(RHS); in isKnownPredicateExtendIdiom() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4683 } else if (const auto *SExt = dyn_cast<SExtInst>(Src0)) { in selectMul() local
4747 } else if (const auto *SExt = dyn_cast<SExtInst>(Op0)) { in selectShift() local
H A DAArch64ISelLowering.cpp3948 SDValue SExt = in getAArch64Cmp() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2597 auto *SExt = Builder.CreateSExt(X, Ty, X->getName() + ".signext"); in visitAnd() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5734 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, MVT::i64, WideOp, lowerSADDO_SSUBO() local
5750 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, MVT::i64, Mul, lowerSMULO() local
14237 enum ExtKind : uint8_t { ZExt = 1 << 0, SExt = 1 << 1, FPExt = 1 << 2 }; global() enumerator
15699 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, MVT::i64, In, performSRACombine() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5771 bool SExt = CB.paramHasAttr(ArgNo, Attribute::SExt); in getShadowExtension() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1827 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, Mul.getValueType(), in PromoteIntRes_XMULO() local
H A DTargetLowering.cpp4621 bool SExt = (N0Opc == ISD::SIGN_EXTEND); in SimplifySetCC() local
H A DDAGCombiner.cpp4025 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, N1.getOperand(0)); in visitSUB() local
13833 SDValue SExt = in widenAbs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55821 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, Op0.getOperand(0)); in combineAdd() local
55828 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, Op1.getOperand(0)); in combineAdd() local