Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1234 GenericValue Interpreter::executeTruncInst(Value *SrcVal, Type *DstTy, in executeTruncInst()
1254 GenericValue Interpreter::executeSExtInst(Value *SrcVal, Type *DstTy, in executeSExtInst()
1274 GenericValue Interpreter::executeZExtInst(Value *SrcVal, Type *DstTy, in executeZExtInst()
1295 GenericValue Interpreter::executeFPTruncInst(Value *SrcVal, Type *DstTy, in executeFPTruncInst()
1318 GenericValue Interpreter::executeFPExtInst(Value *SrcVal, Type *DstTy, in executeFPExtInst()
1340 GenericValue Interpreter::executeFPToUIInst(Value *SrcVal, Type *DstTy, in executeFPToUIInst()
1378 GenericValue Interpreter::executeFPToSIInst(Value *SrcVal, Type *DstTy, in executeFPToSIInst()
1415 GenericValue Interpreter::executeUIToFPInst(Value *SrcVal, Type *DstTy, in executeUIToFPInst()
1447 GenericValue Interpreter::executeSIToFPInst(Value *SrcVal, Type *DstTy, in executeSIToFPInst()
1481 GenericValue Interpreter::executePtrToIntInst(Value *SrcVal, Type *DstTy, in executePtrToIntInst()
[all …]
/external/llvm/lib/Linker/
DLinkModules.cpp97 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { in addTypeMapping()
119 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { in areTypesIsomorphic()
691 ArrayType *DstTy = cast<ArrayType>(DstGV->getType()->getElementType()); in linkAppendingVarProto() local
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp202 EVT DstTy = TLI->getValueType(Dst); in getCastInstrCost() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp556 llvm::Type *DstTy) { in EmitFloatConversionCheck()
713 llvm::Type *DstTy = ConvertType(DstType); in EmitScalarConversion() local
811 QualType SrcTy, QualType DstTy) { in EmitComplexToScalarConversion()
1366 llvm::Type *DstTy = ConvertType(DestTy); in VisitCastExpr() local
3109 llvm::Type *DstTy = ConvertType(E->getType()); in VisitAsTypeExpr() local
3182 QualType DstTy) { in EmitScalarConversion()
3193 QualType DstTy) { in EmitComplexToScalarConversion()
DMicrosoftCXXABI.cpp1101 const MemberPointerType *DstTy = E->getType()->castAs<MemberPointerType>(); in EmitMemberPointerConversion() local
1201 const MemberPointerType *DstTy = E->getType()->castAs<MemberPointerType>(); in EmitMemberPointerConversion() local
DCGCall.cpp798 llvm::Type *DstTy = in CreateCoercedStore() local
1383 llvm::Type *DstTy = in EmitFunctionProlog() local
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp398 EVT DstTy = TLI->getValueType(Dst); in getCastInstrCost() local
DX86ISelLowering.cpp8661 EVT DstTy = Op.getValueType(); in FP_TO_INTHelper() local
/external/llvm/lib/IR/
DConstantFold.cpp44 static Constant *BitCastConstantVector(Constant *CV, VectorType *DstTy) { in BitCastConstantVector()
78 Type *DstTy ///< destination type of the first cast in foldConstantCastPair()
DConstants.cpp1630 Constant *ConstantExpr::getPtrToInt(Constant *C, Type *DstTy) { in getPtrToInt()
1642 Constant *ConstantExpr::getIntToPtr(Constant *C, Type *DstTy) { in getIntToPtr()
1654 Constant *ConstantExpr::getBitCast(Constant *C, Type *DstTy) { in getBitCast()
DInstructions.cpp2065 Type* DstTy = getType(); in isLosslessCast() local
2125 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair()
2715 CastInst::castIsValid(Instruction::CastOps op, Value *S, Type *DstTy) { in castIsValid()
DVerifier.cpp943 Type *DstTy = CE->getType(); in VerifyConstantExprBitcastType() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp778 Type* DstTy = cast<PointerType>(CI->getType())->getElementType(); in isSafeToEliminateVarargsCast() local
DInstCombineCasts.cpp237 Type *DstTy, ///< The target type for the second cast instruction in isEliminableCastPair()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2031 Type *DstTy = LI->getType(); in SimplifyICmpInst() local
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2311 IntegerType *DstTy = cast<IntegerType>(II.StartValue->getType()); in vectorizeBlockInLoop() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3489 Type *DstTy = Base.getType(); in GenerateTruncates() local
/external/clang/lib/Sema/
DSemaChecking.cpp3847 QualType DstTy = DstArg->getType(); in CheckStrncatArguments() local
DSemaExpr.cpp4454 QualType DstTy = GetTypeFromParser(ParsedDestTy); in ActOnAsTypeExpr() local