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.cpp1931 std::optional<RoundingMode> ORM = CI->getRoundingMode(); in mayFoldConstrained() local
1941 if (ORM && *ORM == RoundingMode::Dynamic) in mayFoldConstrained()
1957 std::optional<RoundingMode> ORM = CI->getRoundingMode(); in getEvaluationRoundingMode() local
1958 if (!ORM || *ORM == RoundingMode::Dynamic) in getEvaluationRoundingMode()
1964 return *ORM; in getEvaluationRoundingMode()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c543 DBG_SET_FLAG_MIN("remove", ORM); in pmc_debugflags_parse()
848 PMCDBG1(OWN,ORM,1, "remove-owner po=%p", po); in pmc_remove_owner()
855 PMCDBG1(OWN,ORM,2, "pmc=%p", pm); in pmc_remove_owner()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2223 auto Remark = [&](OptimizationRemarkMissed ORM) { in runTillFixpoint() argument
2224 return ORM << "Attributor did not reach a fixpoint after " in runTillFixpoint()
H A DOpenMPOpt.cpp1587 auto Remark = [&](OptimizationRemarkMissed ORM) { in analysisGlobalization() argument
1588 return ORM in analysisGlobalization()
H A DAttributorAttributes.cpp7032 auto Remark = [&](OptimizationRemarkMissed ORM) { in updateImpl() argument
7033 return ORM in updateImpl()