Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp147 static ELFNixPlatformRuntimeState *MOPS; member in __anonb364b2400111::ELFNixPlatformRuntimeState
166 ELFNixPlatformRuntimeState *ELFNixPlatformRuntimeState::MOPS = nullptr; member in __anonb364b2400111::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 Dmacho_platform.cpp384 static MachOPlatformRuntimeState *MOPS; in destroy()
446 MachOPlatformRuntimeState *MachOPlatformRuntimeState::MOPS = nullptr; in deregisterJITDylib()
449 assert(!MOPS && "MachOPlatformRuntimeState should be null"); in deregisterJITDylib()
450 MOPS = new MachOPlatformRuntimeState(); in deregisterJITDylib()
451 return MOPS->initialize(); in deregisterJITDylib()
455 assert(MOPS && "MachOPlatformRuntimeState not initialized"); in deregisterJITDylib()
456 return *MOPS; in deregisterJITDylib()
460 assert(MOPS && "MachOPlatformRuntimeState not initialized"); in deregisterJITDylib()
461 auto Err = MOPS->shutdown(); in deregisterJITDylib()
462 delete MOPS; in deregisterJITDylib()
348 static MachOPlatformRuntimeState *MOPS; global() member in __anon3d23d5020211::MachOPlatformRuntimeState
369 MachOPlatformRuntimeState *MachOPlatformRuntimeState::MOPS = nullptr; global() member in __anon3d23d5020211::MachOPlatformRuntimeState
[all...]
/freebsd/sys/arm64/arm64/
H A Didentcpu.c1006 MRS_FIELD_VALUE_NONE_IMPL(ID_AA64ISAR2, MOPS, NONE, IMPL),
1055 MRS_FIELD(ID_AA64ISAR2, MOPS, false, MRS_LOWER, 0, id_aa64isar2_mops),
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Features.td322 def FeatureMOPS : ExtensionWithMArch<"mops", "MOPS", "FEAT_MOPS",
H A DAArch64InstrInfo.td9875 // 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
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td934 // Memory Operations (MOPS) Intrinsics