/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMRegisterBankInfo.cpp | 315 LLT FromTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local 324 LLT FromTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local 334 LLT FromTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local 348 LLT FromTy = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 263 QualType FromTy, in fromCast() 315 uint64_t ToWidth, QualType FromTy, in castAPSInt() 338 QualType FromTy, QualType ToTy) { in getCastExpr() 437 QualType FromTy; in getSymExpr() local 535 QualType FromTy; in getRangeExpr() local
|
H A D | SymbolManager.h | 283 QualType FromTy; variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaFixItUtils.cpp | 51 const QualType FromTy, in tryToFixConversion()
|
H A D | SemaType.cpp | 5758 TypeSourceInfo *Sema::GetTypeForDeclaratorCast(Declarator &D, QualType FromTy) { in GetTypeForDeclaratorCast()
|
H A D | SemaExprCXX.cpp | 4299 static QualType adjustVectorType(ASTContext &Context, QualType FromTy, in adjustVectorType()
|
H A D | SemaOverload.cpp | 11144 QualType FromTy = Conv.Bad.getFromType(); in DiagnoseBadConversion() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 2953 virtual bool isTruncateFree(Type *FromTy, Type *ToTy) const { in isTruncateFree() 2962 virtual bool allowTruncateForTailCall(Type *FromTy, Type *ToTy) const { in allowTruncateForTailCall() 2967 virtual bool isTruncateFree(LLT FromTy, LLT ToTy, const DataLayout &DL, in isTruncateFree() 3048 virtual bool isZExtFree(Type *FromTy, Type *ToTy) const { in isZExtFree() 3052 virtual bool isZExtFree(EVT FromTy, EVT ToTy) const { return false; } in isZExtFree() 3053 virtual bool isZExtFree(LLT FromTy, LLT ToTy, const DataLayout &DL, in isZExtFree() 3068 virtual bool isSExtCheaperThanZExt(EVT FromTy, EVT ToTy) const { in isSExtCheaperThanZExt()
|
H A D | BasicTTIImpl.h | 2289 Type *FromTy = Tys[0]; in getTypeBasedIntrinsicInstrCost() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 297 DIDerivedType *DIBuilder::createQualifiedType(unsigned Tag, DIType *FromTy) { in createQualifiedType() 303 DIType *FromTy, unsigned Key, bool IsAddressDiscriminated, in createPtrAuthQualifiedType()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2703 static bool isBitCastSemanticsPreserving(const DataLayout &DL, Type *FromTy, in isBitCastSemanticsPreserving() 2729 Type *FromTy = From.getType(); in replaceAllDbgUsesWith() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 780 const DIType *FromTy = DTy->getBaseType(); in constructTypeDIE() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1022 auto *FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit); in CreateQualifiedType() local 1043 auto *FromTy = in CreateQualifiedType() local 3456 auto *FromTy = getOrCreateType(Ty->getValueType(), U); in CreateType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 2458 Type *FromTy, Type *ToTy) const -> Value * { in rescale()
|
H A D | HexagonISelLoweringHVX.cpp | 102 auto setPromoteTo = [this] (unsigned Opc, MVT FromTy, MVT ToTy) { in initializeHVXLowering() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 1131 Type *FromTy = getFloatTypeForLLT(Ctx, MRI.getType(MI.getOperand(1).getReg())); in libcall() local 1144 Type *FromTy = in libcall() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 3664 QualType FromTy = D->getType(); in hasReturnTypeDeclaredInside() local 3821 QualType FromTy = D->getType(); in VisitFunctionDecl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 2785 Type *FromTy = I->getOperand(0)->getType(); in isKnownNonZeroFromOperator() local
|