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.h61 enum { SExt, ZExt }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp178 SExtInst *SExt; member
196 } 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.cpp104 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.h38 SExt, // The value is sign extended in the location. enumerator
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h336 void setSignExt(bool SExt) { in setSignExt()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp169 SExt, enumerator
H A DCodeGenPrepare.cpp4977 Instruction *SExt, TypePromotionTransaction &TPT, in promoteOperandForTruncAndAnyExt()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1026 const auto *SExt = cast<SExtInst>(I); in selectSExt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4686 } else if (const auto *SExt = dyn_cast<SExtInst>(Src0)) { in selectMul() local
4749 } else if (const auto *SExt = dyn_cast<SExtInst>(Op0)) { in selectShift() local
H A DAArch64ISelLowering.cpp3961 SDValue SExt = in getAArch64Cmp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp547 int32_t SExt = static_cast<int16_t>(Lo); in tryFoldImmWithOpSel() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp303 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this); in print() local
2196 const SCEV *SExt = getSignExtendExpr(Op, Ty); in getAnyExtendExpr() local
5361 const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(Op); in isSimpleCastedPHI() local
6694 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(S); in getRangeRef() local
10161 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) in stripInjectiveFunctions() local
10949 if (const auto *SExt = dyn_cast<SCEVSignExtendExpr>(S)) in isKnownNonZero() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2675 auto *SExt = Builder.CreateSExt(X, Ty, X->getName() + ".signext"); in visitAnd() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1872 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, Mul.getValueType(), in PromoteIntRes_XMULO() local
H A DTargetLowering.cpp4834 bool SExt = (N0Opc == ISD::SIGN_EXTEND); in SimplifySetCC() local
H A DDAGCombiner.cpp4329 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, N1.getOperand(0)); in visitSUB() local
14700 SDValue SExt = in widenAbs() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp7349 bool SExt = CB.paramHasAttr(ArgNo, Attribute::SExt); in getShadowExtension() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16467 SExt = 1 << 1, enumerator
18207 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, MVT::i64, In, in performSRACombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp57941 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, X); in combineAdd() local