Home
last modified time | relevance | path

Searched defs:regs (Results 1 – 24 of 24) sorted by relevance

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cpp36 user_regs_struct regs; in main() local
53 struct pt_regs &regs = regs_buf[1]; in main() local
86 struct user_pt_regs regs; in main() local
106 struct user_pt_regs regs; in main() local
128 struct _user_regs_struct regs; in main() local
/llvm-project/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.cpp42 UpdateARM64SVERegistersInfos(DynamicRegisterInfo::reg_collection_range regs, in UpdateARM64SVERegistersInfos() argument
64 UpdateARM64SMERegistersInfos(DynamicRegisterInfo::reg_collection_range regs, in UpdateARM64SMERegistersInfos() argument
107 auto regs = reg_info.registers<DynamicRegisterInfo::reg_collection_range>(); ReconfigureRegisterInfo() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_registers.h28 Registers regs; in GetRegisters() local
H A Dhwasan_checks.h44 auto regs = GetRegisters(); in SigTrap() local
94 auto regs = GetRegisters(); in SigTrap() local
/llvm-project/lldb/examples/
H A Dptrace_example.c58 struct user_pt_regs regs; in debugger() local
/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIX86.cpp58 addPartialRegisters(std::vector<DynamicRegisterInfo::Register> &regs, in addPartialRegisters()
90 addCombinedRegisters(std::vector<DynamicRegisterInfo::Register> &regs, in addCombinedRegisters()
201 std::vector<DynamicRegisterInfo::Register> &regs) { in AugmentRegisterInfo()
/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIAArch64.cpp103 std::vector<lldb_private::DynamicRegisterInfo::Register> &regs, in addPartialRegisters() argument
132 std::vector<lldb_private::DynamicRegisterInfo::Register> &regs) { in AugmentRegisterInfo() argument
[all...]
/llvm-project/lldb/source/Target/
H A DABI.cpp252 std::vector<DynamicRegisterInfo::Register> &regs) { in AugmentRegisterInfo() argument
272 std::vector<DynamicRegisterInfo::Register> &regs) { in AugmentRegisterInfo() argument
H A DDynamicRegisterInfo.cpp223 StructuredData::Array *regs = nullptr; in SetRegisterInfo() local
397 SetRegisterInfo(std::vector<DynamicRegisterInfo::Register> && regs,const ArchSpec & arch) SetRegisterInfo() argument
812 addSupplementaryRegister(std::vector<DynamicRegisterInfo::Register> & regs,DynamicRegisterInfo::Register new_reg_info) addSupplementaryRegister() argument
[all...]
/llvm-project/lldb/test/API/python_api/sbvalue_const_addrof/
H A Dmain.cpp19 RegisterContext regs; member
/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h165 ArrayRef<Register> regs() const { return ArrayRef(NewRegs).slice(FirstNew); } in regs() function
/llvm-project/lldb/unittests/Target/
H A DDynamicRegisterInfoTest.cpp19 static std::vector<uint32_t> regs_to_vector(uint32_t *regs) { in regs_to_vector()
/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_dispatch.c92 uint32_t regs[4] = {0}; in get_cpu_features() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp150 regs_struct regs; in GetRegistersAndSP() local
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp341 struct reg regs; in GetRegistersAndSP() local
H A Dsanitizer_stoptheworld_linux_libcdep.cpp602 for (uptr regs : kExtraRegs) GetRegistersAndSP() local
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cpp95 regs_struct regs; main() local
/llvm-project/lldb/source/Symbol/
H A DArmUnwindInfo.cpp158 uint16_t regs = ((byte1 & 0x0f) << 8) | byte2; in GetUnwindPlan() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DNVVMDialect.cpp173 SmallVector<Value, 4> regs; print() member
284 SmallVector<OpAsmParser::UnresolvedOperand, 4> regs; parse() member
[all...]
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_i386.cpp61 GPR regs; // General purpose registers. member
/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp759 AugmentRegisterInfo(std::vector<lldb_private::DynamicRegisterInfo::Register> & regs) AugmentRegisterInfo() argument
/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp2582 uint32_t regs; // number of registers in EmulateVPUSH() local
2674 uint32_t regs; // number of registers in EmulateVPOP() local
11216 uint32_t regs; in EmulateVLDM() local
11410 uint32_t regs; in EmulateVSTM() local
11863 uint32_t regs; in EmulateVLD1Multiple() local
12197 uint32_t regs; in EmulateVST1Multiple() local
12513 uint32_t regs; in EmulateVLD1SingleAll() local
/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1790 unsigned regs = fieldFromInstruction(Val, 0, 8); DecodeSPRRegListOperand() local
1815 unsigned regs = fieldFromInstruction(Val, 1, 7); DecodeDPRRegListOperand() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp848 : ValueVTs(1, valuevt), RegVTs(1, regvt), Regs(regs), in RegsForValue() argument