/external/llvm/lib/Target/AArch64/ |
D | AArch64AddressTypePromotion.cpp | 262 Instruction *SExt = SExtInsts.pop_back_val(); in propagateSignExtension() local 425 Instruction *SExt = ⅈ in analyzeSExtension() local
|
D | AArch64FastISel.cpp | 4502 } 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
|
D | AArch64ISelLowering.cpp | 1518 SDValue SExt = in getAArch64Cmp() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitTracker.h | 51 enum { SExt, ZExt }; enumerator
|
/external/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 369 if (SExtInst *SExt = dyn_cast<SExtInst>(IndexToSplit)) { in tryReassociateGEPAtIndex() local
|
D | ScalarReplAggregates.cpp | 1112 if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0))) in updateDebugInfo() local
|
/external/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 202 TEST_F(ConstantRangeTest, SExt) { in TEST_F() argument
|
/external/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 36 SExt, // The value is sign extended in the location. enumerator
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.h | 31 static const uint64_t SExt = 1ULL<<1; ///< Sign extended member
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 187 | SExt Constructor
|
D | llvm.mli | 245 | SExt Constructor
|
D | llvm_ocaml.c | 717 value SExt) { in llvm_const_of_int64()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1052 if (SExtInst *SExt = dyn_cast<SExtInst>(SI->getOperand(0))) in ConvertDebugDeclareToDebugValue() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 153 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/ |
D | LegalizeIntegerTypes.cpp | 791 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND_INREG, DL, Mul.getValueType(), in PromoteIntRes_XMULO() local
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2901 llvm::Instruction *SExt, TypePromotionTransaction &TPT, in promoteOperandForTruncAndAnyExt()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 210 SExt Opcode = C.LLVMSExt const
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 27060 SDValue SExt = DAG.getNode(ISD::SIGN_EXTEND, DL, ExVT, Ex); in PerformSExtCombine() local
|