| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/dsa/ |
| H A D | sja1105.txt | 90 /* Implicit "sja1105,role-mac;" */ 98 /* Implicit "sja1105,role-mac;" */ 106 /* Implicit "sja1105,role-mac;" */ 114 /* Implicit "sja1105,role-mac;" */ 121 /* Implicit "sja1105,role-phy;" */
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Attr.h | 55 unsigned Implicit : 1; variable 82 IsPackExpansion(false), Implicit(false), IsLateParsed(IsLateParsed), in Attr() 99 bool isImplicit() const { return Implicit; } in isImplicit() 100 void setImplicit(bool I) { Implicit = I; } in setImplicit()
|
| H A D | LambdaCapture.h | 73 LambdaCapture(SourceLocation Loc, bool Implicit, LambdaCaptureKind Kind,
|
| H A D | DeclBase.h | 295 unsigned Implicit : 1; variable 383 Implicit(false), Used(false), Referenced(false), in Decl() 391 : DeclKind(DK), InvalidDecl(false), HasAttrs(false), Implicit(false), in Decl() 563 bool isImplicit() const { return Implicit; } in isImplicit() 564 void setImplicit(bool I = true) { Implicit = I; }
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.cpp | 192 LocationKind = Implicit; in addSignedConstant() 199 LocationKind = Implicit; in addUnsignedConstant() 205 LocationKind = Implicit; in addUnsignedConstant() 598 LocationKind = Implicit; in addExpression() 698 assert(LocationKind == Implicit || LocationKind == Unknown); in addWasmLocation() 699 LocationKind = Implicit; in addWasmLocation()
|
| H A D | DwarfExpression.h | 144 enum { Unknown = 0, Register, Memory, Implicit }; enumerator 165 bool isImplicitLocation() const { return LocationKind == Implicit; } in isImplicitLocation()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Initialization.h | 231 bool Implicit, bool DefaultMemberInit) in InitializedEntity() argument 233 Variable{Member, Implicit, DefaultMemberInit} {} in InitializedEntity() 373 bool Implicit = false) { 374 return InitializedEntity(Member, Parent, Implicit, false); 381 bool Implicit = false) { 382 return InitializedEntity(Member->getAnonField(), Parent, Implicit, false);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 168 Roles |= (SymbolRoleSet)SymbolRole::Implicit; in handleObjCMethod() 385 roles |= (SymbolRoleSet)SymbolRole::Implicit; in handleReferencedProtocols() 409 superRoles |= (SymbolRoleSet)SymbolRole::Implicit; in VisitObjCInterfaceDecl() 534 Roles |= (SymbolRoleSet)SymbolRole::Implicit; in VisitObjCPropertyImplDecl() 543 SymbolRoleSet(SymbolRole::Dynamic) | SymbolRoleSet(SymbolRole::Implicit); in VisitObjCPropertyImplDecl() 564 IvarRoles = (SymbolRoleSet)SymbolRole::Implicit; in VisitObjCPropertyImplDecl() 566 IvarRoles = (SymbolRoleSet)SymbolRole::Implicit; in VisitObjCPropertyImplDecl()
|
| H A D | IndexingContext.cpp | 145 Roles |= (unsigned)SymbolRole::Implicit; in importedModule() 338 case SymbolRole::Implicit: in shouldReportOccurrenceForSystemDeclOnlyMode()
|
| H A D | IndexBody.cpp | 258 Roles |= (unsigned)SymbolRole::Implicit; in VisitObjCMessageExpr() 327 Roles |= (unsigned)SymbolRole::Implicit; in passObjCLiteralMethodCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstrBuilder.h | 46 Implicit = 0x4, enumerator 63 ImplicitDefine = Implicit | Define, 64 ImplicitKill = Implicit | Kill 103 flags & RegState::Implicit, 506 return B ? RegState::Implicit : 0; in getImplRegState()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FixupLEAs.cpp | 606 .addReg(Base.getReg(), RegState::Implicit) in optTwoAddrLEA() 607 .addReg(Index.getReg(), RegState::Implicit); in optTwoAddrLEA() 627 .addReg(BaseReg).addReg(Base.getReg(), RegState::Implicit); in optTwoAddrLEA() 638 .addReg(Base.getReg(), RegState::Implicit); in optTwoAddrLEA() 807 .addReg(Base.getReg(), RegState::Implicit) in processInstrForSlow3OpLEA() 808 .addReg(Index.getReg(), RegState::Implicit); in processInstrForSlow3OpLEA()
|
| H A D | X86CallLowering.cpp | 109 MIB.addUse(PhysReg, RegState::Implicit); in assignValueToReg() 228 MIB.addDef(PhysReg, RegState::Implicit); in markPhysRegUsed() 347 MIB.addUse(X86::AL, RegState::Implicit); in lowerCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCallLowering.cpp | 120 MIB.addDef(PhysReg, RegState::Implicit); in markPhysRegUsed() 220 MIB.addUse(PhysReg, RegState::Implicit); in assignValueToReg() 465 MIB.addDef(Mips::SP, RegState::Implicit); in lowerCall() 526 MIB.addDef(Mips::GP, RegState::Implicit); in lowerCall()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 109 Implicit = 1 << 8, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 209 MIB.addDef(PhysReg, RegState::Implicit); in markPhysRegUsed() 274 MIB.addUse(PhysReg, RegState::Implicit); in assignValueToReg() 449 MIB.addUse(AArch64::X21, RegState::Implicit); in lowerReturn() 1002 MIB.addReg(ForwardedReg, RegState::Implicit); in lowerTailCall() 1138 MIB.addDef(AArch64::X21, RegState::Implicit); in lowerCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/GlSel/ |
| H A D | M68kCallLowering.cpp | 37 MIB.addUse(PhysReg, RegState::Implicit); in assignValueToReg()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600InstrInfo.cpp | 62 RegState::Define | RegState::Implicit); in copyPhysReg() 968 MIB.addReg(R600::PREDICATE_BIT, RegState::Implicit); in PredicateInstruction() 976 MIB.addReg(R600::PREDICATE_BIT, RegState::Implicit); in PredicateInstruction() 1118 RegState::Implicit | RegState::Kill); in buildIndirectWrite() 1151 RegState::Implicit | RegState::Kill); in buildIndirectRead()
|
| H A D | AMDGPUCallLowering.cpp | 79 MIB.addUse(PhysReg, RegState::Implicit); in assignValueToReg() 156 MIB.addDef(PhysReg, RegState::Implicit); in markPhysRegUsed() 207 MIB.addUse(PhysReg, RegState::Implicit); in assignValueToReg() 1094 CallInst.addReg(AMDGPU::SGPR0_SGPR1_SGPR2_SGPR3, RegState::Implicit); in handleImplicitCallArguments() 1099 CallInst.addReg(ArgReg.first, RegState::Implicit); in handleImplicitCallArguments()
|
| H A D | SIInstrInfo.cpp | 634 .addReg(SrcReg, RegState::Implicit); in expandSGPRCopy() 1453 .addReg(MFI->getStackPtrOffsetReg(), RegState::Implicit); in storeRegToStackSlot() 1590 .addReg(MFI->getStackPtrOffsetReg(), RegState::Implicit); in loadRegFromStackSlot() 1737 .addReg(Dst, RegState::Implicit | RegState::Define); in expandPostRAPseudo() 1740 .addReg(Dst, RegState::Implicit | RegState::Define); in expandPostRAPseudo() 1759 .addReg(Dst, RegState::Implicit | RegState::Define); in expandPostRAPseudo() 1762 .addReg(Dst, RegState::Implicit | RegState::Define); in expandPostRAPseudo() 1789 .addReg(Dst, RegState::Implicit | RegState::Define); in expandPostRAPseudo() 1792 .addReg(Dst, RegState::Implicit | RegState::Define); in expandPostRAPseudo() 1936 .addReg(AMDGPU::M0, RegState::Implicit); in expandPostRAPseudo() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 89 unsigned Reg128UndefImpl = (Reg128Undef | RegState::Implicit); in splitMove() 730 .addReg(SystemZ::CC, RegState::Implicit); in PredicateInstruction() 737 .addReg(SystemZ::CC, RegState::Implicit); in PredicateInstruction() 751 .addReg(SystemZ::CC, RegState::Implicit); in PredicateInstruction() 764 .addReg(SystemZ::CC, RegState::Implicit); in PredicateInstruction() 781 .addReg(SrcReg, RegState::Implicit); in copyPhysReg() 785 .addReg(SrcReg, (getKillRegState(KillSrc) | RegState::Implicit)); in copyPhysReg()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCFrameLowering.cpp | 166 .addReg(ARC::BLINK, RegState::Implicit | RegState::Kill); in emitPrologue() 296 .addReg(ARC::BLINK, RegState::Implicit | RegState::Kill); in emitEpilogue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 538 .addReg(AArch64::FP, RegState::Implicit | RegState::Define) in lowerProlog() 539 .addReg(AArch64::SP, RegState::Implicit); in lowerProlog()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 121 MIB.addUse(PhysReg, RegState::Implicit); in assignValueToReg() 420 MIB.addDef(PhysReg, RegState::Implicit); in markPhysRegUsed()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInsertVSETVLI.cpp | 420 .addReg(RISCV::VL, RegState::Implicit); in insertVSETVLI() 442 .addReg(RISCV::VL, RegState::Implicit); in insertVSETVLI()
|