Searched refs:MOPS (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | elfnix_platform.cpp | 148 static ELFNixPlatformRuntimeState *MOPS; member in __anonb364b2400111::ELFNixPlatformRuntimeState 167 ELFNixPlatformRuntimeState *ELFNixPlatformRuntimeState::MOPS = nullptr; member in __anonb364b2400111::ELFNixPlatformRuntimeState 170 assert(!MOPS && "ELFNixPlatformRuntimeState should be null"); in initialize() 171 MOPS = new ELFNixPlatformRuntimeState(DSOHandle); in initialize() 175 assert(MOPS && "ELFNixPlatformRuntimeState not initialized"); in get() 176 return *MOPS; in get() 180 assert(MOPS && "ELFNixPlatformRuntimeState not initialized"); in destroy() 181 delete MOPS; in destroy()
|
| H A D | macho_platform.cpp | 308 static MachOPlatformRuntimeState *MOPS; member in __anon3d23d5020211::MachOPlatformRuntimeState 370 MachOPlatformRuntimeState *MachOPlatformRuntimeState::MOPS = nullptr; member in __anon3d23d5020311::MachOPlatformRuntimeState 373 assert(!MOPS && "MachOPlatformRuntimeState should be null"); in create() 374 MOPS = new MachOPlatformRuntimeState(); in create() 375 return MOPS->initialize(); in create() 379 assert(MOPS && "MachOPlatformRuntimeState not initialized"); in get() 380 return *MOPS; in get() 384 assert(MOPS && "MachOPlatformRuntimeState not initialized"); in destroy() 385 auto Err = MOPS->shutdown(); in destroy() 386 delete MOPS; in destroy()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FMV.td | 62 def : FMVExtension<"mops", "MOPS">;
|
| H A D | AArch64Features.td | 323 def FeatureMOPS : ExtensionWithMArch<"mops", "MOPS", "FEAT_MOPS",
|
| H A D | AArch64InstrInfo.td | 10458 // MOPS operations always contain three 4-byte instructions
|
| /freebsd/ |
| H A D | RELNOTES | 150 the MOPS (Memory Operations) feature instructions when they are
|
| /freebsd/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,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAArch64.td | 968 // Memory Operations (MOPS) Intrinsics
|