Home
last modified time | relevance | path

Searched defs:SExt (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp259 Instruction *SExt = SExtInsts.pop_back_val(); in propagateSignExtension() local
422 Instruction *SExt = ⅈ in analyzeSExtension() local
DAArch64FastISel.cpp4535 } else if (const auto *SExt = dyn_cast<SExtInst>(Src0)) { in selectMul() local
4602 } else if (const auto *SExt = dyn_cast<SExtInst>(Op0)) { in selectShift() local
/external/llvm/lib/Target/Hexagon/
DHexagonBitTracker.h51 enum { SExt, ZExt }; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitTracker.h62 enum { SExt, ZExt }; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp126 if (SExtInst *SExt = dyn_cast<SExtInst>(V)) { in handlePhiDef() local
DNaryReassociate.cpp335 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp103 if (auto *SExt = dyn_cast<SExtInst>(V)) { in InsertMuls() local
336 if (auto *SExt = dyn_cast<SExtInst>(V)) { in IsNarrowSequence() local
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp338 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
/external/llvm/unittests/IR/
DConstantRangeTest.cpp202 TEST_F(ConstantRangeTest, SExt) { in TEST_F() argument
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h36 SExt, // The value is sign extended in the location. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h37 SExt, // The value is sign extended in the location. enumerator
/external/llvm/include/llvm/Target/
DTargetCallingConv.h30 static const uint64_t SExt = 1ULL<<1; ///< Sign extended member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp170 SExt, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp983 const auto *SExt = cast<SExtInst>(I); in selectSExt() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp805 const SExtInst *SExt = cast<SExtInst>(I); in selectSExt() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml187 | SExt Constructor
Dllvm.mli245 | SExt Constructor
Dllvm_ocaml.c773 value SExt) { in llvm_const_of_int64()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp265 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
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1073 if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0))) in ConvertDebugDeclareToDebugValue() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4714 } 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp789 Value *SExt = cast<Instruction>(Src)->getOperand(0); in visitTrunc() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1485 bool SExt = (N0Opc == ISD::SIGN_EXTEND); in SimplifySetCC() local
DLegalizeIntegerTypes.cpp796 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, Mul.getValueType(), in PromoteIntRes_XMULO() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp157 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this); in print() local
1857 const SCEV *SExt = getSignExtendExpr(Op, Ty); in getAnyExtendExpr() local
4502 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) { in getRange() local

12