Searched refs:RCR (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 709 const ConstantRange &RCR) { in narrowSDivOrSRem() argument 722 std::max(LCR.getMinSignedBits(), RCR.getMinSignedBits()); in narrowSDivOrSRem() 726 if (RCR.contains(APInt::getAllOnes(OrigWidth)) && in narrowSDivOrSRem() 882 const ConstantRange &RCR, LazyValueInfo *LVI) { in processSRem() argument 886 if (LCR.abs().icmp(CmpInst::ICMP_ULT, RCR.abs())) { in processSRem() 897 {SDI->getOperand(1), getDomain(RCR)}}}; in processSRem() 941 const ConstantRange &RCR, LazyValueInfo *LVI) { in processSDiv() argument 950 {SDI->getOperand(1), getDomain(RCR)}}}; in processSDiv() 994 ConstantRange RCR = LVI->getConstantRangeAtUse(Instr->getOperandUse(1)); in processSDivOrSRem() local 996 if (processSDiv(Instr, LCR, RCR, LVI)) in processSDivOrSRem() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FlagsCopyLowering.cpp | 162 RCR, enumerator 217 LLVM_EXPAND_INSTR_SIZES(RCR, rCL) in getMnemonicFromOpcode() 218 LLVM_EXPAND_INSTR_SIZES(RCR, r1) in getMnemonicFromOpcode() 219 LLVM_EXPAND_INSTR_SIZES(RCR, ri) in getMnemonicFromOpcode() 220 return FlagArithMnemonic::RCR; in getMnemonicFromOpcode() 807 case FlagArithMnemonic::RCR: in rewriteArithmetic()
|
| H A D | X86SchedSkylakeClient.td | 1220 "RCR(8|16|32|64)m(1|i)")>; 1333 "RCR(16|32|64)rCL")>; 1417 def: InstRW<[SKLWriteResGroup185], (instregex "RCR(8|16|32|64)mCL")>;
|
| H A D | X86SchedBroadwell.td | 1147 "RCR(8|16|32|64)m(1|i)")>; 1234 "RCR(16|32|64)rCL")>; 1341 def: InstRW<[BWWriteResGroup160], (instregex "RCR(8|16|32|64)mCL")>;
|
| H A D | X86SchedHaswell.td | 1308 "RCR(8|16|32|64)m(1|i)")>; 1499 "RCR(16|32|64)rCL")>; 1527 def: InstRW<[HWWriteResGroup135], (instregex "RCR(8|16|32|64)mCL")>;
|
| H A D | X86SchedSandyBridge.td | 758 "RCR(8|16|32|64)rCL")>; 1086 "RCR(8|16|32|64)m")>;
|
| H A D | X86SchedSkylakeServer.td | 1605 "RCR(8|16|32|64)m(1|i)")>; 1912 "RCR(16|32|64)rCL")>; 2086 def: InstRW<[SKXWriteResGroup208], (instregex "RCR(8|16|32|64)mCL")>;
|
| H A D | X86SchedIceLake.td | 1623 "RCR(8|16|32|64)m(1|i)")>; 1932 "RCR(16|32|64)rCL")>; 2106 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.
|
| H A D | X86InstrInfo.td | 3753 defm : ShiftRotateByOneAlias<"rcr", "RCR">;
|
| /openbsd-src/sys/net/ |
| H A D | if_spppsubr.c | 208 int (*RCR)(struct sppp *sp, struct lcp_header *h, int len); member 1022 /* handle states where RCR doesn't get a SCA/SCN */ in sppp_cp_input() 1032 rv = (cp->RCR)(sp, h, len); in sppp_cp_input() 2997 panic("IPv6CP RCR: CONF_ACK with non-zero rlen"); in sppp_ipv6cp_RCN_rej()
|