Home
last modified time | relevance | path

Searched refs:RCR (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp747 const ConstantRange &RCR) { in narrowSDivOrSRem() argument
758 std::max(LCR.getMinSignedBits(), RCR.getMinSignedBits()); in narrowSDivOrSRem()
762 if (RCR.contains(APInt::getAllOnes(OrigWidth)) && in narrowSDivOrSRem()
927 const ConstantRange &RCR, LazyValueInfo *LVI) { in processSRem() argument
930 if (LCR.abs().icmp(CmpInst::ICMP_ULT, RCR.abs())) { in processSRem()
941 {SDI->getOperand(1), getDomain(RCR)}}}; in processSRem()
986 const ConstantRange &RCR, LazyValueInfo *LVI) { in processSDiv() argument
990 ConstantRange DivCR = LCR.sdiv(RCR); in processSDiv()
1002 {SDI->getOperand(1), getDomain(RCR)}}}; in processSDiv()
1048 ConstantRange RCR = in processSDivOrSRem() local
[all …]
/freebsd/sys/dev/smc/
H A Dif_smcreg.h68 #define RCR 0x4 macro
H A Dif_smc.c1147 smc_write_2(sc, RCR, RCR_SOFT_RST); in smc_reset()
1161 smc_write_2(sc, RCR, 0); in smc_reset()
1198 smc_write_2(sc, RCR, RCR_RXEN | RCR_STRIP_CRC); in smc_enable()
1237 smc_write_2(sc, RCR, 0); in smc_stop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp152 const ConstantRange &RCR = RA.getRange(); in cmpAttrs() local
153 if (int Res = cmpAPInts(LCR.getLower(), RCR.getLower())) in cmpAttrs()
155 if (int Res = cmpAPInts(LCR.getUpper(), RCR.getUpper())) in cmpAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedBroadwell.td1149 "RCR(8|16|32|64)m(1|i)")>;
1236 "RCR(16|32|64)rCL")>;
1343 def: InstRW<[BWWriteResGroup160], (instregex "RCR(8|16|32|64)mCL")>;
H A DX86SchedSkylakeClient.td1222 "RCR(8|16|32|64)m(1|i)")>;
1335 "RCR(16|32|64)rCL")>;
1419 def: InstRW<[SKLWriteResGroup185], (instregex "RCR(8|16|32|64)mCL")>;
H A DX86SchedHaswell.td1309 "RCR(8|16|32|64)m(1|i)")>;
1500 "RCR(16|32|64)rCL")>;
1528 def: InstRW<[HWWriteResGroup135], (instregex "RCR(8|16|32|64)mCL")>;
H A DX86SchedSandyBridge.td760 "RCR(8|16|32|64)rCL")>;
1086 "RCR(8|16|32|64)m")>;
H A DX86SchedSkylakeServer.td1609 "RCR(8|16|32|64)m(1|i)")>;
1916 "RCR(16|32|64)rCL")>;
2090 def: InstRW<[SKXWriteResGroup208], (instregex "RCR(8|16|32|64)mCL")>;
H A DX86SchedIceLake.td1624 "RCR(8|16|32|64)m(1|i)")>;
1933 "RCR(16|32|64)rCL")>;
2107 def: InstRW<[ICXWriteResGroup208], (instregex "RCR(8|16|32|64)mCL")>;
H A DX86ScheduleAtom.td514 def : InstRW<[AtomWrite0_1], (instregex "(RCL|RCR|ROL|ROR|SAR|SHL|SHR)(8|16|32|64)m",
H A DX86ScheduleZnver1.td713 // RCR RCL.
H A DX86ScheduleZnver2.td723 // RCR RCL.
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp9050 CmpInst::Predicate RPred, const ConstantRange &RCR) { in isImpliedCondCommonOperandWithCR() argument
9053 if (DomCR.icmp(RPred, RCR)) in isImpliedCondCommonOperandWithCR()
9057 if (DomCR.icmp(CmpInst::getInversePredicate(RPred), RCR)) in isImpliedCondCommonOperandWithCR()
9109 ConstantRange RCR = computeConstantRange( in isImpliedCondICmps() local
9114 if (auto R = isImpliedCondCommonOperandWithCR(LPred, LCR, RPred, RCR)) in isImpliedCondICmps()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in9265 @Article{Merrill:1973:RCR,