| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonBitTracker.h | 62 enum { SExt, ZExt }; enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | LowerExpectIntrinsic.cpp | 126 if (SExtInst *SExt = dyn_cast<SExtInst>(V)) { in handlePhiDef() local
|
| D | NaryReassociate.cpp | 335 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMParallelDSP.cpp | 103 if (auto *SExt = dyn_cast<SExtInst>(V)) { in InsertMuls() local 336 if (auto *SExt = dyn_cast<SExtInst>(V)) { in IsNarrowSequence() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | CallingConvLower.h | 37 SExt, // The value is sign extended in the location. enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | InterleavedLoadCombinePass.cpp | 170 SExt, enumerator
|
| D | CodeGenPrepare.cpp | 3967 Instruction *SExt, TypePromotionTransaction &TPT, in promoteOperandForTruncAndAnyExt()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyFastISel.cpp | 983 const auto *SExt = cast<SExtInst>(I); in selectSExt() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 265 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this); in print() local 2231 const SCEV *SExt = getSignExtendExpr(Op, Ty); in getAnyExtendExpr() local 4618 const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(Op); in isSimpleCastedPHI() local 5653 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) { in getRangeRef() local 8442 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) in stripInjectiveFunctions() local 10429 const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(LHS); in isKnownPredicateExtendIdiom() local 10441 const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(RHS); in isKnownPredicateExtendIdiom() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64FastISel.cpp | 4714 } else if (const auto *SExt = dyn_cast<SExtInst>(Src0)) { in selectMul() local 4781 } else if (const auto *SExt = dyn_cast<SExtInst>(Op0)) { in selectShift() local
|
| D | AArch64ISelLowering.cpp | 2179 SDValue SExt = in getAArch64Cmp() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCasts.cpp | 789 Value *SExt = cast<Instruction>(Src)->getOperand(0); in visitTrunc() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeIntegerTypes.cpp | 1164 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, Mul.getValueType(), in PromoteIntRes_XMULO() local
|
| D | TargetLowering.cpp | 3281 bool SExt = (N0Opc == ISD::SIGN_EXTEND); in SimplifySetCC() local
|
| D | DAGCombiner.cpp | 3204 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, N1.getOperand(0)); in visitSUB() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 45182 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, Op0.getOperand(0)); in combineAdd() local 45190 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, Op1.getOperand(0)); in combineAdd() local
|