/openbsd/gnu/llvm/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 | 1738 unsigned NumComp = ConEQ.Classify(LI); in splitSeparateComponents()
|
H A D | MachineVerifier.cpp | 3321 unsigned NumComp = ConEQ.Classify(LI); in verifyLiveInterval()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaCast.cpp | 563 auto Classify = [](QualType T) { in unwrapCastAwayConstnessLevel() local 592 int T1Class = Classify(T1); in unwrapCastAwayConstnessLevel() 596 int T2Class = Classify(T2); in unwrapCastAwayConstnessLevel() 613 if (Classify(T1) != Array) in unwrapCastAwayConstnessLevel() 616 auto T2Class = Classify(T2); in unwrapCastAwayConstnessLevel()
|
H A D | SemaOverload.cpp | 4858 Expr::Classification InitCategory = Init->Classify(S.Context); in TryReferenceInit() 5039 Init->Classify(S.Context).isLValue()) { in TryReferenceInit() 5590 FromClassification = From->Classify(Context); in PerformObjectArgumentInitialization() 6954 ObjectClassification = E->Classify(Context); in AddFunctionCandidates() 7528 From->Classify(Context), Conversion, ConversionContext); in AddConversionCandidate() 7740 Object->Classify(Context), Conversion, ActingContext); in AddSurrogateCandidate() 7911 Args[0]->Classify(Context), Args.slice(1), in AddMemberOperatorCandidates() 14662 : UnresExpr->getBase()->Classify(Context); in BuildCallToMemberFunction() 14899 Object.get()->Classify(Context), Args, CandidateSet, in BuildCallToObjectOfClassType() 15146 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
|
H A D | SemaExceptionSpec.cpp | 1119 if (Op->Classify(S.Context).isPRValue()) in canTypeidThrow()
|
H A D | SemaExprCXX.cpp | 6050 if (!isIndirect && !LHS.get()->Classify(Context).isLValue()) { in CheckPointerToMemberOperands() 6064 if (isIndirect || !LHS.get()->Classify(Context).isRValue()) in CheckPointerToMemberOperands()
|
H A D | SemaLookup.cpp | 3456 .Classify(Context); in LookupSpecialMember()
|
H A D | SemaInit.cpp | 4848 Expr::Classification InitCategory = Initializer->Classify(S.Context); in TryReferenceInitializationCore()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 1007 unsigned Classify(const LiveRange &LR);
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ExprClassification.cpp | 683 Classification VC = Classify(Ctx); in ClassifyLValue()
|
H A D | Expr.cpp | 3181 if (!E->Classify(C).isPRValue()) { in isTemporaryObject()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVScheduleV.td | 281 // 13.14. Vector Floating-Point Classify Instruction 496 // 13.14. Vector Floating-Point Classify Instruction
|
H A D | RISCVInstrInfoV.td | 1408 // Vector Floating-Point Classify Instruction
|
H A D | RISCVInstrInfoVPseudos.td | 5527 // 13.14. Vector Floating-Point Classify Instruction 6162 // 13.14. Vector Floating-Point Classify Instruction
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 585 unsigned NumComp = EQC.Classify(LI); in distributeLiveIntervals()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 2226 auto Classify = [](const Instruction *I) { in visitCallInst() local 2255 switch (Classify(&*BI)) { in visitCallInst() 2289 switch (Classify(&*BI)) { in visitCallInst()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | riscv_vector.td | 2035 // 14.14. Vector Floating-Point Classify Instruction
|
/openbsd/gnu/gcc/gcc/config/bfin/ |
H A D | bfin.md | 258 ;; Classify the insns into those that are one instruction and those that
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | Expr.h | 399 Classification Classify(ASTContext &Ctx) const { in Classify() function
|
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | arm.md | 236 ; Classify the insns into those that take one cycle and those that take more
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | arm.md | 287 ; Classify the insns into those that take one cycle and those that take more
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-9295 | 11435 (per-target): Classify i486 as i386. Use generic cpu_type instead
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-9295 | 11435 (per-target): Classify i486 as i386. Use generic cpu_type instead
|