Home
last modified time | relevance | path

Searched defs:DstTy (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1218 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/
DCGExprScalar.cpp601 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()
DCGCall.cpp1011 llvm::Type *DstTy = in CreateCoercedStore() local
1957 llvm::Type *DstTy = in EmitFunctionProlog() local
DMicrosoftCXXABI.cpp2585 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/
DARMTargetTransformInfo.cpp71 EVT DstTy = TLI->getValueType(Dst); in getCastInstrCost() local
/external/llvm/lib/Linker/
DLinkModules.cpp104 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/
DAArch64TargetTransformInfo.cpp185 EVT DstTy = TLI->getValueType(Dst); in getCastInstrCost() local
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp535 EVT DstTy = TLI->getValueType(Dst); in getCastInstrCost() local
DX86ISelLowering.cpp11830 EVT DstTy = Op.getValueType(); in FP_TO_INTHelper() local
/external/llvm/lib/IR/
DConstantFold.cpp46 static Constant *BitCastConstantVector(Constant *CV, VectorType *DstTy) { in BitCastConstantVector()
80 Type *DstTy ///< destination type of the first cast in foldConstantCastPair()
DConstants.cpp1784 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()
DInstructions.cpp2005 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/
DPPCFastISel.cpp965 Type *DstTy = I->getType(); in SelectIToFP() local
1074 Type *DstTy = I->getType(); in SelectFPToI() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1255 Type* DstTy = cast<PointerType>(CI->getType())->getElementType(); in isSafeToEliminateVarargsCast() local
DInstCombineCasts.cpp237 Type *DstTy, ///< Target type for the second cast in isEliminableCastPair()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp904 Type *DstTy = I->getType(); in selectFPToInt() local
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp786 IntegerType *DstTy = dyn_cast<IntegerType>(Dst->getType()); in unifySubscriptType() local
DInstructionSimplify.cpp2364 Type *DstTy = LI->getType(); in SimplifyICmpInst() local
/external/clang/lib/Sema/
DSemaChecking.cpp2407 QualType DstTy = TInfo->getType(); in SemaConvertVectorExpr() local
5088 QualType DstTy = DstArg->getType(); in CheckStrncatArguments() local
DSemaExpr.cpp4839 QualType DstTy = GetTypeFromParser(ParsedDestTy); in ActOnAsTypeExpr() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3648 Type *DstTy = Base.getType(); in GenerateTruncates() local