/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.h | 62 enum { SExt, ZExt }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LowerExpectIntrinsic.cpp | 145 if (SExtInst *SExt = dyn_cast<SExtInst>(V)) { in handlePhiDef() local
|
H A D | NaryReassociate.cpp | 359 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 104 if (auto *SExt = dyn_cast<SExtInst>(V)) { in InsertMuls() local 336 if (auto *SExt = dyn_cast<SExtInst>(V)) { in IsNarrowSequence() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | CallingConvLower.h | 37 SExt, // The value is sign extended in the location. enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 332 void setSignExt(bool SExt) { in setSignExt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 170 SExt, enumerator
|
H A D | CodeGenPrepare.cpp | 4287 Instruction *SExt, TypePromotionTransaction &TPT, in promoteOperandForTruncAndAnyExt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 1008 const auto *SExt = cast<SExtInst>(I); in selectSExt() local
|
/netbsd-src/external/apache2/llvm/dist/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 | 875 LLVMValueRef llvm_const_of_int64(LLVMTypeRef IntTy, value N, value SExt) { in llvm_const_of_int64()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 278 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this); in print() local 2131 const SCEV *SExt = getSignExtendExpr(Op, Ty); in getAnyExtendExpr() local 4705 const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(Op); in isSimpleCastedPHI() local 5878 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) { in getRangeRef() local 8828 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) in stripInjectiveFunctions() local 11076 const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(LHS); in isKnownPredicateExtendIdiom() local 11088 const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(RHS); in isKnownPredicateExtendIdiom() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 4589 } else if (const auto *SExt = dyn_cast<SExtInst>(Src0)) { in selectMul() local 4653 } else if (const auto *SExt = dyn_cast<SExtInst>(Op0)) { in selectShift() local
|
H A D | AArch64ISelLowering.cpp | 2890 SDValue SExt = in getAArch64Cmp() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1948 auto *SExt = Builder.CreateSExt(X, Ty, X->getName() + ".signext"); in visitAnd() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | ir.go | 171 SExt Opcode = C.LLVMSExt const
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 1390 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, Mul.getValueType(), in PromoteIntRes_XMULO() local
|
H A D | TargetLowering.cpp | 3619 bool SExt = (N0Opc == ISD::SIGN_EXTEND); in SimplifySetCC() local
|
H A D | DAGCombiner.cpp | 3499 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, N1.getOperand(0)); in visitSUB() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 5020 bool SExt = CB.paramHasAttr(ArgNo, Attribute::SExt); in getShadowExtension() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 49646 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, Op0.getOperand(0)); in combineAdd() local 49654 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, Op1.getOperand(0)); in combineAdd() local
|