/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXFavorNonGenericAddrSpaces.cpp | 96 PointerType *SrcTy = cast<PointerType>(Src->getType()); in IsEliminableAddrSpaceCast() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Verifier.cpp | 1290 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 D | AutoUpgrade.cpp | 605 Type *SrcTy = V->getType(); in UpgradeBitCastInst() local 625 Type *SrcTy = C->getType(); in UpgradeBitCastExpr() local
|
H A D | ConstantFold.cpp | 87 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 D | Instructions.cpp | 2107 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 D | InstCombineCasts.cpp | 244 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 D | InstCombineAndOrXor.cpp | 1469 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 D | InstCombineCalls.cpp | 1170 Type* SrcTy = in isSafeToEliminateVarargsCast() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 97 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 D | CGExprScalar.cpp | 606 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 D | CGObjCMac.cpp | 4105 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 D | CGCall.cpp | 831 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 D | CGBuiltin.cpp | 2658 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 D | CGObjC.cpp | 2892 QualType SrcTy = Ty; in GenerateObjCAtomicSetterCopyHelperFunction() local 2971 QualType SrcTy = Ty; in GenerateObjCAtomicGetterCopyHelperFunction() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 205 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1220 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 D | AArch64TargetTransformInfo.cpp | 308 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | CostModel.cpp | 456 Type *SrcTy = I->getOperand(0)->getType(); in getInstructionCost() local
|
H A D | ValueTracking.cpp | 954 Type *SrcTy = I->getOperand(0)->getType(); in computeKnownBits() local 978 Type *SrcTy = I->getOperand(0)->getType(); in computeKnownBits() local
|
H A D | ScalarEvolution.cpp | 3167 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 D | MipsFastISel.cpp | 710 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 D | X86TargetTransformInfo.cpp | 638 EVT SrcTy = TLI->getValueType(Src); in getCastInstrCost() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 1069 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 D | MergeFunctions.cpp | 1296 Type *SrcTy = V->getType(); in createCast() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaCast.cpp | 1630 QualType SrcTy, DestTy; in CheckCompatibleReinterpretCast() local
|