Home
last modified time | relevance | path

Searched refs:ORM (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrPatternsVec.td127 def: Mask_Binary<v256i1, or, "ORM">;
H A DVEInstrVec.td73 // ANDM/ORM/XORM/EQVM/NNDM/NEGM instructions using VM512
777 // e.g. ANDM, ORM, XORM, and etc.
1491 // Section 8.17.5 - ORM (Or VM)
1492 defm ORM : RVM2m<"orm", 0x85, VM>;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2131 std::optional<RoundingMode> ORM = CI->getRoundingMode(); in mayFoldConstrained() local
2141 if (ORM == RoundingMode::Dynamic) in mayFoldConstrained()
2157 std::optional<RoundingMode> ORM = CI->getRoundingMode(); in getEvaluationRoundingMode() local
2158 if (!ORM || *ORM == RoundingMode::Dynamic) in getEvaluationRoundingMode()
2164 return *ORM; in getEvaluationRoundingMode()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c548 DBG_SET_FLAG_MIN("remove", ORM); in pmc_debugflags_parse()
851 PMCDBG1(OWN,ORM,1, "remove-owner po=%p", po); in pmc_remove_owner()
858 PMCDBG1(OWN,ORM,2, "pmc=%p", pm); in pmc_remove_owner()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2215 auto Remark = [&](OptimizationRemarkMissed ORM) { in runTillFixpoint() argument
2216 return ORM << "Attributor did not reach a fixpoint after " in runTillFixpoint()
H A DOpenMPOpt.cpp1589 auto Remark = [&](OptimizationRemarkMissed ORM) { in analysisGlobalization() argument
1590 return ORM in analysisGlobalization()
H A DAttributorAttributes.cpp7093 auto Remark = [&](OptimizationRemarkMissed ORM) { in updateImpl() argument
7094 return ORM in updateImpl()