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.cpp769 const ConstantRange &RCR) { in narrowSDivOrSRem() argument
780 std::max(LCR.getMinSignedBits(), RCR.getMinSignedBits()); in narrowSDivOrSRem()
784 if (RCR.contains(APInt::getAllOnes(OrigWidth)) && in narrowSDivOrSRem()
947 const ConstantRange &RCR, LazyValueInfo *LVI) { in processSRem() argument
950 if (LCR.abs().icmp(CmpInst::ICMP_ULT, RCR.abs())) { in processSRem()
961 {SDI->getOperand(1), getDomain(RCR)}}}; in processSRem()
1006 const ConstantRange &RCR, LazyValueInfo *LVI) { in processSDiv() argument
1010 ConstantRange DivCR = LCR.sdiv(RCR); in processSDiv()
1022 {SDI->getOperand(1), getDomain(RCR)}}}; in processSDiv()
1068 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/Analysis/
H A DHashRecognize.cpp207 auto RCR = ConstantRange::fromKnownBits(KnownR, false); in computeInstr() local
208 auto AllowedR = ConstantRange::makeAllowedICmpRegion(Pred, RCR); in computeInstr()
H A DValueTracking.cpp9272 CmpPredicate RPred, const ConstantRange &RCR) { in isImpliedCondCommonOperandWithCR() argument
9276 if (CR.icmp(Pred, RCR)) in isImpliedCondCommonOperandWithCR()
9280 if (CR.icmp(CmpInst::getInversePredicate(Pred), RCR)) in isImpliedCondCommonOperandWithCR()
9342 ConstantRange RCR = computeConstantRange( in isImpliedCondICmps() local
9347 if (auto R = isImpliedCondCommonOperandWithCR(LPred, LCR, RPred, RCR)) in isImpliedCondICmps()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedSkylakeClient.td1210 "RCR(8|16|32|64)m(1|i)")>;
1309 "RCR(16|32|64)rCL")>;
1393 def: InstRW<[SKLWriteResGroup185], (instregex "RCR(8|16|32|64)mCL")>;
H A DX86SchedBroadwell.td1139 "RCR(8|16|32|64)m(1|i)")>;
1226 "RCR(16|32|64)rCL")>;
1333 def: InstRW<[BWWriteResGroup160], (instregex "RCR(8|16|32|64)mCL")>;
H A DX86SchedHaswell.td1301 "RCR(8|16|32|64)m(1|i)")>;
1485 "RCR(16|32|64)rCL")>;
1513 def: InstRW<[HWWriteResGroup135], (instregex "RCR(8|16|32|64)mCL")>;
H A DX86SchedSandyBridge.td766 "RCR(8|16|32|64)rCL")>;
1093 "RCR(8|16|32|64)m")>;
H A DX86SchedSkylakeServer.td1593 "RCR(8|16|32|64)m(1|i)")>;
1900 "RCR(16|32|64)rCL")>;
2074 def: InstRW<[SKXWriteResGroup208], (instregex "RCR(8|16|32|64)mCL")>;
H A DX86SchedIceLake.td1621 "RCR(8|16|32|64)m(1|i)")>;
1930 "RCR(16|32|64)rCL")>;
2104 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/one-true-awk/testdir/
H A Dfunstack.in9265 @Article{Merrill:1973:RCR,