Home
last modified time | relevance | path

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

12

/external/llvm/lib/IR/
DVerifier.cpp961 void Verifier::VerifyBitcastType(const Value *V, Type *DestTy, Type *SrcTy) { in VerifyBitcastType()
999 Type *SrcTy = CE->getOperand(0)->getType(); in VerifyConstantExprBitcastType() local
1256 Type *SrcTy = I.getOperand(0)->getType(); in visitTruncInst() local
1274 Type *SrcTy = I.getOperand(0)->getType(); in visitZExtInst() local
1292 Type *SrcTy = I.getOperand(0)->getType(); in visitSExtInst() local
1310 Type *SrcTy = I.getOperand(0)->getType(); in visitFPTruncInst() local
1327 Type *SrcTy = I.getOperand(0)->getType(); in visitFPExtInst() local
1345 Type *SrcTy = I.getOperand(0)->getType(); in visitUIToFPInst() local
1368 Type *SrcTy = I.getOperand(0)->getType(); in visitSIToFPInst() local
1391 Type *SrcTy = I.getOperand(0)->getType(); in visitFPToUIInst() local
[all …]
DAutoUpgrade.cpp530 Type *SrcTy = V->getType(); in UpgradeBitCastInst() local
550 Type *SrcTy = C->getType(); in UpgradeBitCastExpr() local
DConstantFold.cpp85 Type *SrcTy = Op->getOperand(0)->getType(); in foldConstantCastPair() local
101 Type *SrcTy = V->getType(); in FoldBitCast() local
139 if (VectorType *SrcTy = dyn_cast<VectorType>(V->getType())) { in FoldBitCast() local
DInstructions.cpp2076 Type* SrcTy = getOperand(0)->getType(); in isLosslessCast() local
2096 Type *SrcTy, in isNoopCast()
2158 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair()
2566 bool CastInst::isCastable(Type *SrcTy, Type *DestTy) { in isCastable()
2627 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable()
2677 Type *SrcTy = Src->getType(); in getCastOpcode() local
2781 Type *SrcTy = S->getType(); in castIsValid() local
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp96 PointerType *SrcTy = cast<PointerType>(Src->getType()); in IsEliminableAddrSpaceCast() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp244 Type *SrcTy = CI->getOperand(0)->getType(); // A from above in isEliminableCastPair() local
449 Type *DestTy = CI.getType(), *SrcTy = Src->getType(); in visitTrunc() local
776 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitZExt() local
1056 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitSExt() local
1522 VectorType *SrcTy = cast<VectorType>(InVal->getType()); in OptimizeVectorResize() local
1787 Type *SrcTy = Src->getType(); in visitBitCast() local
1916 PointerType *SrcTy = cast<PointerType>(Src->getType()->getScalarType()); in visitAddrSpaceCast() local
DInstCombineLoadStoreAlloca.cpp302 if (PointerType *SrcTy = dyn_cast<PointerType>(CastOp->getType())) { in InstCombineLoadCast() local
477 PointerType *SrcTy = dyn_cast<PointerType>(CastOp->getType()); in InstCombineStoreToCast() local
DInstCombineAndOrXor.cpp1303 Type *SrcTy = Op0C->getOperand(0)->getType(); in visitAnd() local
2154 Type *SrcTy = Op0C->getOperand(0)->getType(); in visitOr() local
2471 Type *SrcTy = Op0C->getOperand(0)->getType(); in visitXor() local
DInstCombineCalls.cpp1023 Type* SrcTy = in isSafeToEliminateVarargsCast() local
/external/llvm/lib/Linker/
DLinkModules.cpp91 Type *remapType(Type *SrcTy) override { in remapType()
99 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { in addTypeMapping()
121 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { in areTypesIsomorphic()
824 ArrayType *SrcTy = in linkAppendingVarProto() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp563 llvm::Type *SrcTy = Src->getType(); in EmitFloatConversionCheck() local
703 llvm::Type *SrcTy = Src->getType(); in EmitScalarConversion() local
814 QualType SrcTy, QualType DstTy) { in EmitComplexToScalarConversion()
987 llvm::Type *SrcTy = Src->getType(); in VisitConvertVectorExpr() local
1299 llvm::Type *SrcTy = Src->getType(); in VisitCastExpr() local
3228 llvm::Type *SrcTy = Src->getType(); in VisitAsTypeExpr() local
3296 Value *CodeGenFunction::EmitScalarConversion(Value *Src, QualType SrcTy, in EmitScalarConversion()
3307 QualType SrcTy, in EmitComplexToScalarConversion()
DCGObjCMac.cpp4137 llvm::Type * SrcTy = src->getType(); in EmitObjCWeakAssign() local
4159 llvm::Type * SrcTy = src->getType(); in EmitObjCGlobalAssign() local
4186 llvm::Type * SrcTy = src->getType(); in EmitObjCIvarAssign() local
4206 llvm::Type * SrcTy = src->getType(); in EmitObjCStrongCastAssign() local
6828 llvm::Type * SrcTy = src->getType(); in EmitObjCIvarAssign() local
6848 llvm::Type * SrcTy = src->getType(); in EmitObjCStrongCastAssign() local
6895 llvm::Type * SrcTy = src->getType(); in EmitObjCWeakAssign() local
6916 llvm::Type * SrcTy = src->getType(); in EmitObjCGlobalAssign() local
DCGCall.cpp681 llvm::Type *SrcTy = in EnterStructPointerForCoercedAccess() local
752 llvm::Type *SrcTy = in CreateCoercedLoad() local
839 llvm::Type *SrcTy = Src->getType(); in CreateCoercedStore() local
2809 llvm::Type *SrcTy = in EmitCall() local
DCGBuiltin.cpp2567 llvm::VectorType *SrcTy = in EmitCommonNeonBuiltinExpr() local
2839 llvm::Type *SrcTy = llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() local
2849 llvm::Type *SrcTy = llvm::VectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() local
2878 llvm::VectorType *SrcTy = in EmitCommonNeonBuiltinExpr() local
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp204 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1220 Type *SrcTy = SrcVal->getType(); in executeTruncInst() local
1239 const Type *SrcTy = SrcVal->getType(); in executeSExtInst() local
1259 const Type *SrcTy = SrcVal->getType(); in executeZExtInst() local
1325 Type *SrcTy = SrcVal->getType(); in executeFPToUIInst() local
1363 Type *SrcTy = SrcVal->getType(); in executeFPToSIInst() local
1492 Type *SrcTy = SrcVal->getType(); in executeBitCastInst() local
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp300 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
DAArch64FastISel.cpp1648 Type *SrcTy = Op->getType(); in SelectTrunc() local
1821 Type *SrcTy = Src->getType(); in SelectIntExt() local
/external/llvm/lib/Analysis/
DCostModel.cpp456 Type *SrcTy = I->getOperand(0)->getType(); in getInstructionCost() local
DValueTracking.cpp423 Type *SrcTy = I->getOperand(0)->getType(); in computeKnownBits() local
447 Type *SrcTy = I->getOperand(0)->getType(); in computeKnownBits() local
DScalarEvolution.cpp2908 Type *SrcTy = V->getType(); in getTruncateOrZeroExtend() local
2925 Type *SrcTy = V->getType(); in getTruncateOrSignExtend() local
2941 Type *SrcTy = V->getType(); in getNoopOrZeroExtend() local
2957 Type *SrcTy = V->getType(); in getNoopOrSignExtend() local
2974 Type *SrcTy = V->getType(); in getNoopOrAnyExtend() local
2989 Type *SrcTy = V->getType(); in getTruncateOrNoop() local
DConstantFolding.cpp488 Type *SrcTy = C->getType(); in ConstantFoldLoadThroughBitcast() local
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp560 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1038 Type *SrcTy = Src->getType(); in SelectFPToI() local
1725 Type *SrcTy = Src->getType(); in SelectIntExt() local
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp1287 Type *SrcTy = V->getType(); in createCast() local

12