| /llvm-project-15.0.7/llvm/test/MC/Disassembler/Hexagon/ |
| H A D | xtype_fp.txt | 8 # Classify floating-point value
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RenameIndependentSubregs.cpp | 165 unsigned NumSubComponents = ConEQ.Classify(SR); in findComponents()
|
| H A D | LiveInterval.cpp | 1304 unsigned ConnectedVNInfoEqClasses::Classify(const LiveRange &LR) { in Classify() function in ConnectedVNInfoEqClasses
|
| H A D | LiveIntervals.cpp | 1745 unsigned NumComp = ConEQ.Classify(LI); in splitSeparateComponents()
|
| H A D | MachineVerifier.cpp | 3227 unsigned NumComp = ConEQ.Classify(LI); in verifyLiveInterval()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 562 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 D | SemaOverload.cpp | 4761 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 D | SemaExceptionSpec.cpp | 1118 if (Op->Classify(S.Context).isPRValue()) in canTypeidThrow()
|
| H A D | SemaExprCXX.cpp | 5928 if (!isIndirect && !LHS.get()->Classify(Context).isLValue()) { in CheckPointerToMemberOperands() 5942 if (isIndirect || !LHS.get()->Classify(Context).isRValue()) in CheckPointerToMemberOperands()
|
| H A D | SemaLookup.cpp | 3445 .Classify(Context); in LookupSpecialMember()
|
| H A D | SemaInit.cpp | 4821 Expr::Classification InitCategory = Initializer->Classify(S.Context); in TryReferenceInitializationCore()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVScheduleV.td | 198 // 13.14. Vector Floating-Point Classify Instruction 411 // 13.14. Vector Floating-Point Classify Instruction
|
| H A D | RISCVInstrInfoV.td | 1265 // Vector Floating-Point Classify Instruction
|
| H A D | RISCVInstrInfoVPseudos.td | 4794 // 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 D | LiveInterval.h | 1007 unsigned Classify(const LiveRange &LR);
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 675 Classification VC = Classify(Ctx); in ClassifyLValue()
|
| H A D | Expr.cpp | 3094 if (!E->Classify(C).isPRValue()) { in isTemporaryObject()
|
| /llvm-project-15.0.7/libclc/generic/lib/math/ |
| H A D | clc_pown.cl | 180 // Classify y:
|
| H A D | clc_rootn.cl | 184 // Classify y:
|
| H A D | clc_powr.cl | 178 // Classify y:
|
| H A D | clc_pow.cl | 182 /* Classify y:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/intrinsics/ |
| H A D | xtype_fp.ll | 16 ; Classify floating-point value
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2069 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 D | riscv_vector.td | 1920 // 14.14. Vector Floating-Point Classify Instruction
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 398 Classification Classify(ASTContext &Ctx) const { in Classify() function
|