Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp165 unsigned NumSubComponents = ConEQ.Classify(SR); in findComponents()
H A DLiveInterval.cpp1318 unsigned ConnectedVNInfoEqClasses::Classify(const LiveRange &LR) { in Classify() function in ConnectedVNInfoEqClasses
H A DLiveIntervals.cpp1741 unsigned NumComp = ConEQ.Classify(LI); in splitSeparateComponents()
H A DMachineVerifier.cpp3103 unsigned NumComp = ConEQ.Classify(LI); in verifyLiveInterval()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp562 auto Classify = [](QualType T) { in unwrapCastAwayConstnessLevel() local
591 int T1Class = Classify(T1); in unwrapCastAwayConstnessLevel()
595 int T2Class = Classify(T2); in unwrapCastAwayConstnessLevel()
612 if (Classify(T1) != Array) in unwrapCastAwayConstnessLevel()
615 auto T2Class = Classify(T2); in unwrapCastAwayConstnessLevel()
H A DSemaOverload.cpp4753 Expr::Classification InitCategory = Init->Classify(S.Context); in TryReferenceInit()
4934 Init->Classify(S.Context).isLValue()) { in TryReferenceInit()
5435 FromClassification = From->Classify(Context); in PerformObjectArgumentInitialization()
6767 ObjectClassification = E->Classify(Context); in AddFunctionCandidates()
7326 From->Classify(Context), Conversion, ConversionContext); in AddConversionCandidate()
7535 Object->Classify(Context), Conversion, ActingContext); in AddSurrogateCandidate()
7702 Args[0]->Classify(Context), Args.slice(1), in AddMemberOperatorCandidates()
14262 : UnresExpr->getBase()->Classify(Context); in BuildCallToMemberFunction()
14499 Object.get()->Classify(Context), Args, CandidateSet, in BuildCallToObjectOfClassType()
14771 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
H A DSemaExceptionSpec.cpp1113 if (Op->Classify(S.Context).isPRValue()) in canTypeidThrow()
H A DSemaExprCXX.cpp5826 if (!isIndirect && !LHS.get()->Classify(Context).isLValue()) { in CheckPointerToMemberOperands()
5840 if (isIndirect || !LHS.get()->Classify(Context).isRValue()) in CheckPointerToMemberOperands()
H A DSemaLookup.cpp3189 .Classify(Context); in LookupSpecialMember()
H A DSemaInit.cpp4793 Expr::Classification InitCategory = Initializer->Classify(S.Context); in TryReferenceInitializationCore()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td184 // 13.14. Vector Floating-Point Classify Instruction
397 // 13.14. Vector Floating-Point Classify Instruction
H A DRISCVInstrInfoVPseudos.td3715 // 14.14. Vector Floating-Point Classify Instruction
4373 // 14.14. Vector Floating-Point Classify Instruction
H A DRISCVInstrInfoV.td1249 // Vector Floating-Point Classify Instruction
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h1001 unsigned Classify(const LiveRange &LR);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp678 Classification VC = Classify(Ctx); in ClassifyLValue()
H A DExpr.cpp3069 if (!E->Classify(C).isPRValue()) { in isTemporaryObject()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector.td1815 // 14.14. Vector Floating-Point Classify Instruction
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h398 Classification Classify(ASTContext &Ctx) const { in Classify() function