/external/llvm/lib/IR/ |
D | Verifier.cpp | 961 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 …]
|
D | AutoUpgrade.cpp | 530 Type *SrcTy = V->getType(); in UpgradeBitCastInst() local 550 Type *SrcTy = C->getType(); in UpgradeBitCastExpr() local
|
D | ConstantFold.cpp | 85 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
|
D | Instructions.cpp | 2076 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/ |
D | NVPTXFavorNonGenericAddrSpaces.cpp | 96 PointerType *SrcTy = cast<PointerType>(Src->getType()); in IsEliminableAddrSpaceCast() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 244 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
|
D | InstCombineLoadStoreAlloca.cpp | 302 if (PointerType *SrcTy = dyn_cast<PointerType>(CastOp->getType())) { in InstCombineLoadCast() local 477 PointerType *SrcTy = dyn_cast<PointerType>(CastOp->getType()); in InstCombineStoreToCast() local
|
D | InstCombineAndOrXor.cpp | 1303 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
|
D | InstCombineCalls.cpp | 1023 Type* SrcTy = in isSafeToEliminateVarargsCast() local
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 91 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/ |
D | CGExprScalar.cpp | 563 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()
|
D | CGObjCMac.cpp | 4137 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
|
D | CGCall.cpp | 681 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
|
D | CGBuiltin.cpp | 2567 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/ |
D | ARMTargetTransformInfo.cpp | 204 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1220 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/ |
D | AArch64TargetTransformInfo.cpp | 300 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
|
D | AArch64FastISel.cpp | 1648 Type *SrcTy = Op->getType(); in SelectTrunc() local 1821 Type *SrcTy = Src->getType(); in SelectIntExt() local
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 456 Type *SrcTy = I->getOperand(0)->getType(); in getInstructionCost() local
|
D | ValueTracking.cpp | 423 Type *SrcTy = I->getOperand(0)->getType(); in computeKnownBits() local 447 Type *SrcTy = I->getOperand(0)->getType(); in computeKnownBits() local
|
D | ScalarEvolution.cpp | 2908 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
|
D | ConstantFolding.cpp | 488 Type *SrcTy = C->getType(); in ConstantFoldLoadThroughBitcast() local
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 560 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1038 Type *SrcTy = Src->getType(); in SelectFPToI() local 1725 Type *SrcTy = Src->getType(); in SelectIntExt() local
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 1287 Type *SrcTy = V->getType(); in createCast() local
|