| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitTracker.h | 61 enum { SExt, ZExt }; enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFCheckAndAdjustIR.cpp | 178 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 D | LowerExpectIntrinsic.cpp | 153 if (SExtInst *SExt = dyn_cast<SExtInst>(V)) { in handlePhiDef() local
|
| H A D | NaryReassociate.cpp | 364 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 104 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 D | CallingConvLower.h | 38 SExt, // The value is sign extended in the location. enumerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 336 void setSignExt(bool SExt) { in setSignExt()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InterleavedLoadCombinePass.cpp | 169 SExt, enumerator
|
| H A D | CodeGenPrepare.cpp | 4977 Instruction *SExt, TypePromotionTransaction &TPT, in promoteOperandForTruncAndAnyExt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 1026 const auto *SExt = cast<SExtInst>(I); in selectSExt() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 4686 } 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 D | AArch64ISelLowering.cpp | 3961 SDValue SExt = in getAArch64Cmp() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFoldOperands.cpp | 547 int32_t SExt = static_cast<int16_t>(Lo); in tryFoldImmWithOpSel() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 303 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 D | InstCombineAndOrXor.cpp | 2675 auto *SExt = Builder.CreateSExt(X, Ty, X->getName() + ".signext"); in visitAnd() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 1872 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, Mul.getValueType(), in PromoteIntRes_XMULO() local
|
| H A D | TargetLowering.cpp | 4834 bool SExt = (N0Opc == ISD::SIGN_EXTEND); in SimplifySetCC() local
|
| H A D | DAGCombiner.cpp | 4329 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 D | MemorySanitizer.cpp | 7349 bool SExt = CB.paramHasAttr(ArgNo, Attribute::SExt); in getShadowExtension() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 16467 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 D | X86ISelLowering.cpp | 57941 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, X); in combineAdd() local
|