Searched defs:DstTy (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp204 EVT DstTy = TLI->getValueType(Dst); local
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp396 EVT DstTy = TLI->getValueType(Dst); local
H A DX86ISelLowering.cpp8795 EVT DstTy = Op.getValueType(); local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp44 static Constant *BitCastConstantVector(Constant *CV, VectorType *DstTy) { argument
[all...]
H A DVerifier.cpp983 Type *DstTy = CE->getType(); local
H A DConstants.cpp1648 Constant *ConstantExpr::getPtrToInt(Constant *C, Type *DstTy) { argument
1660 Constant *ConstantExpr::getIntToPtr(Constant *C, Type *DstTy) { argument
1672 getBitCast(Constant *C, Type *DstTy) argument
1683 getAddrSpaceCast(Constant *C, Type *DstTy) argument
[all...]
H A DInstructions.cpp2065 Type* DstTy = getType(); local
2125 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, Type *DstIntPtrTy) argument
2753 castIsValid(Instruction::CastOps op, Value *S, Type *DstTy) argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp96 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { argument
118 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp778 Type* DstTy = cast<PointerType>(CI->getType())->getElementType(); local
H A DInstCombineCasts.cpp234 isEliminableCastPair( const CastInst *CI, unsigned opcode, Type *DstTy, DataLayout *TD ) argument
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2044 Type *DstTy = LI->getType(); local
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp915 Type *DstTy = I->getType(); local
1022 Type *DstTy = I->getType(); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp794 llvm::Type *DstTy = local
1374 llvm::Type *DstTy = local
[all...]
H A DMicrosoftCXXABI.cpp1723 const MemberPointerType *DstTy = E->getType()->castAs<MemberPointerType>(); local
1823 const MemberPointerType *DstTy = E->getType()->castAs<MemberPointerType>(); local
H A DCGExprScalar.cpp555 EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, QualType DstType, llvm::Type *DstTy) argument
813 EmitComplexToScalarConversion(CodeGenFunction::ComplexPairTy Src, QualType SrcTy, QualType DstTy) argument
989 llvm::Type *DstTy = ConvertType(DstType); local
1448 llvm::Type *DstTy = ConvertType(DestTy); local
3186 llvm::Type *DstTy = ConvertType(E->getType()); local
3258 EmitScalarConversion(Value *Src, QualType SrcTy, QualType DstTy) argument
3268 EmitComplexToScalarConversion(ComplexPairTy Src, QualType SrcTy, QualType DstTy) argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2513 IntegerType *DstTy = cast<IntegerType>(II.StartValue->getType()); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp1837 QualType DstTy = TInfo->getType(); local
3953 QualType DstTy = DstArg->getType(); local
H A DSemaExpr.cpp4527 QualType DstTy = GetTypeFromParser(ParsedDestTy); local

Completed in 869 milliseconds