/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMRegisterBankInfo.cpp | 315 LLT FromTy = MRI.getType(MI.getOperand(1).getReg()); getInstrMapping() local 324 LLT FromTy = MRI.getType(MI.getOperand(1).getReg()); getInstrMapping() local 334 LLT FromTy = MRI.getType(MI.getOperand(1).getReg()); getInstrMapping() local 348 LLT FromTy = MRI.getType(MI.getOperand(1).getReg()); getInstrMapping() local [all...] |
/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; global() variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaFixItUtils.cpp | 51 const QualType FromTy, in tryToFixConversion() argument
|
H A D | SemaType.cpp | 5703 GetTypeForDeclaratorCast(Declarator & D,QualType FromTy) GetTypeForDeclaratorCast() argument
|
H A D | SemaOverload.cpp | 11168 QualType FromTy = Conv.Bad.getFromType(); DiagnoseBadConversion() local [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 2952 isTruncateFree(Type * FromTy,Type * ToTy) isTruncateFree() argument 2961 allowTruncateForTailCall(Type * FromTy,Type * ToTy) allowTruncateForTailCall() argument 2966 isTruncateFree(LLT FromTy,LLT ToTy,const DataLayout & DL,LLVMContext & Ctx) isTruncateFree() argument 3047 isZExtFree(Type * FromTy,Type * ToTy) isZExtFree() argument 3051 isZExtFree(EVT FromTy,EVT ToTy) isZExtFree() argument 3052 isZExtFree(LLT FromTy,LLT ToTy,const DataLayout & DL,LLVMContext & Ctx) isZExtFree() argument 3067 isSExtCheaperThanZExt(EVT FromTy,EVT ToTy) isSExtCheaperThanZExt() argument [all...] |
H A D | BasicTTIImpl.h | 2271 Type *FromTy = Tys[0]; getTypeBasedIntrinsicInstrCost() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 563 shouldBeModeledWithNoOp(ASTContext & Context,QualType ToTy,QualType FromTy) shouldBeModeledWithNoOp() argument
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | RangeSetTest.cpp | 274 static constexpr APSIntType FromTy = APSIntTy<From>; in checkCastTo() local
|
/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 297 DIDerivedType *DIBuilder::createQualifiedType(unsigned Tag, DIType *FromTy) { in createQualifiedType() argument 303 DIType *FromTy, unsigned Key, bool IsAddressDiscriminated, in createPtrAuthQualifiedType() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2697 isBitCastSemanticsPreserving(const DataLayout & DL,Type * FromTy,Type * ToTy) isBitCastSemanticsPreserving() argument 2723 Type *FromTy = From.getType(); replaceAllDbgUsesWith() local [all...] |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 780 const DIType *FromTy = DTy->getBaseType(); constructTypeDIE() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1022 auto *FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit); CreateQualifiedType() local 1043 auto *FromTy = CreateQualifiedType() local 3456 auto *FromTy = getOrCreateType(Ty->getValueType(), U); CreateType() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 2458 Type *FromTy, Type *ToTy) const -> Value * { in rescale() argument
|
H A D | HexagonISelLoweringHVX.cpp | 102 auto setPromoteTo = [this] (unsigned Opc, MVT FromTy, MVT ToTy) { in initializeHVXLowering() argument
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 1113 Type *FromTy = getFloatTypeForLLT(Ctx, MRI.getType(MI.getOperand(1).getReg())); libcall() local 1126 Type *FromTy = libcall() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 3659 QualType FromTy = D->getType(); hasReturnTypeDeclaredInside() local 3816 QualType FromTy = D->getType(); VisitFunctionDecl() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 2707 Type *FromTy = I->getOperand(0)->getType(); isKnownNonZeroFromOperator() local
|
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterTest.cpp | 9274 auto *FromTy = TEST_P() local
|