Searched refs:RCR (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 747 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 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/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 152 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 D | X86SchedBroadwell.td | 1149 "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 D | X86SchedSkylakeClient.td | 1222 "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 D | X86SchedHaswell.td | 1309 "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 D | X86SchedSandyBridge.td | 760 "RCR(8|16|32|64)rCL")>; 1086 "RCR(8|16|32|64)m")>;
|
H A D | X86SchedSkylakeServer.td | 1609 "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 D | X86SchedIceLake.td | 1624 "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 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/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 9050 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 D | funstack.in | 9265 @Article{Merrill:1973:RCR,
|