| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | aarch64-mops.ll | 25 ; GISel-MOPS-NEXT: ret 33 ; SDAG-MOPS-O2-NEXT: ret 46 ; GISel-MOPS-NEXT: ret 54 ; SDAG-MOPS-O2-NEXT: ret 71 ; GISel-MOPS-NEXT: ret 83 ; SDAG-MOPS-O2-NEXT: ret 141 ; SDAG-MOPS-O2-NEXT: ret 206 ; SDAG-MOPS-O2-NEXT: ret 383 ; GISel-MOPS-NEXT: ret 405 ; GISel-MOPS-NEXT: ret [all …]
|
| H A D | aarch64-mops-consecutive.ll | 10 ; CHECK-MOPS-LABEL: consecutive: 11 ; CHECK-MOPS: // %bb.0: // %entry 16 ; CHECK-MOPS-NEXT: sub sp, sp, #2016 18 ; CHECK-MOPS-NEXT: mov w8, #1000 19 ; CHECK-MOPS-NEXT: add x9, sp, #8 22 ; CHECK-MOPS-NEXT: mov w12, #6424 23 ; CHECK-MOPS-NEXT: mov w13, #7452 29 ; CHECK-MOPS-NEXT: mov w8, #30 32 ; CHECK-MOPS-NEXT: add x1, sp, #8 38 ; CHECK-MOPS-NEXT: bl fn [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/AArch64/ |
| H A D | armv8.8a-mops.txt | 29 # CHECK-MOPS: cpyfp [x0]!, [x1]!, x2! 32 # CHECK-MOPS: cpyfpn [x0]!, [x1]!, x2! 311 # CHECK-MOPS: setp [x0]!, x1!, x2 312 # CHECK-MOPS: setpt [x0]!, x1!, x2 313 # CHECK-MOPS: setpn [x0]!, x1!, x2 324 # CHECK-MOPS: setm [x0]!, x1!, x2 325 # CHECK-MOPS: setmt [x0]!, x1!, x2 326 # CHECK-MOPS: setmn [x0]!, x1!, x2 337 # CHECK-MOPS: sete [x0]!, x1!, x2 338 # CHECK-MOPS: setet [x0]!, x1!, x2 [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | elfnix_platform.cpp | 141 static ELFNixPlatformRuntimeState *MOPS; member in __anonebe0e5700111::ELFNixPlatformRuntimeState 156 ELFNixPlatformRuntimeState *ELFNixPlatformRuntimeState::MOPS = nullptr; member in __anonebe0e5700111::ELFNixPlatformRuntimeState 159 assert(!MOPS && "ELFNixPlatformRuntimeState should be null"); in initialize() 160 MOPS = new ELFNixPlatformRuntimeState(DSOHandle); in initialize() 164 assert(MOPS && "ELFNixPlatformRuntimeState not initialized"); in get() 165 return *MOPS; in get() 169 assert(MOPS && "ELFNixPlatformRuntimeState not initialized"); in destroy() 170 delete MOPS; in destroy()
|
| H A D | macho_platform.cpp | 216 static MachOPlatformRuntimeState *MOPS; member in __anon104e62320211::MachOPlatformRuntimeState 229 MachOPlatformRuntimeState *MachOPlatformRuntimeState::MOPS = nullptr; member in __anon104e62320211::MachOPlatformRuntimeState 232 assert(!MOPS && "MachOPlatformRuntimeState should be null"); in initialize() 233 MOPS = new MachOPlatformRuntimeState(); in initialize() 237 assert(MOPS && "MachOPlatformRuntimeState not initialized"); in get() 238 return *MOPS; in get() 242 assert(MOPS && "MachOPlatformRuntimeState not initialized"); in destroy() 243 delete MOPS; in destroy()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAArch64.td | 904 // Memory Operations (MOPS) Intrinsics
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.td | 8364 // MOPS Node operands: 0: Dst, 1: Src or Value, 2: Size, 3: Chain 8365 // MOPS Node results: 0: Dst writeback, 1: Size writeback, 2: Chain 8372 // MOPS operations always contain three 4-byte instructions
|