Home
last modified time | relevance | path

Searched full:kinds (Results 1 – 25 of 881) sorted by relevance

12345678910>>...36

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp122 m_invalidate_regs_map[containing_reg_info->kinds[eRegisterKindLLDB]] in ByteOffsetFromSlice()
125 containing_reg_info->kinds[eRegisterKindLLDB]); in ByteOffsetFromSlice()
127 containing_reg_info->kinds[eRegisterKindLLDB]); in ByteOffsetFromSlice()
166 composite_reg_info->kinds[eRegisterKindLLDB]); in ByteOffsetFromComposite()
167 m_invalidate_regs_map[composite_reg_info->kinds[eRegisterKindLLDB]] in ByteOffsetFromComposite()
170 composite_reg_info->kinds[eRegisterKindLLDB]); in ByteOffsetFromComposite()
324 reg_info.kinds[lldb::eRegisterKindLLDB] = i; in SetRegisterInfo()
325 reg_info.kinds[lldb::eRegisterKindProcessPlugin] = i; in SetRegisterInfo()
332 reg_info.kinds[lldb::eRegisterKindEHFrame] = eh_frame_regno; in SetRegisterInfo()
334 "dwarf", reg_info.kinds[lld in SetRegisterInfo()
[all...]
H A DABI.cpp218 if (reg_info->kinds[eRegisterKindGeneric] == LLDB_REGNUM_GENERIC_SP) { in GetFallbackRegisterLocation()
263 info.regnum_ehframe = abi_info.kinds[eRegisterKindEHFrame]; in AugmentRegisterInfo()
265 info.regnum_dwarf = abi_info.kinds[eRegisterKindDWARF]; in AugmentRegisterInfo()
267 info.regnum_generic = abi_info.kinds[eRegisterKindGeneric]; in AugmentRegisterInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextHistory.cpp54 m_pc_reg_info.kinds[eRegisterKindEHFrame] = LLDB_INVALID_REGNUM; in RegisterContextHistory()
55 m_pc_reg_info.kinds[eRegisterKindDWARF] = LLDB_INVALID_REGNUM; in RegisterContextHistory()
56 m_pc_reg_info.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_PC; in RegisterContextHistory()
57 m_pc_reg_info.kinds[eRegisterKindProcessPlugin] = LLDB_INVALID_REGNUM; in RegisterContextHistory()
58 m_pc_reg_info.kinds[eRegisterKindLLDB] = LLDB_INVALID_REGNUM; in RegisterContextHistory()
92 uint32_t reg_number = reg_info->kinds[eRegisterKindGeneric]; in ReadRegister()
H A DRegisterContextDummy.cpp53 m_pc_reg_info.kinds[eRegisterKindEHFrame] = LLDB_INVALID_REGNUM; in RegisterContextDummy()
54 m_pc_reg_info.kinds[eRegisterKindDWARF] = LLDB_INVALID_REGNUM; in RegisterContextDummy()
55 m_pc_reg_info.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_PC; in RegisterContextDummy()
56 m_pc_reg_info.kinds[eRegisterKindProcessPlugin] = LLDB_INVALID_REGNUM; in RegisterContextDummy()
57 m_pc_reg_info.kinds[eRegisterKindLLDB] = LLDB_INVALID_REGNUM; in RegisterContextDummy()
91 uint32_t reg_number = reg_info->kinds[eRegisterKindGeneric]; in ReadRegister()
H A DNativeProcessSoftwareSingleStep.cpp52 reg_info->kinds[eRegisterKindDWARF]); in ReadRegisterCallback()
63 eRegisterKindDWARF, reg_info->kinds[eRegisterKindDWARF]); in ReadRegisterCallback()
78 emulator_baton->m_register_values[reg_info->kinds[eRegisterKindDWARF]] = in WriteRegisterCallback()
177 baton.m_register_values.find(reg_info_pc->kinds[eRegisterKindDWARF]); in SetupSoftwareSingleStepping()
181 reg_info_flags->kinds[eRegisterKindDWARF]); in SetupSoftwareSingleStepping()
H A DRegisterInfos_riscv64.h39 // Generates register kinds array for vector registers
42 // FPR register kinds array for vector registers
45 // VPR register kinds array for vector registers
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h60 // Merge the most recently lexed tokens into a single token if their kinds are
62 bool tryMergeTokens(ArrayRef<tok::TokenKind> Kinds, TokenType NewType);
63 // Merge without checking their kinds.
65 // Merge if their kinds match any one of Kinds.
66 bool tryMergeTokensAny(ArrayRef<ArrayRef<tok::TokenKind>> Kinds,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp26 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E);
27 static Cl::Kinds ClassifyDecl(ASTContext &Ctx, const Decl *D);
28 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T);
29 static Cl::Kinds ClassifyMemberExpr(ASTContext &Ctx, const MemberExpr *E);
30 static Cl::Kinds ClassifyBinaryOp(ASTContext &Ctx, const BinaryOperator *E);
31 static Cl::Kinds ClassifyConditional(ASTContext &Ctx,
35 Cl::Kinds Kind, SourceLocation &Loc);
40 Cl::Kinds kind = ClassifyInternal(Ctx, this); in ClassifyImpl()
83 static Cl::Kinds ClassifyTemporary(QualType T) { in ClassifyTemporary()
94 static Cl::Kinds ClassifyExprValueKind(const LangOptions &Lang, in ClassifyExprValueKind()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h67 STDSET_FUNCTION_4(Attribute, FIELD, LVAttributeKind, Kinds)
71 STDSET_FUNCTION_4(Output, FIELD, LVOutputKind, Kinds)
74 #define PRINT_OPTION(FIELD) STDSET_FUNCTION_4(Print, FIELD, LVPrintKind, Kinds)
78 STDSET_FUNCTION_4(Warning, FIELD, LVWarningKind, Kinds)
86 STDSET_FUNCTION_4(Report, FIELD, LVReportKind, Kinds)
90 STDSET_FUNCTION_4(Internal, FIELD, LVInternalKind, Kinds)
192 // The 'Kinds' members are a one-to-one mapping to the associated command
200 LVAttributeKindSet Kinds; // --attribute=<Kind>
217 LVPrintKindSet Kinds; // --print=<Kind>
228 LVReportKindSet Kinds; // --report=<kind>
[all …]
H A DLVSupport.h95 // Generate get, set and reset functions for 'kinds'.
96 #define KIND(ENUM, FIELD) BOOL_BIT(Kinds, ENUM, FIELD)
97 #define KIND_1(ENUM, FIELD, F1) BOOL_BIT_1(Kinds, ENUM, FIELD, F1)
98 #define KIND_2(ENUM, FIELD, F1, F2) BOOL_BIT_2(Kinds, ENUM, FIELD, F1, F2)
100 BOOL_BIT_3(Kinds, ENUM, FIELD, F1, F2, F3)
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp175 if (sp_reg_info.kinds[row_kind] == row_cfa_regnum) in GetNonCallSiteUnwindPlanFromAssembly()
222 if (sp_reg_info.kinds[row_kind] == row_cfa_regnum) in GetNonCallSiteUnwindPlanFromAssembly()
458 .kinds[unwind_reg_kind]; in WriteMemory()
460 .kinds[eRegisterKindGeneric]; in WriteMemory()
553 // reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()]; in WriteRegister()
571 if (m_fp_is_cfa && reg_info->kinds[kind] == m_cfa_reg_info.kinds[kind] && in WriteRegister()
574 context.info.RegisterPlusOffset.reg.kinds[kind] == in WriteRegister()
575 m_cfa_reg_info.kinds[kind]) { in WriteRegister()
605 reg_info->kinds[m_unwind_plan_ptr->GetRegisterKind()]; in WriteRegister()
606 const uint32_t generic_regnum = reg_info->kinds[eRegisterKindGeneric]; in WriteRegister()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp170 static void addDefaultIgnorelists(const Driver &D, SanitizerMask Kinds, in addDefaultIgnorelists() argument
190 if (!(Kinds & BL.Mask)) in addDefaultIgnorelists()
237 /// enabled in \p Kinds.
238 static SanitizerMask setGroupBits(SanitizerMask Kinds) { in setGroupBits() argument
241 if (Kinds & SanitizerKind::ID) \ in setGroupBits()
242 Kinds |= SanitizerKind::ID##Group; in setGroupBits()
244 return Kinds; in setGroupBits()
328 SanitizerMask DiagnosedKinds; // All Kinds we have diagnosed up to now. in SanitizerArgs()
330 SanitizerMask Kinds; in SanitizerArgs() local
515 Kinds |= Add; in SanitizerArgs()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSanitizers.cpp47 SanitizerMask clang::expandSanitizerGroups(SanitizerMask Kinds) { in expandSanitizerGroups() argument
50 if (Kinds & SanitizerKind::ID##Group) \ in expandSanitizerGroups()
51 Kinds |= SanitizerKind::ID; in expandSanitizerGroups()
53 return Kinds; in expandSanitizerGroups()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp27 std::vector<codeview::TypeLeafKind> Kinds) in NativeEnumTypes() argument
33 if (llvm::is_contained(Kinds, K)) { in NativeEnumTypes()
44 if (llvm::is_contained(Kinds, UnmodifiedCVT.kind())) in NativeEnumTypes()
H A DNativeEnumGlobals.cpp26 std::vector<codeview::SymbolKind> Kinds) in NativeEnumGlobals() argument
32 if (!llvm::is_contained(Kinds, S.kind())) in NativeEnumGlobals()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc.cpp364 ->kinds[eRegisterKindLLDB]; in GetArgumentValues()
367 ->kinds[eRegisterKindLLDB]; in GetArgumentValues()
370 ->kinds[eRegisterKindLLDB]; in GetArgumentValues()
373 ->kinds[eRegisterKindLLDB]; in GetArgumentValues()
376 ->kinds[eRegisterKindLLDB]; in GetArgumentValues()
379 ->kinds[eRegisterKindLLDB]; in GetArgumentValues()
382 ->kinds[eRegisterKindLLDB]; in GetArgumentValues()
385 ->kinds[eRegisterKindLLDB]; in GetArgumentValues()
604 reg_ctx->GetRegisterInfoByName("r3", 0)->kinds[eRegisterKindLLDB]; in GetReturnValueObjectSimple()
852 reg_ctx_sp->GetRegisterInfoByName("r3", 0)->kinds[eRegisterKindLLDB]; in GetReturnValueObjectImpl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp88 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB]; in ReadRegister()
194 const uint32_t lldb_reg = reg_info->kinds[eRegisterKindLLDB]; in GetPrimordialRegister()
195 const uint32_t remote_reg = reg_info->kinds[eRegisterKindProcessPlugin]; in GetPrimordialRegister()
218 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB]; in ReadRegisterBytes()
341 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB]; in SetPrimordialRegister()
346 m_thread.GetProtocolID(), reg_info->kinds[eRegisterKindProcessPlugin], in SetPrimordialRegister()
674 const uint32_t reg = reg_info->kinds[eRegisterKindLLDB]; in WriteAllRegisterValues()
691 reg_info->kinds[eRegisterKindProcessPlugin], in WriteAllRegisterValues()
730 reg_info->kinds[eRegisterKindProcessPlugin], in WriteAllRegisterValues()
/freebsd/share/doc/papers/malloc/
H A Dperformance.ms22 of various kinds and combination, and compare the results.
75 This is usually done using various kinds of least-recently-used
87 higher, and all kinds of caches (which is essentially what the
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp547 // Generic and DWARF should be the two most popular register kinds when in GetBestRegisterKindAndNumber()
549 reg_num = reg_info->kinds[eRegisterKindGeneric]; in GetBestRegisterKindAndNumber()
555 reg_num = reg_info->kinds[eRegisterKindDWARF]; in GetBestRegisterKindAndNumber()
561 reg_num = reg_info->kinds[eRegisterKindLLDB]; in GetBestRegisterKindAndNumber()
567 reg_num = reg_info->kinds[eRegisterKindEHFrame]; in GetBestRegisterKindAndNumber()
573 reg_num = reg_info->kinds[eRegisterKindProcessPlugin]; in GetBestRegisterKindAndNumber()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_ppc64le.cpp68 if (IsFPR(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
77 } else if (IsVMX(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
86 } else if (IsVSX(reg_info->kinds[lldb::eRegisterKindLLDB])) { in ReadRegister()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrKinds.h1 //===----- Attr.h - Enum values for C Attribute Kinds ----------*- C++ -*-===//
21 // A list of all the recognized kinds of attributes.
H A DTokenKinds.h1 //===--- TokenKinds.h - Enum values for C Token Kinds -----------*- C++ -*-===//
76 /// tokens like 'int' and 'dynamic_cast'. Returns NULL for other token kinds.
104 /// Return true if this is any of tok::annot_* kinds.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h120 /// The host offloading kind - a combination of kinds encoded in a mask.
179 /// non-device kinds, except if \a CreatePrefixForHost is set.
216 /// Check if this action have any offload kinds. Note that host offload kinds
305 /// offload kinds.
319 /// toolchain, and offload kinds to the host action.
339 /// Constructor version that obtains the offload kinds from the device
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h404 std::vector<ArgKind> &Kinds) const override {
405 Kinds.push_back(ArgKinds[ArgNo]);
569 std::vector<ArgKind> &Kinds) const override {
570 Kinds.push_back(ArgsKind);
778 std::vector<ArgKind> &Kinds) const override {
781 O->getArgKinds(ThisKind, ArgNo, Kinds);
811 std::vector<ArgKind> &Kinds) const override {
813 Kinds.push_back(ArgKind::AK_String);
911 std::vector<ArgKind> &Kinds) const override {
912 Kinds.push_back(ArgKind::MakeMatcherArg(ThisKind));
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp334 ->kinds[eRegisterKindLLDB]; in GetArgumentValues()
337 ->kinds[eRegisterKindLLDB]; in GetArgumentValues()
340 ->kinds[eRegisterKindLLDB]; in GetArgumentValues()
343 ->kinds[eRegisterKindLLDB]; in GetArgumentValues()
346 ->kinds[eRegisterKindLLDB]; in GetArgumentValues()
572 reg_ctx->GetRegisterInfoByName("r2", 0)->kinds[eRegisterKindLLDB]; in GetReturnValueObjectSimple()
608 reg_ctx_sp->GetRegisterInfoByName("r2", 0)->kinds[eRegisterKindLLDB]; in GetReturnValueObjectImpl()

12345678910>>...36