Searched defs:SrcTy (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp458 Type *SrcTy = V->getType(); local
H A DConstantFold.cpp85 Type *SrcTy = Op->getOperand(0)->getType(); local
101 Type *SrcTy = V->getType(); local
H A DVerifier.cpp944 void Verifier::VerifyBitcastType(const Value *V, Type *DestTy, Type *SrcTy) { argument
982 Type *SrcTy = CE->getOperand(0)->getType(); local
1235 Type *SrcTy = I.getOperand(0)->getType(); local
1253 Type *SrcTy = I.getOperand(0)->getType(); local
1306 Type *SrcTy = I.getOperand(0)->getType(); local
1347 Type *SrcTy = I.getOperand(0)->getType(); local
1370 Type *SrcTy = I.getOperand(0)->getType(); local
1393 Type *SrcTy = I.getOperand(0)->getType(); local
1416 Type *SrcTy = I.getOperand(0)->getType(); local
1438 Type *SrcTy = I.getOperand(0)->getType(); local
1457 Type *SrcTy = I.getOperand(0)->getType(); local
1464 Type *SrcTy = I.getOperand(0)->getType(); local
[all...]
H A DInstructions.cpp2083 isNoopCast(Instruction::CastOps Opcode, Type *SrcTy, Type *DestTy, Type *IntPtrTy) argument
2125 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, Type *DstIntPtrTy) argument
2541 isCastable(Type *SrcTy, Type *DestTy) argument
2602 isBitCastable(Type *SrcTy, Type *DestTy) argument
2652 Type *SrcTy = Src->getType(); local
2756 Type *SrcTy = S->getType(); local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DCostModel.cpp443 Type *SrcTy = I->getOperand(0)->getType(); local
H A DValueTracking.cpp432 Type *SrcTy = I->getOperand(0)->getType(); local
456 Type *SrcTy = I->getOperand(0)->getType(); local
H A DInstructionSimplify.cpp2043 Type *SrcTy = SrcOp->getType(); local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp203 EVT SrcTy = TLI->getValueType(Src); local
[all...]
H A DARMFastISel.cpp2810 Type *SrcTy = Src->getType(); local
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp395 EVT SrcTy = TLI->getValueType(Src); local
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp458 PointerType *SrcTy = dyn_cast<PointerType>(CastOp->getType()); local
[all...]
H A DInstCombineAndOrXor.cpp1293 Type *SrcTy = Op0C->getOperand(0)->getType(); local
2181 Type *SrcTy = Op0C->getOperand(0)->getType(); local
2495 Type *SrcTy = Op0C->getOperand(0)->getType(); local
H A DInstCombineCasts.cpp241 Type *SrcTy = CI->getOperand(0)->getType(); // A from above local
446 Type *DestTy = CI.getType(), *SrcTy = Src->getType(); local
773 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); local
1074 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); local
1206 Type *SrcTy = OpI->getType(); local
1466 VectorType *SrcTy = cast<VectorType>(InVal->getType()); local
1731 Type *SrcTy = Src->getType(); local
[all...]
H A DInstCombineCompares.cpp1789 Type *SrcTy = LHSCIOp->getType(); local
H A DInstructionCombining.cpp599 VectorType *SrcTy = dyn_cast<VectorType>(BC->getSrcTy()); local
/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp728 Type *SrcTy = V->getType(); local
/freebsd-10.2-release/contrib/llvm/lib/Linker/
H A DLinkModules.cpp88 Type *remapType(Type *SrcTy) { argument
96 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { argument
118 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { argument
691 ArrayType *SrcTy = local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1716 EmitDynamicCastCall(CodeGenFunction &CGF, llvm::Value *Value, QualType SrcTy, QualType DestTy, llvm::BasicBlock *CastEnd) argument
H A DMicrosoftCXXABI.cpp1721 const MemberPointerType *SrcTy = local
1821 const MemberPointerType *SrcTy = local
H A DCGBuiltin.cpp3208 llvm::Type *SrcTy = llvm::VectorType::getTruncatedElementVectorType(VTy); local
3218 llvm::Type *SrcTy = llvm::VectorType::getExtendedElementVectorType(VTy); local
4218 llvm::VectorType *SrcTy = local
4808 llvm::VectorType *SrcTy = local
[all...]
H A DCGCall.cpp636 llvm::Type *SrcTy = local
706 llvm::Type *SrcTy = local
793 llvm::Type *SrcTy = Src->getType(); local
2411 llvm::Type *SrcTy = local
[all...]
H A DCGExpr.cpp1182 llvm::Type *SrcTy = Value->getType(); local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp1604 QualType SrcTy, DestTy; local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1034 Type *SrcTy = Src->getType(); local
1706 Type *SrcTy = Src->getType(); local
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp836 Type *SrcTy = VL0->getOperand(0)->getType(); local
998 Type *SrcTy = VL0->getOperand(0)->getType(); local

Completed in 403 milliseconds

12