/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 1234 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/ |
D | LinkModules.cpp | 97 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/ |
D | ARMTargetTransformInfo.cpp | 202 EVT DstTy = TLI->getValueType(Dst); in getCastInstrCost() local
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 556 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()
|
D | MicrosoftCXXABI.cpp | 1101 const MemberPointerType *DstTy = E->getType()->castAs<MemberPointerType>(); in EmitMemberPointerConversion() local 1201 const MemberPointerType *DstTy = E->getType()->castAs<MemberPointerType>(); in EmitMemberPointerConversion() local
|
D | CGCall.cpp | 798 llvm::Type *DstTy = in CreateCoercedStore() local 1383 llvm::Type *DstTy = in EmitFunctionProlog() local
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 398 EVT DstTy = TLI->getValueType(Dst); in getCastInstrCost() local
|
D | X86ISelLowering.cpp | 8661 EVT DstTy = Op.getValueType(); in FP_TO_INTHelper() local
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 44 static Constant *BitCastConstantVector(Constant *CV, VectorType *DstTy) { in BitCastConstantVector() 78 Type *DstTy ///< destination type of the first cast in foldConstantCastPair()
|
D | Constants.cpp | 1630 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()
|
D | Instructions.cpp | 2065 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()
|
D | Verifier.cpp | 943 Type *DstTy = CE->getType(); in VerifyConstantExprBitcastType() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 778 Type* DstTy = cast<PointerType>(CI->getType())->getElementType(); in isSafeToEliminateVarargsCast() local
|
D | InstCombineCasts.cpp | 237 Type *DstTy, ///< The target type for the second cast instruction in isEliminableCastPair()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2031 Type *DstTy = LI->getType(); in SimplifyICmpInst() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2311 IntegerType *DstTy = cast<IntegerType>(II.StartValue->getType()); in vectorizeBlockInLoop() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 3489 Type *DstTy = Base.getType(); in GenerateTruncates() local
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 3847 QualType DstTy = DstArg->getType(); in CheckStrncatArguments() local
|
D | SemaExpr.cpp | 4454 QualType DstTy = GetTypeFromParser(ParsedDestTy); in ActOnAsTypeExpr() local
|