| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsMTInstrInfo.td | 45 dag OutOperandList = (outs GPR32Opnd:$rt); 70 dag InOperandList = (ins GPR32Opnd:$rt); 71 string AsmString = "fork\t$rd, $rs, $rt"; 190 def : MipsInstAlias<"mftc0 $rd, $rt", (MFTC0 GPR32Opnd:$rd, COP0Opnd:$rt, 0), 193 def : MipsInstAlias<"mftlo $rt", (MFTLO GPR32Opnd:$rt, AC0), 1>, ASE_MT; 195 def : MipsInstAlias<"mfthi $rt", (MFTHI GPR32Opnd:$rt, AC0), 1>, ASE_MT; 197 def : MipsInstAlias<"mftacx $rt", (MFTACX GPR32Opnd:$rt, AC0), 1>, ASE_MT; 199 def : MipsInstAlias<"mttc0 $rd, $rt", (MTTC0 COP0Opnd:$rt, GPR32Opnd:$rd, 0), 202 def : MipsInstAlias<"mttlo $rt", (MTTLO AC0, GPR32Opnd:$rt), 1>, ASE_MT; 204 def : MipsInstAlias<"mtthi $rt", (MTTHI AC0, GPR32Opnd:$rt), 1>, ASE_MT; [all …]
|
| H A D | MicroMips32r6InstrFormats.td | 68 bits<5> rt; 81 bits<5> rt; 104 bits<2> rt; 117 bits<5> rt; 144 bits<5> rt; 172 bits<5> rt; 186 bits<5> rt; 199 bits<5> rt; 211 bits<5> rt; 225 bits<5> rt; [all …]
|
| H A D | MicroMipsDSPInstrFormats.td | 27 bits<5> rt; 37 bits<5> rt; 48 bits<5> rt; 63 bits<5> rt; 74 bits<5> rt; 86 bits<5> rt; 99 bits<5> rt; 112 bits<5> rt; 125 bits<5> rt; 138 bits<5> rt; [all …]
|
| H A D | MicroMipsInstrFormats.td | 58 bits<3> rt; 84 bits<3> rt; 97 bits<3> rt; 124 bits<3> rt; 136 bits<5> rt; 147 bits<3> rt; 275 bits<3> rt; 296 bits<5> rt; 324 bits<5> rt; 337 bits<5> rt; [all …]
|
| H A D | MicroMipsInstrInfo.td | 283 let Constraints = "$rt = $dst"; 292 let Constraints = "$rt = $dst"; 326 let Constraints = "$rt = $dst"; 1264 def : MipsPat<(bswap GPR32:$rt), (ROTR_MM (WSBH_MM GPR32:$rt), 16)>, 1336 (SUB_MM GPR32Opnd:$rt, ZERO, GPR32Opnd:$rt), 1>, 1342 (SUBu_MM GPR32Opnd:$rt, ZERO, GPR32Opnd:$rt), 1>, 1357 "sgt $rd, $rs, $rt", 1360 "sgt $rs, $rt", 1366 "sgtu $rs, $rt", 1387 (ROTR_MM GPR32Opnd:$rt, GPR32Opnd:$rt, uimm5:$imm), 0>; [all …]
|
| H A D | Mips64InstrInfo.td | 408 : InstSE<(outs GPR64Opnd:$rt), 856 def : MipsPat<(bswap GPR64:$rt), (DSHD (DSBH GPR64:$rt))>, ISA_MIPS64R2; 981 def : MipsInstAlias<"dneg $rt", 982 (DSUB GPR64Opnd:$rt, ZERO_64, GPR64Opnd:$rt), 1>, 987 def : MipsInstAlias<"dnegu $rt", 988 (DSUBu GPR64Opnd:$rt, ZERO_64, GPR64Opnd:$rt), 1>, 1085 (EXTS32 GPR64Opnd:$rt, GPR64Opnd:$rt, 1095 (CINS32 GPR64Opnd:$rt, GPR64Opnd:$rt, 1167 def : MipsInstAlias<"ddivu $rt, $rs", (DUDivMacro GPR64Opnd:$rt, 1191 def : MipsInstAlias<"drem $rt, $rs", (DSRemMacro GPR64Opnd:$rt, [all …]
|
| H A D | MipsInstrFormats.td | 157 bits<5> rt; 189 bits<5> rt; 219 bits<5> rt; 246 bits<5> rt; 262 bits<5> rt; 315 bits<5> rt; 352 bits<5> rt; 367 bits<5> rt; 381 bits<5> rt; 456 bits<5> rt; [all …]
|
| H A D | MipsDSPInstrFormats.td | 68 bits<5> rt; 95 bits<5> rt; 108 bits<5> rt; 122 bits<5> rt; 137 bits<5> rt; 164 bits<5> rt; 195 bits<5> rt; 208 bits<5> rt; 225 bits<5> rt; 241 bits<5> rt; [all …]
|
| H A D | MipsInstrInfo.td | 1389 InstSE<(outs RO:$rt), (ins MO:$addr), !strconcat(opstr, "\t$rt, $addr"), 1404 InstSE<(outs), (ins RO:$rt, MO:$addr), !strconcat(opstr, "\t$rt, $addr"), 1458 InstSE<(outs RC:$rt), (ins mem:$addr), !strconcat(opstr, "\t$rt, $addr"), 1771 InstSE<(outs RO:$rd), (ins RO:$rt), !strconcat(opstr, "\t$rd, $rt"), 1847 InstSE<(outs RO:$rt), (ins MO:$addr), !strconcat(opstr, "\t$rt, $addr"), 2791 "not $rt", 2792 (NOR GPR32Opnd:$rt, GPR32Opnd:$rt, ZERO), 0>, ISA_MIPS1; 3039 def : MipsInstAlias<"divu $rt, $rs", (UDIV GPR32ZeroOpnd:$rt, 3042 def : MipsInstAlias<"divu $rt, $rs", (UDivMacro GPR32NonZeroOpnd:$rt, 3068 def : MipsInstAlias<"rem $rt, $rs", (SRemMacro GPR32Opnd:$rt, GPR32Opnd:$rt, [all …]
|
| H A D | Mips32r6InstrFormats.td | 178 bits<5> rt; 205 bits<5> rt; 310 bits<5> rt; 355 bits<5> rt; 381 bits<5> rt; 396 bits<5> rt; 411 bits<5> rt; 434 bits<5> rt; 456 bits<5> rt; 473 bits<5> rt; [all …]
|
| H A D | MicroMips32r6InstrInfo.td | 647 dag OutOperandList = (outs RO:$rt); 838 string Constraints = "$rt = $dst"; 1310 string Constraints = "$src = $rt"; 1702 def : MipsInstAlias<"not $rt, $rs", 1705 def : MipsInstAlias<"not $rt", 1706 (NOR_MMR6 GPR32Opnd:$rt, GPR32Opnd:$rt, ZERO), 0>, 1711 def : MipsInstAlias<"neg $rt, $rs", 1714 def : MipsInstAlias<"neg $rt", 1715 (SUB_MMR6 GPR32Opnd:$rt, ZERO, GPR32Opnd:$rt), 1>, 1720 def : MipsInstAlias<"negu $rt", [all …]
|
| /llvm-project-15.0.7/clang/runtime/ |
| H A D | CMakeLists.txt | 38 # Add compiler-rt as an external project. 44 add_custom_target(compiler-rt-clear 69 ExternalProject_Add(compiler-rt 105 ExternalProject_Add_Step(compiler-rt clean 107 COMMENT "Cleaning compiler-rt..." 115 COMPONENT compiler-rt) 117 add_llvm_install_targets(install-compiler-rt 118 DEPENDS compiler-rt 127 DEPENDS compiler-rt-configure 154 add_custom_target(check-compiler-rt [all …]
|
| /llvm-project-15.0.7/compiler-rt/include/ |
| H A D | CMakeLists.txt | 60 # Copy compiler-rt headers to the build tree. 68 COMMENT "Copying compiler-rt's ${f}...") 73 add_dependencies(compiler-rt compiler-rt-headers) 78 COMPONENT compiler-rt-headers 83 COMPONENT compiler-rt-headers 88 COMPONENT compiler-rt-headers 93 COMPONENT compiler-rt-headers 98 COMPONENT compiler-rt-headers 103 add_custom_target(install-compiler-rt-headers 104 DEPENDS compiler-rt-headers [all …]
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/lib/ |
| H A D | BUILD.gn | 3 "//compiler-rt/lib/asan:ignorelist($host_toolchain)", 4 "//compiler-rt/lib/cfi:ignorelist($host_toolchain)", 7 deps += [ "//compiler-rt/lib/msan" ] 10 deps += [ "//compiler-rt/lib/ubsan_minimal" ] 13 deps += [ "//compiler-rt/lib/asan" ] 15 deps += [ "//compiler-rt/lib/tsan/rtl" ] 19 deps += [ "//compiler-rt/lib/builtins" ] 22 deps += [ "//compiler-rt/lib/profile" ]
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | OrcRTBootstrap.cpp | 50 return WrapperFunction<rt::SPSRunAsMainSignature>::handle( in runAsMainWrapper() 60 M[rt::MemoryWriteUInt8sWrapperName] = ExecutorAddr::fromPtr( in addTo() 63 M[rt::MemoryWriteUInt16sWrapperName] = ExecutorAddr::fromPtr( in addTo() 66 M[rt::MemoryWriteUInt32sWrapperName] = ExecutorAddr::fromPtr( in addTo() 69 M[rt::MemoryWriteUInt64sWrapperName] = ExecutorAddr::fromPtr( in addTo() 72 M[rt::MemoryWriteBuffersWrapperName] = in addTo() 74 M[rt::RegisterEHFrameSectionWrapperName] = in addTo() 76 M[rt::DeregisterEHFrameSectionWrapperName] = in addTo() 78 M[rt::RunAsMainWrapperName] = ExecutorAddr::fromPtr(&runAsMainWrapper); in addTo()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/lib/asan/ |
| H A D | BUILD.gn | 1 import("//compiler-rt/target.gni") 73 # FIXME: link rt dl m pthread log 179 "//compiler-rt/lib/interception:sources", 180 "//compiler-rt/lib/lsan:common_sources", 182 "//compiler-rt/lib/ubsan:cxx_sources", 183 "//compiler-rt/lib/ubsan:sources", 210 "//compiler-rt/lib/interception:sources", 211 "//compiler-rt/lib/lsan:common_sources", 213 "//compiler-rt/lib/ubsan:sources", 224 "//compiler-rt/lib/ubsan:cxx_sources", [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/mips32r6/ |
| H A D | valid.s | 6 # rt == 0 7 # rt != 0 8 # rs < rt 9 # rs == rt 10 # rs > rt
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/mips64r6/ |
| H A D | valid.s | 6 # rt == 0 7 # rt != 0 8 # rs < rt 9 # rs == rt 10 # rs > rt
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_report.cpp | 239 static void PrintThread(const ReportThread *rt) { in PrintThread() argument 244 Printf(" Thread T%d", rt->id); in PrintThread() 245 if (rt->name && rt->name[0] != '\0') in PrintThread() 246 Printf(" '%s'", rt->name); in PrintThread() 249 if (rt->thread_type == ThreadType::Worker) { in PrintThread() 257 thread_name(thrbuf, rt->parent_tid)); in PrintThread() 258 if (rt->stack) in PrintThread() 262 PrintStack(rt->stack); in PrintThread() 442 if (rt->id == kMainGoroutineId) in PrintThread() 446 rt->id, rt->running ? "running" : "finished"); in PrintThread() [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_report.cpp | 233 static void PrintThread(const ReportThread *rt) { in PrintThread() argument 238 Printf(" Thread T%d", rt->id); in PrintThread() 239 if (rt->name && rt->name[0] != '\0') in PrintThread() 240 Printf(" '%s'", rt->name); in PrintThread() 243 if (rt->thread_type == ThreadType::Worker) { in PrintThread() 251 thread_name(thrbuf, rt->parent_tid)); in PrintThread() 252 if (rt->stack) in PrintThread() 256 PrintStack(rt->stack); in PrintThread() 439 if (rt->id == kMainGoroutineId) in PrintThread() 443 rt->id, rt->running ? "running" : "finished"); in PrintThread() [all …]
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/test/asan/ |
| H A D | BUILD.gn | 1 import("//compiler-rt/target.gni") 2 import("//compiler-rt/test/test.gni") 23 "COMPILER_RT_BINARY_DIR=" + rebase_path("$root_gen_dir/compiler-rt"), 32 "//compiler-rt/include($host_toolchain)", 33 "//compiler-rt/lib/asan", 34 "//compiler-rt/lib/asan:ignorelist($host_toolchain)", 35 "//compiler-rt/lib/profile", 36 "//compiler-rt/test:lit_common_configured",
|
| /llvm-project-15.0.7/compiler-rt/cmake/ |
| H A D | base-config-ix.cmake | 20 # Top level target used to build all compiler-rt libraries. 21 add_custom_target(compiler-rt ALL) 22 add_custom_target(install-compiler-rt) 23 add_custom_target(install-compiler-rt-stripped) 26 compiler-rt 27 install-compiler-rt 28 install-compiler-rt-stripped 71 "Path where built compiler-rt libraries should be stored.") 73 "Path where built compiler-rt executables should be stored.") 118 "Path where compiler-rt headers should be installed.") [all …]
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/lib/msan/ |
| H A D | BUILD.gn | 1 import("//compiler-rt/target.gni") 12 "//compiler-rt/lib/interception:sources", 13 "//compiler-rt/lib/sanitizer_common:sources", 14 "//compiler-rt/lib/ubsan:sources", 47 # FIXME: link rt dl m pthread log 63 deps = [ "//compiler-rt/lib/ubsan:cxx_sources" ]
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/ |
| H A D | BUILD.gn | 5 # In the GN build, compiler-rt is always built by just-built clang and lld. 19 group("compiler-rt") { 20 deps = [ "//compiler-rt/include($host_toolchain)" ] 22 deps += [ "//compiler-rt/lib($toolchain)" ] 29 deps += [ "//compiler-rt/lib/builtins(//llvm/utils/gn/build/toolchain:stage2_ios_aarch64)" ] 32 deps += [ "//compiler-rt/lib/builtins(//llvm/utils/gn/build/toolchain:stage2_iossim_x64)" ]
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | BUILD.gn | 9 deps = [ "//compiler-rt/lib/scudo/standalone:sources" ] 42 "//compiler-rt/lib/scudo/standalone:c_wrapper_sources", 43 "//compiler-rt/lib/scudo/standalone:sources", 56 "//compiler-rt/lib/scudo/standalone:c_wrapper_sources", 57 "//compiler-rt/lib/scudo/standalone:cxx_wrapper_sources", 58 "//compiler-rt/lib/scudo/standalone:sources",
|