Home
last modified time | relevance | path

Searched refs:Classify (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp165 unsigned NumSubComponents = ConEQ.Classify(SR); in findComponents()
H A DLiveInterval.cpp1307 unsigned ConnectedVNInfoEqClasses::Classify(const LiveRange &LR) { in Classify() function in ConnectedVNInfoEqClasses
H A DLiveIntervals.cpp1731 unsigned NumComp = ConEQ.Classify(LI); in splitSeparateComponents()
H A DMachineVerifier.cpp3451 unsigned NumComp = ConEQ.Classify(LI); in verifyLiveInterval()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp586 auto Classify = [](QualType T) { in unwrapCastAwayConstnessLevel() local
615 int T1Class = Classify(T1); in unwrapCastAwayConstnessLevel()
619 int T2Class = Classify(T2); in unwrapCastAwayConstnessLevel()
636 if (Classify(T1) != Array) in unwrapCastAwayConstnessLevel()
639 auto T2Class = Classify(T2); in unwrapCastAwayConstnessLevel()
H A DSemaOverload.cpp5027 Expr::Classification InitCategory = Init->Classify(S.Context); in TryReferenceInit()
5208 Init->Classify(S.Context).isLValue()) { in TryReferenceInit()
5798 FromClassification = From->Classify(Context); in PerformImplicitObjectArgumentInitialization()
6331 if (Obj->Classify(S.getASTContext()).isPRValue()) { in GetExplicitObjectExpr()
7277 ObjectClassification = E->Classify(Context); in AddFunctionCandidates()
7878 From->Classify(Context), Conversion, ConversionContext, in AddConversionCandidate()
8035 Expr::Classification ObjectClassification = From->Classify(getASTContext()); in AddTemplateConversionCandidate()
8102 Object->Classify(Context), Conversion, ActingContext); in AddSurrogateCandidate()
8286 Args[0]->Classify(Context), Args.slice(1), in AddMemberOperatorCandidates()
15302 : UnresExpr->getBase()->Classify(Context); in BuildCallToMemberFunction()
[all …]
H A DSemaTemplateDeduction.cpp4117 E->Classify(S.getASTContext()), E, Info, Deduced, in DeduceFromInitializerList()
4294 Args[ArgIdx]->getType(), Args[ArgIdx]->Classify(getASTContext()), in DeduceTemplateArguments()
5025 Init->Classify(getASTContext()), Init, Info, Deduced, in DeduceAutoType()
5052 Init->Classify(getASTContext()), Init, Info, Deduced, in DeduceAutoType()
H A DSemaExceptionSpec.cpp1127 if (Op->Classify(S.Context).isPRValue()) in canTypeidThrow()
H A DSemaExprCXX.cpp6167 if (!isIndirect && !LHS.get()->Classify(Context).isLValue()) { in CheckPointerToMemberOperands()
6181 if (isIndirect || !LHS.get()->Classify(Context).isRValue()) in CheckPointerToMemberOperands()
H A DSemaLookup.cpp3473 .Classify(Context); in LookupSpecialMember()
H A DSemaInit.cpp4988 Expr::Classification InitCategory = Initializer->Classify(S.Context); in TryReferenceInitializationCore()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h1008 unsigned Classify(const LiveRange &LR);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp693 Classification VC = Classify(Ctx); in ClassifyLValue()
H A DExpr.cpp3175 if (!E->Classify(C).isPRValue()) { in isTemporaryObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td428 // 13.14. Vector Floating-Point Classify Instruction
653 // 13.14. Vector Floating-Point Classify Instruction
H A DRISCVInstrInfoV.td1444 // Vector Floating-Point Classify Instruction
H A DRISCVInstrInfoVPseudos.td6557 // 13.14. Vector Floating-Point Classify Instruction
7217 // 13.14. Vector Floating-Point Classify Instruction
H A DRISCVInstrInfoVVLPatterns.td2515 // 14.14. Vector Floating-Point Classify Instruction
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp586 unsigned NumComp = EQC.Classify(LI); in distributeLiveIntervals()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2693 auto Classify = [](const Instruction *I) { in visitCallInst() local
2722 switch (Classify(&*BI)) { in visitCallInst()
2756 switch (Classify(&*BI)) { in visitCallInst()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector.td1827 // 13.14. Vector Floating-Point Classify Instruction
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h400 Classification Classify(ASTContext &Ctx) const { in Classify() function