Searched refs:MOPS (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | elfnix_platform.cpp | 147 static ELFNixPlatformRuntimeState *MOPS; member in __anond65998760111::ELFNixPlatformRuntimeState 166 ELFNixPlatformRuntimeState *ELFNixPlatformRuntimeState::MOPS = nullptr; member in __anond65998760111::ELFNixPlatformRuntimeState 169 assert(!MOPS && "ELFNixPlatformRuntimeState should be null"); in initialize() 170 MOPS = new ELFNixPlatformRuntimeState(DSOHandle); in initialize() 174 assert(MOPS && "ELFNixPlatformRuntimeState not initialized"); in get() 175 return *MOPS; in get() 179 assert(MOPS && "ELFNixPlatformRuntimeState not initialized"); in destroy() 180 delete MOPS; in destroy()
|
| H A D | macho_platform.cpp | 384 static MachOPlatformRuntimeState *MOPS; member in __anond959cc780211::MachOPlatformRuntimeState 446 MachOPlatformRuntimeState *MachOPlatformRuntimeState::MOPS = nullptr; member in __anond959cc780411::MachOPlatformRuntimeState 449 assert(!MOPS && "MachOPlatformRuntimeState should be null"); in create() 450 MOPS = new MachOPlatformRuntimeState(); in create() 451 return MOPS->initialize(); in create() 455 assert(MOPS && "MachOPlatformRuntimeState not initialized"); in get() 456 return *MOPS; in get() 460 assert(MOPS && "MachOPlatformRuntimeState not initialized"); in destroy() 461 auto Err = MOPS->shutdown(); in destroy() 462 delete MOPS; in destroy()
|
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | identcpu.c | 911 MRS_FIELD_VALUE_NONE_IMPL(ID_AA64ISAR2, MOPS, NONE, IMPL), 960 MRS_FIELD(ID_AA64ISAR2, MOPS, false, MRS_EXACT, id_aa64isar2_mops),
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAArch64.td | 912 // Memory Operations (MOPS) Intrinsics
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.td | 9277 // MOPS Node operands: 0: Dst, 1: Src or Value, 2: Size, 3: Chain 9278 // MOPS Node results: 0: Dst writeback, 1: Size writeback, 2: Chain 9285 // MOPS operations always contain three 4-byte instructions
|