Searched defs:SExt (Results 1 – 14 of 14) sorted by relevance
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64AddressTypePromotion.cpp | 259 Instruction *SExt = SExtInsts.pop_back_val(); in propagateSignExtension() local 422 Instruction *SExt = ⅈ in analyzeSExtension() local
|
| /external/llvm/include/llvm/IR/ |
| D | Attributes.h | 100 SExt, ///< Sign extended before/after call enumerator
|
| /external/llvm/unittests/IR/ |
| D | ConstantRangeTest.cpp | 201 TEST_F(ConstantRangeTest, SExt) { in TEST_F() argument
|
| /external/llvm/lib/CodeGen/ |
| D | CodeGenPrepare.cpp | 1779 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/ |
| D | CallingConvLower.h | 35 SExt, // The value is sign extended in the location. enumerator
|
| /external/llvm/include/llvm/Target/ |
| D | TargetCallingConv.h | 30 static const uint64_t SExt = 1ULL<<1; ///< Sign extended member
|
| /external/llvm/lib/Transforms/Utils/ |
| D | Local.cpp | 994 if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0))) in ConvertDebugDeclareToDebugValue() local
|
| /external/llvm/bindings/ocaml/llvm/ |
| D | llvm.ml | 180 | SExt Constructor
|
| D | llvm.mli | 236 | SExt Constructor
|
| D | llvm_ocaml.c | 703 value SExt) { in llvm_const_of_int64()
|
| /external/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 158 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/ |
| D | ScalarReplAggregates.cpp | 1113 if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0))) in updateDebugInfo() local
|
| D | SROA.cpp | 883 else if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0))) in updateDebugInfo() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeIntegerTypes.cpp | 713 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, Mul.getValueType(), in PromoteIntRes_XMULO() local
|