Home
last modified time | relevance | path

Searched defs:SrcTy (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp238 Type *SrcTy = CI->getOperand(0)->getType(); // A from above in isEliminableCastPair() local
496 Type *DestTy = CI.getType(), *SrcTy = Src->getType(); in visitTrunc() local
848 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitZExt() local
1132 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitSExt() local
1428 Type *SrcTy = SrcI->getType(); in FoldItoFPtoI() local
1565 VectorType *SrcTy = cast<VectorType>(InVal->getType()); in optimizeVectorResize() local
1793 Type *SrcTy = Src->getType(); in visitBitCast() local
1918 PointerType *SrcTy = cast<PointerType>(Src->getType()->getScalarType()); in visitAddrSpaceCast() local
DInstCombineAndOrXor.cpp1492 Type *SrcTy = Op0COp->getType(); in visitAnd() local
2549 Type *SrcTy = Op0C->getOperand(0)->getType(); in visitOr() local
2915 Type *SrcTy = Op0C->getOperand(0)->getType(); in visitXor() local
DInstCombineVectorOps.cpp939 VectorType *SrcTy = cast<VectorType>(V->getType()); in visitShuffleVectorInst() local
DInstCombineCalls.cpp313 VectorType *SrcTy = cast<VectorType>(II.getArgOperand(0)->getType()); in SimplifyX86extend() local
1827 Type* SrcTy = in isSafeToEliminateVarargsCast() local
/external/llvm/lib/IR/
DVerifier.cpp2025 Type *SrcTy = I.getOperand(0)->getType(); in visitTruncInst() local
2043 Type *SrcTy = I.getOperand(0)->getType(); in visitZExtInst() local
2061 Type *SrcTy = I.getOperand(0)->getType(); in visitSExtInst() local
2079 Type *SrcTy = I.getOperand(0)->getType(); in visitFPTruncInst() local
2096 Type *SrcTy = I.getOperand(0)->getType(); in visitFPExtInst() local
2114 Type *SrcTy = I.getOperand(0)->getType(); in visitUIToFPInst() local
2137 Type *SrcTy = I.getOperand(0)->getType(); in visitSIToFPInst() local
2160 Type *SrcTy = I.getOperand(0)->getType(); in visitFPToUIInst() local
2183 Type *SrcTy = I.getOperand(0)->getType(); in visitFPToSIInst() local
2206 Type *SrcTy = I.getOperand(0)->getType(); in visitPtrToIntInst() local
[all …]
DAutoUpgrade.cpp491 VectorType *SrcTy = cast<VectorType>(CI->getArgOperand(0)->getType()); in UpgradeIntrinsicCall() local
846 Type *SrcTy = V->getType(); in UpgradeBitCastInst() local
866 Type *SrcTy = C->getType(); in UpgradeBitCastExpr() local
DConstantFold.cpp87 Type *SrcTy = Op->getOperand(0)->getType(); in foldConstantCastPair() local
103 Type *SrcTy = V->getType(); in FoldBitCast() local
142 if (VectorType *SrcTy = dyn_cast<VectorType>(V->getType())) { in FoldBitCast() local
DInstructions.cpp2273 Type* SrcTy = getOperand(0)->getType(); in isLosslessCast() local
2293 Type *SrcTy, in isNoopCast()
2349 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair()
2791 bool CastInst::isCastable(Type *SrcTy, Type *DestTy) { in isCastable()
2846 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable()
2886 bool CastInst::isBitOrNoopPointerCastable(Type *SrcTy, Type *DestTy, in isBitOrNoopPointerCastable()
2908 Type *SrcTy = Src->getType(); in getCastOpcode() local
3012 Type *SrcTy = S->getType(); in castIsValid() local
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp130 PointerType *SrcTy = cast<PointerType>(Src->getType()); in isEliminableAddrSpaceCast() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp493 Type *SrcTy = C->getType(); in ConstantFoldLoadThroughBitcast() local
677 static Constant *CastGEPIndices(Type *SrcTy, ArrayRef<Constant *> Ops, in CastGEPIndices()
730 static Constant *SymbolicallyEvaluateGEP(Type *SrcTy, ArrayRef<Constant *> Ops, in SymbolicallyEvaluateGEP()
1092 Type *SrcTy = nullptr; in ConstantFoldInstOperands() local
DCostModel.cpp452 Type *SrcTy = I->getOperand(0)->getType(); in getInstructionCost() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp604 llvm::Type *SrcTy = Src->getType(); in EmitFloatConversionCheck() local
750 llvm::Type *SrcTy = Src->getType(); in EmitScalarConversion() local
898 CodeGenFunction::ComplexPairTy Src, QualType SrcTy, QualType DstTy, in EmitComplexToScalarConversion()
1070 llvm::Type *SrcTy = Src->getType(); in VisitConvertVectorExpr() local
1392 llvm::Type *SrcTy = Src->getType(); in VisitCastExpr() local
3400 llvm::Type *SrcTy = Src->getType(); in VisitAsTypeExpr() local
3463 Value *CodeGenFunction::EmitScalarConversion(Value *Src, QualType SrcTy, in EmitScalarConversion()
3474 QualType SrcTy, in EmitComplexToScalarConversion()
DCGObjCMac.cpp4322 llvm::Type * SrcTy = src->getType(); in EmitObjCWeakAssign() local
4344 llvm::Type * SrcTy = src->getType(); in EmitObjCGlobalAssign() local
4371 llvm::Type * SrcTy = src->getType(); in EmitObjCIvarAssign() local
4391 llvm::Type * SrcTy = src->getType(); in EmitObjCStrongCastAssign() local
6990 llvm::Type * SrcTy = src->getType(); in EmitObjCIvarAssign() local
7010 llvm::Type * SrcTy = src->getType(); in EmitObjCStrongCastAssign() local
7056 llvm::Type * SrcTy = src->getType(); in EmitObjCWeakAssign() local
7077 llvm::Type * SrcTy = src->getType(); in EmitObjCGlobalAssign() local
DCGCall.cpp901 llvm::Type *SrcTy = SrcPtr.getElementType(); in EnterStructPointerForCoercedAccess() local
971 llvm::Type *SrcTy = Src.getElementType(); in CreateCoercedLoad() local
1049 llvm::Type *SrcTy = Src->getType(); in CreateCoercedStore() local
3370 llvm::Type *SrcTy = Src.getType()->getElementType(); in EmitCall() local
DMicrosoftCXXABI.cpp2628 const MemberPointerType *SrcTy = in EmitMemberPointer() local
2986 const MemberPointerType *SrcTy = in EmitMemberPointerConversion() local
3038 const MemberPointerType *SrcTy, const MemberPointerType *DstTy, CastKind CK, in EmitNonNullMemberPointerConversion()
3182 const MemberPointerType *SrcTy = in EmitMemberPointerConversion() local
3193 const MemberPointerType *SrcTy, const MemberPointerType *DstTy, CastKind CK, in EmitMemberPointerConversion()
DCGBuiltin.cpp2961 llvm::VectorType *SrcTy = in EmitCommonNeonBuiltinExpr() local
3216 llvm::Type *SrcTy = llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() local
3226 llvm::Type *SrcTy = llvm::VectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() local
3257 llvm::VectorType *SrcTy = in EmitCommonNeonBuiltinExpr() local
DCGObjC.cpp2928 QualType SrcTy = Ty; in GenerateObjCAtomicSetterCopyHelperFunction() local
3009 QualType SrcTy = Ty; in GenerateObjCAtomicGetterCopyHelperFunction() local
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp803 EVT SrcTy = TLI->getValueType(DL, Src); in getCastInstrCost() local
994 int X86TTIImpl::getMaskedMemoryOpCost(unsigned Opcode, Type *SrcTy, in getMaskedMemoryOpCost()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp69 EVT SrcTy = TLI->getValueType(DL, Src); in getCastInstrCost() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1221 Type *SrcTy = SrcVal->getType(); in executeTruncInst() local
1240 Type *SrcTy = SrcVal->getType(); in executeSExtInst() local
1260 Type *SrcTy = SrcVal->getType(); in executeZExtInst() local
1326 Type *SrcTy = SrcVal->getType(); in executeFPToUIInst() local
1364 Type *SrcTy = SrcVal->getType(); in executeFPToSIInst() local
1493 Type *SrcTy = SrcVal->getType(); in executeBitCastInst() local
/external/llvm/lib/Linker/
DIRMover.cpp72 Type *remapType(Type *SrcTy) override { return get(SrcTy); } in remapType()
78 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { in addTypeMapping()
106 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { in areTypesIsomorphic()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp183 EVT SrcTy = TLI->getValueType(DL, Src); in getCastInstrCost() local
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp676 Type *SrcTy; in DoPromotion() local
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1109 Type *SrcTy = Src->getType(); in SelectFPToI() local
1800 Type *SrcTy = Src->getType(); in SelectIntExt() local
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp1048 Type *SrcTy = Src->getType(); in selectFPToInt() local
1538 Type *SrcTy = Src->getType(); in selectIntExt() local

12