Searched refs:ORM (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrPatternsVec.td | 127 def: Mask_Binary<v256i1, or, "ORM">;
|
| H A D | VEInstrVec.td | 73 // 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 D | ConstantFolding.cpp | 1931 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 D | hwpmc_mod.c | 543 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 D | Attributor.cpp | 2223 auto Remark = [&](OptimizationRemarkMissed ORM) { in runTillFixpoint() argument 2224 return ORM << "Attributor did not reach a fixpoint after " in runTillFixpoint()
|
| H A D | OpenMPOpt.cpp | 1587 auto Remark = [&](OptimizationRemarkMissed ORM) { in analysisGlobalization() argument 1588 return ORM in analysisGlobalization()
|
| H A D | AttributorAttributes.cpp | 7032 auto Remark = [&](OptimizationRemarkMissed ORM) { in updateImpl() argument 7033 return ORM in updateImpl()
|