/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1218 GenericValue Interpreter::executeTruncInst(Value *SrcVal, Type *DstTy, in executeTruncInst() 1238 GenericValue Interpreter::executeSExtInst(Value *SrcVal, Type *DstTy, in executeSExtInst() 1258 GenericValue Interpreter::executeZExtInst(Value *SrcVal, Type *DstTy, in executeZExtInst() 1279 GenericValue Interpreter::executeFPTruncInst(Value *SrcVal, Type *DstTy, in executeFPTruncInst() 1302 GenericValue Interpreter::executeFPExtInst(Value *SrcVal, Type *DstTy, in executeFPExtInst() 1324 GenericValue Interpreter::executeFPToUIInst(Value *SrcVal, Type *DstTy, in executeFPToUIInst() 1362 GenericValue Interpreter::executeFPToSIInst(Value *SrcVal, Type *DstTy, in executeFPToSIInst() 1399 GenericValue Interpreter::executeUIToFPInst(Value *SrcVal, Type *DstTy, in executeUIToFPInst() 1431 GenericValue Interpreter::executeSIToFPInst(Value *SrcVal, Type *DstTy, in executeSIToFPInst() 1465 GenericValue Interpreter::executePtrToIntInst(Value *SrcVal, Type *DstTy, in executePtrToIntInst() [all …]
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 601 llvm::Type *DstTy) { in EmitFloatConversionCheck() 752 llvm::Type *DstTy = ConvertType(DstType); in EmitScalarConversion() local 892 QualType SrcTy, QualType DstTy) { in EmitComplexToScalarConversion() 1068 llvm::Type *DstTy = ConvertType(DstType); in VisitConvertVectorExpr() local 1380 llvm::Type *DstTy = ConvertType(DestTy); in VisitCastExpr() local 1550 llvm::Type *DstTy = ConvertType(DestTy); in VisitCastExpr() local 3395 llvm::Type *DstTy = ConvertType(E->getType()); in VisitAsTypeExpr() local 3463 QualType DstTy) { in EmitScalarConversion() 3474 QualType DstTy) { in EmitComplexToScalarConversion()
|
D | CGCall.cpp | 1011 llvm::Type *DstTy = in CreateCoercedStore() local 1957 llvm::Type *DstTy = in EmitFunctionProlog() local
|
D | MicrosoftCXXABI.cpp | 2585 const MemberPointerType *DstTy = E->getType()->castAs<MemberPointerType>(); in EmitMemberPointerConversion() local 2689 const MemberPointerType *DstTy = E->getType()->castAs<MemberPointerType>(); in EmitMemberPointerConversion() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 71 EVT DstTy = TLI->getValueType(Dst); in getCastInstrCost() local
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 104 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { in addTypeMapping() 132 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { in areTypesIsomorphic() 931 auto *DstTy = cast<ArrayType>(DstGV->getType()->getElementType()); in upgradeMismatchedGlobalArray() local 965 ArrayType *DstTy = cast<ArrayType>(DstGV->getType()->getElementType()); in linkAppendingVarProto() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 185 EVT DstTy = TLI->getValueType(Dst); in getCastInstrCost() local
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 535 EVT DstTy = TLI->getValueType(Dst); in getCastInstrCost() local
|
D | X86ISelLowering.cpp | 11830 EVT DstTy = Op.getValueType(); in FP_TO_INTHelper() local
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 46 static Constant *BitCastConstantVector(Constant *CV, VectorType *DstTy) { in BitCastConstantVector() 80 Type *DstTy ///< destination type of the first cast in foldConstantCastPair()
|
D | Constants.cpp | 1784 Constant *ConstantExpr::getPtrToInt(Constant *C, Type *DstTy, in getPtrToInt() 1797 Constant *ConstantExpr::getIntToPtr(Constant *C, Type *DstTy, in getIntToPtr() 1810 Constant *ConstantExpr::getBitCast(Constant *C, Type *DstTy, in getBitCast() 1822 Constant *ConstantExpr::getAddrSpaceCast(Constant *C, Type *DstTy, in getAddrSpaceCast()
|
D | Instructions.cpp | 2005 Type* DstTy = getType(); in isLosslessCast() local 2080 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair() 2735 CastInst::castIsValid(Instruction::CastOps op, Value *S, Type *DstTy) { in castIsValid()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 965 Type *DstTy = I->getType(); in SelectIToFP() local 1074 Type *DstTy = I->getType(); in SelectFPToI() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1255 Type* DstTy = cast<PointerType>(CI->getType())->getElementType(); in isSafeToEliminateVarargsCast() local
|
D | InstCombineCasts.cpp | 237 Type *DstTy, ///< Target type for the second cast in isEliminableCastPair()
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 904 Type *DstTy = I->getType(); in selectFPToInt() local
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 786 IntegerType *DstTy = dyn_cast<IntegerType>(Dst->getType()); in unifySubscriptType() local
|
D | InstructionSimplify.cpp | 2364 Type *DstTy = LI->getType(); in SimplifyICmpInst() local
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 2407 QualType DstTy = TInfo->getType(); in SemaConvertVectorExpr() local 5088 QualType DstTy = DstArg->getType(); in CheckStrncatArguments() local
|
D | SemaExpr.cpp | 4839 QualType DstTy = GetTypeFromParser(ParsedDestTy); in ActOnAsTypeExpr() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 3648 Type *DstTy = Base.getType(); in GenerateTruncates() local
|