Home
last modified time | relevance | path

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

/freebsd/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()
1304 unsigned ConnectedVNInfoEqClasses::Classify(const LiveRange &LR) { Classify() function in ConnectedVNInfoEqClasses
H A DLiveIntervals.cpp1769 unsigned NumComp = ConEQ.Classify(LI); in splitSeparateComponents()
H A DMachineVerifier.cpp3760 unsigned NumComp = ConEQ.Classify(LI); in verifyLiveInterval()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp594 auto Classify = [](QualType T) { in unwrapCastAwayConstnessLevel() local
623 int T1Class = Classify(T1); in unwrapCastAwayConstnessLevel()
627 int T2Class = Classify(T2); in unwrapCastAwayConstnessLevel()
644 if (Classify(T1) != Array) in unwrapCastAwayConstnessLevel()
647 auto T2Class = Classify(T2); in unwrapCastAwayConstnessLevel()
H A DSemaOverload.cpp5054 Expr::Classification InitCategory = Init->Classify(S.Context); in TryReferenceInit()
5236 Init->Classify(S.Context).isLValue()) { in TryReferenceInit()
5826 FromClassification = From->Classify(Context); in PerformImplicitObjectArgumentInitialization()
6356 if (Obj->Classify(S.getASTContext()).isPRValue()) { in GetExplicitObjectExpr()
7318 ObjectClassification = E->Classify(Context); in AddFunctionCandidates()
7916 From->Classify(Context), Conversion, ConversionContext, in AddConversionCandidate()
8064 Expr::Classification ObjectClassification = From->Classify(getASTContext()); in AddTemplateConversionCandidate()
8124 Object->Classify(Context), Conversion, ActingContext); in AddSurrogateCandidate()
8298 Args[0]->Classify(Context), Args.slice(1), in AddMemberOperatorCandidates()
15310 : UnresExpr->getBase()->Classify(Context); in BuildCallToMemberFunction()
[all …]
H A DSemaTemplateDeduction.cpp4294 E->Classify(S.getASTContext()), E, Info, Deduced, in DeduceFromInitializerList()
4448 Args[ArgIdx]->getType(), Args[ArgIdx]->Classify(getASTContext()), in DeduceTemplateArguments()
5152 Init->Classify(getASTContext()), Init, Info, Deduced, in DeduceAutoType()
5180 Init->Classify(getASTContext()), Init, Info, Deduced, in DeduceAutoType()
H A DSemaExprCXX.cpp6415 if (!isIndirect && !LHS.get()->Classify(Context).isLValue()) { in CheckPointerToMemberOperands()
6429 if (isIndirect || !LHS.get()->Classify(Context).isRValue()) in CheckPointerToMemberOperands()
H A DSemaLookup.cpp3425 .Classify(Context); in LookupSpecialMember()
H A DSemaInit.cpp5125 Expr::Classification InitCategory = Initializer->Classify(S.Context); in TryReferenceInitializationCore()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp706 Classification VC = Classify(Ctx); in ClassifyLValue()
H A DExpr.cpp3211 if (!E->Classify(C).isPRValue()) { in isTemporaryObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h1014 unsigned Classify(const LiveRange &LR);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td457 // 13.14. Vector Floating-Point Classify Instruction
684 // 13.14. Vector Floating-Point Classify Instruction
H A DRISCVInstrInfoV.td1437 // Vector Floating-Point Classify Instruction
H A DRISCVInstrInfoVPseudos.td6550 // 13.14. Vector Floating-Point Classify Instruction
7226 // 13.14. Vector Floating-Point Classify Instruction
H A DRISCVInstrInfoVVLPatterns.td2599 // 14.14. Vector Floating-Point Classify Instruction
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp586 unsigned NumComp = EQC.Classify(LI); in distributeLiveIntervals()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2884 auto Classify = [](const Instruction *I) { in visitCallInst() local
2913 switch (Classify(&*BI)) { in visitCallInst()
2947 switch (Classify(&*BI)) { in visitCallInst()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector.td1873 // 13.14. Vector Floating-Point Classify Instruction
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h405 Classification Classify(ASTContext &Ctx) const { in Classify() function