Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp262 Instruction *SExt = SExtInsts.pop_back_val(); in propagateSignExtension() local
425 Instruction *SExt = ⅈ in analyzeSExtension() local
DAArch64FastISel.cpp4502 } else if (const auto *SExt = dyn_cast<SExtInst>(Src0)) { in selectMul() local
4569 } else if (const auto *SExt = dyn_cast<SExtInst>(Op0)) { in selectShift() local
DAArch64ISelLowering.cpp1518 SDValue SExt = in getAArch64Cmp() local
/external/llvm/lib/Target/Hexagon/
DHexagonBitTracker.h51 enum { SExt, ZExt }; enumerator
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp369 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
DScalarReplAggregates.cpp1112 if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0))) in updateDebugInfo() 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/llvm/include/llvm/Target/
DTargetCallingConv.h31 static const uint64_t SExt = 1ULL<<1; ///< Sign extended member
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml187 | SExt Constructor
Dllvm.mli245 | SExt Constructor
Dllvm_ocaml.c717 value SExt) { in llvm_const_of_int64()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1052 if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0))) in ConvertDebugDeclareToDebugValue() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp153 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this); in print() local
1819 const SCEV *SExt = getSignExtendExpr(Op, Ty); in getAnyExtendExpr() local
4270 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) { in getRange() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp791 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, Mul.getValueType(), in PromoteIntRes_XMULO() local
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2901 llvm::Instruction *SExt, TypePromotionTransaction &TPT, in promoteOperandForTruncAndAnyExt()
/external/llvm/bindings/go/llvm/
Dir.go210 SExt Opcode = C.LLVMSExt const
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp27060 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, ExVT, Ex); in PerformSExtCombine() local