Home
last modified time | relevance | path

Searched refs:MOPS (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp148 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 Dmacho_platform.cpp308 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 DAArch64FMV.td62 def : FMVExtension<"mops", "MOPS">;
H A DAArch64Features.td323 def FeatureMOPS : ExtensionWithMArch<"mops", "MOPS", "FEAT_MOPS",
H A DAArch64InstrInfo.td10458 // MOPS operations always contain three 4-byte instructions
/freebsd/
H A DRELNOTES150 the MOPS (Memory Operations) feature instructions when they are
/freebsd/sys/arm64/arm64/
H A Didentcpu.c1093 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 DIntrinsicsAArch64.td968 // Memory Operations (MOPS) Intrinsics