/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVCodeGenPrepare.cpp | 77 auto *SExt = new SExtInst(Src, ZExt.getType(), "", &ZExt); in visitZExtInst() local 91 auto *SExt = new SExtInst(Src, ZExt.getType(), "", &ZExt); in visitZExtInst() local
|
H A D | RISCVISelLowering.cpp | 9861 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, MVT::i64, In, in performSRACombine() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.h | 62 enum { SExt, ZExt }; enumerator
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 104 if (auto *SExt = dyn_cast<SExtInst>(V)) { in InsertMuls() local 328 if (auto *SExt = dyn_cast<SExtInst>(V)) { in IsNarrowSequence() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 159 if (SExtInst *SExt = dyn_cast<SExtInst>(V)) { in handlePhiDef() local
|
H A D | NaryReassociate.cpp | 363 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | CallingConvLower.h | 35 SExt, // The value is sign extended in the location. enumerator
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 169 SExt, enumerator
|
H A D | CodeGenPrepare.cpp | 4404 Instruction *SExt, TypePromotionTransaction &TPT, in promoteOperandForTruncAndAnyExt()
|
/openbsd/gnu/llvm/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 332 void setSignExt(bool SExt) { in setSignExt()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 1010 const auto *SExt = cast<SExtInst>(I); in selectSExt() local
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 216 | SExt Constructor
|
H A D | llvm.mli | 240 | SExt Constructor
|
H A D | llvm_ocaml.c | 874 LLVMValueRef llvm_const_of_int64(LLVMTypeRef IntTy, value N, value SExt) { in llvm_const_of_int64()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 296 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this); in print() local 2235 const SCEV *SExt = getSignExtendExpr(Op, Ty); in getAnyExtendExpr() local 5349 const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(Op); in isSimpleCastedPHI() local 6665 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(S); in getRangeRef() local 10088 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) in stripInjectiveFunctions() local 12516 const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(LHS); in isKnownPredicateExtendIdiom() local 12528 const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(RHS); in isKnownPredicateExtendIdiom() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 4633 } else if (const auto *SExt = dyn_cast<SExtInst>(Src0)) { in selectMul() local 4697 } else if (const auto *SExt = dyn_cast<SExtInst>(Op0)) { in selectShift() local
|
H A D | AArch64ISelLowering.cpp | 3525 SDValue SExt = in getAArch64Cmp() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 2196 auto *SExt = Builder.CreateSExt(X, Ty, X->getName() + ".signext"); in visitAnd() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 5464 bool SExt = CB.paramHasAttr(ArgNo, Attribute::SExt); in getShadowExtension() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 1542 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, Mul.getValueType(), in PromoteIntRes_XMULO() local
|
H A D | TargetLowering.cpp | 4364 bool SExt = (N0Opc == ISD::SIGN_EXTEND); in SimplifySetCC() local
|
H A D | DAGCombiner.cpp | 3704 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, N1.getOperand(0)); in visitSUB() local 12718 SDValue SExt = in widenAbs() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 55006 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, Op0.getOperand(0)); in combineAdd() local 55013 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, Op1.getOperand(0)); in combineAdd() local
|