Searched refs:MOPS (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | elfnix_platform.cpp | 147 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 D | macho_platform.cpp | 384 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 D | identcpu.c | 1006 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 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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsAArch64.td | 934 // Memory Operations (MOPS) Intrinsics
|