Home
last modified time | relevance | path

Searched defs:FromTy (Results 1 – 20 of 20) sorted by relevance

/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp315 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 DSMTConv.h263 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 DSymbolManager.h283 QualType FromTy; global() variable
/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp51 const QualType FromTy, in tryToFixConversion() argument
H A DSemaType.cpp5703 GetTypeForDeclaratorCast(Declarator & D,QualType FromTy) GetTypeForDeclaratorCast() argument
H A DSemaOverload.cpp11168 QualType FromTy = Conv.Bad.getFromType(); DiagnoseBadConversion() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2952 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 DBasicTTIImpl.h2271 Type *FromTy = Tys[0]; getTypeBasedIntrinsicInstrCost() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp563 shouldBeModeledWithNoOp(ASTContext & Context,QualType ToTy,QualType FromTy) shouldBeModeledWithNoOp() argument
/llvm-project/clang/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp274 static constexpr APSIntType FromTy = APSIntTy<From>; in checkCastTo() local
/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp297 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 DLocal.cpp2697 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 DDwarfUnit.cpp780 const DIType *FromTy = DTy->getBaseType(); constructTypeDIE() local
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1022 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 DHexagonVectorCombine.cpp2458 Type *FromTy, Type *ToTy) const -> Value * { in rescale() argument
H A DHexagonISelLoweringHVX.cpp102 auto setPromoteTo = [this] (unsigned Opc, MVT FromTy, MVT ToTy) { in initializeHVXLowering() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1113 Type *FromTy = getFloatTypeForLLT(Ctx, MRI.getType(MI.getOperand(1).getReg())); libcall() local
1126 Type *FromTy = libcall() local
/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3659 QualType FromTy = D->getType(); hasReturnTypeDeclaredInside() local
3816 QualType FromTy = D->getType(); VisitFunctionDecl() local
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp2707 Type *FromTy = I->getOperand(0)->getType(); isKnownNonZeroFromOperator() local
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp9274 auto *FromTy = TEST_P() local