Home
last modified time | relevance | path

Searched defs:SExt (Results 1 – 25 of 38) 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-7.0/llvm/lib/Target/Hexagon/
DHexagonBitTracker.h63 enum { SExt, ZExt }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp120 if (SExtInst *SExt = dyn_cast<SExtInst>(V)) { in handlePhiDef() local
DNaryReassociate.cpp335 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h37 SExt, // The value is sign extended in the location. enumerator
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h36 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-7.0/llvm/unittests/IR/
DConstantRangeTest.cpp228 TEST_F(ConstantRangeTest, SExt) { in TEST_F() argument
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp805 const SExtInst *SExt = cast<SExtInst>(I); in selectSExt() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp949 const SExtInst *SExt = cast<SExtInst>(I); in selectSExt() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml187 | SExt Constructor
Dllvm.mli245 | SExt Constructor
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml212 | SExt Constructor
Dllvm.mli234 | SExt Constructor
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1073 if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0))) in ConvertDebugDeclareToDebugValue() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4621 } else if (const auto *SExt = dyn_cast<SExtInst>(Src0)) { in selectMul() local
4688 } else if (const auto *SExt = dyn_cast<SExtInst>(Op0)) { in selectShift() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp751 Value *SExt = cast<Instruction>(Src)->getOperand(0); in visitTrunc() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp244 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this); in print() local
2186 const SCEV *SExt = getSignExtendExpr(Op, Ty); in getAnyExtendExpr() local
4614 const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(Op); in isSimpleCastedPHI() local
5616 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) { in getRangeRef() local
8295 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) in stripInjectiveFunctions() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1485 bool SExt = (N0Opc == ISD::SIGN_EXTEND); in SimplifySetCC() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp1286 if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0))) in ConvertDebugDeclareToDebugValue() 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