Searched refs:RCR (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 769 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 D | if_smcreg.h | 68 #define RCR 0x4 macro
|
| H A D | if_smc.c | 1147 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 D | HashRecognize.cpp | 207 auto RCR = ConstantRange::fromKnownBits(KnownR, false); in computeInstr() local 208 auto AllowedR = ConstantRange::makeAllowedICmpRegion(Pred, RCR); in computeInstr()
|
| H A D | ValueTracking.cpp | 9272 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 D | X86SchedSkylakeClient.td | 1210 "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 D | X86SchedBroadwell.td | 1139 "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 D | X86SchedHaswell.td | 1301 "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 D | X86SchedSandyBridge.td | 766 "RCR(8|16|32|64)rCL")>; 1093 "RCR(8|16|32|64)m")>;
|
| H A D | X86SchedSkylakeServer.td | 1593 "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 D | X86SchedIceLake.td | 1621 "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 D | X86ScheduleAtom.td | 514 def : InstRW<[AtomWrite0_1], (instregex "(RCL|RCR|ROL|ROR|SAR|SHL|SHR)(8|16|32|64)m",
|
| H A D | X86ScheduleZnver1.td | 713 // RCR RCL.
|
| H A D | X86ScheduleZnver2.td | 723 // RCR RCL.
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 9265 @Article{Merrill:1973:RCR,
|