Home
last modified time | relevance | path

Searched defs:SrcTy (Results 1 – 25 of 42) sorted by relevance

12

/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXFavorNonGenericAddrSpaces.cpp96 PointerType *SrcTy = cast<PointerType>(Src->getType()); in IsEliminableAddrSpaceCast() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp1290 Type *SrcTy = I.getOperand(0)->getType(); in visitTruncInst() local
1308 Type *SrcTy = I.getOperand(0)->getType(); in visitZExtInst() local
1326 Type *SrcTy = I.getOperand(0)->getType(); in visitSExtInst() local
1344 Type *SrcTy = I.getOperand(0)->getType(); in visitFPTruncInst() local
1361 Type *SrcTy = I.getOperand(0)->getType(); in visitFPExtInst() local
1379 Type *SrcTy = I.getOperand(0)->getType(); in visitUIToFPInst() local
1402 Type *SrcTy = I.getOperand(0)->getType(); in visitSIToFPInst() local
1425 Type *SrcTy = I.getOperand(0)->getType(); in visitFPToUIInst() local
1448 Type *SrcTy = I.getOperand(0)->getType(); in visitFPToSIInst() local
1471 Type *SrcTy = I.getOperand(0)->getType(); in visitPtrToIntInst() local
[all …]
H A DAutoUpgrade.cpp605 Type *SrcTy = V->getType(); in UpgradeBitCastInst() local
625 Type *SrcTy = C->getType(); in UpgradeBitCastExpr() local
H A DConstantFold.cpp87 Type *SrcTy = Op->getOperand(0)->getType(); in foldConstantCastPair() local
103 Type *SrcTy = V->getType(); in FoldBitCast() local
141 if (VectorType *SrcTy = dyn_cast<VectorType>(V->getType())) { in FoldBitCast() local
H A DInstructions.cpp2107 Type* SrcTy = getOperand(0)->getType(); in isLosslessCast() local
2127 Type *SrcTy, in isNoopCast()
2189 Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, in isEliminableCastPair()
2626 bool CastInst::isCastable(Type *SrcTy, Type *DestTy) { in isCastable()
2687 bool CastInst::isBitCastable(Type *SrcTy, Type *DestTy) { in isBitCastable()
2727 bool CastInst::isBitOrNoopPointerCastable(Type *SrcTy, Type *DestTy, in isBitOrNoopPointerCastable()
2749 Type *SrcTy = Src->getType(); in getCastOpcode() local
2853 Type *SrcTy = S->getType(); in castIsValid() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp244 Type *SrcTy = CI->getOperand(0)->getType(); // A from above in isEliminableCastPair() local
450 Type *DestTy = CI.getType(), *SrcTy = Src->getType(); in visitTrunc() local
779 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitZExt() local
1065 Type *SrcTy = Src->getType(), *DestTy = CI.getType(); in visitSExt() local
1499 VectorType *SrcTy = cast<VectorType>(InVal->getType()); in OptimizeVectorResize() local
1764 Type *SrcTy = Src->getType(); in visitBitCast() local
1893 PointerType *SrcTy = cast<PointerType>(Src->getType()->getScalarType()); in visitAddrSpaceCast() local
H A DInstCombineAndOrXor.cpp1469 Type *SrcTy = Op0C->getOperand(0)->getType(); in visitAnd() local
2479 Type *SrcTy = Op0C->getOperand(0)->getType(); in visitOr() local
2842 Type *SrcTy = Op0C->getOperand(0)->getType(); in visitXor() local
H A DInstCombineCalls.cpp1170 Type* SrcTy = in isSafeToEliminateVarargsCast() local
/minix3/external/bsd/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp97 Type *remapType(Type *SrcTy) override { return get(SrcTy); } in remapType()
103 void TypeMapTy::addTypeMapping(Type *DstTy, Type *SrcTy) { in addTypeMapping()
131 bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) { in areTypesIsomorphic()
937 auto *SrcTy = in upgradeMismatchedGlobalArray() local
971 ArrayType *SrcTy = in linkAppendingVarProto() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp606 llvm::Type *SrcTy = Src->getType(); in EmitFloatConversionCheck() local
746 llvm::Type *SrcTy = Src->getType(); in EmitScalarConversion() local
864 QualType SrcTy, QualType DstTy) { in EmitComplexToScalarConversion()
1039 llvm::Type *SrcTy = Src->getType(); in VisitConvertVectorExpr() local
1351 llvm::Type *SrcTy = Src->getType(); in VisitCastExpr() local
3339 llvm::Type *SrcTy = Src->getType(); in VisitAsTypeExpr() local
3408 Value *CodeGenFunction::EmitScalarConversion(Value *Src, QualType SrcTy, in EmitScalarConversion()
3419 QualType SrcTy, in EmitComplexToScalarConversion()
H A DCGObjCMac.cpp4105 llvm::Type * SrcTy = src->getType(); in EmitObjCWeakAssign() local
4127 llvm::Type * SrcTy = src->getType(); in EmitObjCGlobalAssign() local
4154 llvm::Type * SrcTy = src->getType(); in EmitObjCIvarAssign() local
4174 llvm::Type * SrcTy = src->getType(); in EmitObjCStrongCastAssign() local
6789 llvm::Type * SrcTy = src->getType(); in EmitObjCIvarAssign() local
6809 llvm::Type * SrcTy = src->getType(); in EmitObjCStrongCastAssign() local
6856 llvm::Type * SrcTy = src->getType(); in EmitObjCWeakAssign() local
6877 llvm::Type * SrcTy = src->getType(); in EmitObjCGlobalAssign() local
H A DCGCall.cpp831 llvm::Type *SrcTy = in EnterStructPointerForCoercedAccess() local
902 llvm::Type *SrcTy = in CreateCoercedLoad() local
989 llvm::Type *SrcTy = Src->getType(); in CreateCoercedStore() local
3172 llvm::Type *SrcTy = in EmitCall() local
H A DCGBuiltin.cpp2658 llvm::VectorType *SrcTy = in EmitCommonNeonBuiltinExpr() local
2938 llvm::Type *SrcTy = llvm::VectorType::getTruncatedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() local
2948 llvm::Type *SrcTy = llvm::VectorType::getExtendedElementVectorType(VTy); in EmitCommonNeonBuiltinExpr() local
2977 llvm::VectorType *SrcTy = in EmitCommonNeonBuiltinExpr() local
H A DCGObjC.cpp2892 QualType SrcTy = Ty; in GenerateObjCAtomicSetterCopyHelperFunction() local
2971 QualType SrcTy = Ty; in GenerateObjCAtomicGetterCopyHelperFunction() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp205 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1220 Type *SrcTy = SrcVal->getType(); in executeTruncInst() local
1239 const Type *SrcTy = SrcVal->getType(); in executeSExtInst() local
1259 const Type *SrcTy = SrcVal->getType(); in executeZExtInst() local
1325 Type *SrcTy = SrcVal->getType(); in executeFPToUIInst() local
1363 Type *SrcTy = SrcVal->getType(); in executeFPToSIInst() local
1492 Type *SrcTy = SrcVal->getType(); in executeBitCastInst() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp308 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DCostModel.cpp456 Type *SrcTy = I->getOperand(0)->getType(); in getInstructionCost() local
H A DValueTracking.cpp954 Type *SrcTy = I->getOperand(0)->getType(); in computeKnownBits() local
978 Type *SrcTy = I->getOperand(0)->getType(); in computeKnownBits() local
H A DScalarEvolution.cpp3167 Type *SrcTy = V->getType(); in getTruncateOrZeroExtend() local
3184 Type *SrcTy = V->getType(); in getTruncateOrSignExtend() local
3200 Type *SrcTy = V->getType(); in getNoopOrZeroExtend() local
3216 Type *SrcTy = V->getType(); in getNoopOrSignExtend() local
3233 Type *SrcTy = V->getType(); in getNoopOrAnyExtend() local
3248 Type *SrcTy = V->getType(); in getTruncateOrNoop() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp710 Type *SrcTy = Src->getType(); in selectFPToInt() local
1023 Type *SrcTy = Src->getType(); in selectIntExt() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp638 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1069 Type *SrcTy = Src->getType(); in SelectFPToI() local
1760 Type *SrcTy = Src->getType(); in SelectIntExt() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp1296 Type *SrcTy = V->getType(); in createCast() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp1630 QualType SrcTy, DestTy; in CheckCompatibleReinterpretCast() local

12