Searched refs:MOPS (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | elfnix_platform.cpp | 147 static ELFNixPlatformRuntimeState *MOPS; member in __anon1e10af150111::ELFNixPlatformRuntimeState 166 ELFNixPlatformRuntimeState *ELFNixPlatformRuntimeState::MOPS = nullptr; member in __anon1e10af150111::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 __anon67290b370211::MachOPlatformRuntimeState 446 MachOPlatformRuntimeState *MachOPlatformRuntimeState::MOPS = nullptr; member in __anon67290b370411::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()
|
| /src/ |
| H A D | RELNOTES | 31 the MOPS (Memory Operations) feature instructions when they are
|
| /src/sys/arm64/arm64/ |
| H A D | identcpu.c | 1093 MRS_FIELD_VALUE_NONE_IMPL(ID_AA64ISAR2, MOPS, NONE, IMPL), 1157 MRS_FIELD_HWCAP(ID_AA64ISAR2, MOPS, false, MRS_LOWER, MRS_USERSPACE,
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Features.td | 322 def FeatureMOPS : ExtensionWithMArch<"mops", "MOPS", "FEAT_MOPS",
|
| H A D | AArch64InstrInfo.td | 9875 // MOPS Node operands: 0: Dst, 1: Src or Value, 2: Size, 3: Chain 9876 // MOPS Node results: 0: Dst writeback, 1: Size writeback, 2: Chain 9883 // MOPS operations always contain three 4-byte instructions
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAArch64.td | 934 // Memory Operations (MOPS) Intrinsics
|