Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp259 Instruction *SExt = SExtInsts.pop_back_val(); in propagateSignExtension() local
422 Instruction *SExt = ⅈ in analyzeSExtension() local
/external/llvm/include/llvm/IR/
DAttributes.h100 SExt, ///< Sign extended before/after call enumerator
/external/llvm/unittests/IR/
DConstantRangeTest.cpp201 TEST_F(ConstantRangeTest, SExt) { in TEST_F() argument
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1779 Instruction *SExt, const SetOfInstrs &InsertedTruncs, in getAction()
1809 llvm::Instruction *SExt, TypePromotionTransaction &TPT, in promoteOperandForTruncAndSExt()
1835 TypePromotionHelper::promoteOperandForOther(Instruction *SExt, in promoteOperandForOther()
2134 Instruction *SExt = cast<Instruction>(AddrInst); in MatchOperationAddr() local
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h35 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/llvm/lib/Transforms/Utils/
DLocal.cpp994 if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0))) in ConvertDebugDeclareToDebugValue() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml180 | SExt Constructor
Dllvm.mli236 | SExt Constructor
Dllvm_ocaml.c703 value SExt) { in llvm_const_of_int64()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp158 const SCEVSignExtendExpr *SExt = cast<SCEVSignExtendExpr>(this); in print() local
1369 const SCEV *SExt = getSignExtendExpr(Op, Ty); in getAnyExtendExpr() local
3469 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) { in getUnsignedRange() local
3610 if (const SCEVSignExtendExpr *SExt = dyn_cast<SCEVSignExtendExpr>(S)) { in getSignedRange() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1113 if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0))) in updateDebugInfo() local
DSROA.cpp883 else if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0))) in updateDebugInfo() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp713 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, Mul.getValueType(), in PromoteIntRes_XMULO() local