Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/MC/Disassembler/Hexagon/
H A Dxtype_fp.txt8 # Classify floating-point value
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp165 unsigned NumSubComponents = ConEQ.Classify(SR); in findComponents()
H A DLiveInterval.cpp1304 unsigned ConnectedVNInfoEqClasses::Classify(const LiveRange &LR) { in Classify() function in ConnectedVNInfoEqClasses
H A DLiveIntervals.cpp1745 unsigned NumComp = ConEQ.Classify(LI); in splitSeparateComponents()
H A DMachineVerifier.cpp3227 unsigned NumComp = ConEQ.Classify(LI); in verifyLiveInterval()
/llvm-project-15.0.7/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.cpp4761 Expr::Classification InitCategory = Init->Classify(S.Context); in TryReferenceInit()
4942 Init->Classify(S.Context).isLValue()) { in TryReferenceInit()
5493 FromClassification = From->Classify(Context); in PerformObjectArgumentInitialization()
6851 ObjectClassification = E->Classify(Context); in AddFunctionCandidates()
7411 From->Classify(Context), Conversion, ConversionContext); in AddConversionCandidate()
7620 Object->Classify(Context), Conversion, ActingContext); in AddSurrogateCandidate()
7787 Args[0]->Classify(Context), Args.slice(1), in AddMemberOperatorCandidates()
14481 : UnresExpr->getBase()->Classify(Context); in BuildCallToMemberFunction()
14718 Object.get()->Classify(Context), Args, CandidateSet, in BuildCallToObjectOfClassType()
14957 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
H A DSemaExceptionSpec.cpp1118 if (Op->Classify(S.Context).isPRValue()) in canTypeidThrow()
H A DSemaExprCXX.cpp5928 if (!isIndirect && !LHS.get()->Classify(Context).isLValue()) { in CheckPointerToMemberOperands()
5942 if (isIndirect || !LHS.get()->Classify(Context).isRValue()) in CheckPointerToMemberOperands()
H A DSemaLookup.cpp3445 .Classify(Context); in LookupSpecialMember()
H A DSemaInit.cpp4821 Expr::Classification InitCategory = Initializer->Classify(S.Context); in TryReferenceInitializationCore()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td198 // 13.14. Vector Floating-Point Classify Instruction
411 // 13.14. Vector Floating-Point Classify Instruction
H A DRISCVInstrInfoV.td1265 // Vector Floating-Point Classify Instruction
H A DRISCVInstrInfoVPseudos.td4794 // 14.14. Vector Floating-Point Classify Instruction
5365 // 14.14. Vector Floating-Point Classify Instruction
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveInterval.h1007 unsigned Classify(const LiveRange &LR);
/llvm-project-15.0.7/clang/lib/AST/
H A DExprClassification.cpp675 Classification VC = Classify(Ctx); in ClassifyLValue()
H A DExpr.cpp3094 if (!E->Classify(C).isPRValue()) { in isTemporaryObject()
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dclc_pown.cl180 // Classify y:
H A Dclc_rootn.cl184 // Classify y:
H A Dclc_powr.cl178 // Classify y:
H A Dclc_pow.cl182 /* Classify y:
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/intrinsics/
H A Dxtype_fp.ll16 ; Classify floating-point value
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2069 auto Classify = [](const Instruction *I) { in visitCallInst() local
2098 switch (Classify(&*BI)) { in visitCallInst()
2132 switch (Classify(&*BI)) { in visitCallInst()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Driscv_vector.td1920 // 14.14. Vector Floating-Point Classify Instruction
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h398 Classification Classify(ASTContext &Ctx) const { in Classify() function