| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCISelDAGToDAG.cpp | 114 int32_t RHSC = RHS->getSExtValue(); in SelectAddrModeS9() local 143 int32_t RHSC = RHS->getSExtValue(); in SelectAddrModeFar() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 695 int RHSC = (int)RHS->getSExtValue(); in SelectAddrModeImm12() local 725 int RHSC = (int)RHS->getZExtValue(); in SelectLdStSOReg() local 752 int RHSC; in SelectLdStSOReg() local 934 int RHSC; in SelectAddrMode3() local 1004 int RHSC; in IsAddressingMode5() local 1176 int RHSC; in SelectThumbAddrModeImm5S() local 1225 int RHSC; in SelectThumbAddrModeSP() local 1255 int RHSC; in SelectTAddrModeImm7() local 1313 int RHSC = (int)RHS->getZExtValue(); in SelectT2AddrModeImm12() local 1339 int RHSC; in SelectT2AddrModeImm8() local [all …]
|
| H A D | ARMISelLowering.cpp | 4838 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) { in getARMCmp() local 4908 auto *RHSC = cast<ConstantSDNode>(RHS.getNode()); in getARMCmp() local 5518 ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS); in LowerSELECT_CC() local 19731 int RHSC = (int)RHS->getZExtValue(); in getARMIndexedAddressParts() local 19745 int RHSC = (int)RHS->getZExtValue(); in getARMIndexedAddressParts() local 19788 int RHSC = (int)RHS->getZExtValue(); in getT2IndexedAddressParts() local 19819 int RHSC = (int)RHS->getZExtValue(); in getMVEIndexedAddressParts() local 19821 auto IsInRange = [&](int RHSC, int Limit, int Scale) { in getMVEIndexedAddressParts()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 804 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) in IntCondCCodeToICC() local 814 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) in IntCondCCodeToICC() local 822 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) in IntCondCCodeToICC() local 832 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) in IntCondCCodeToICC() local
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCExpr.cpp | 138 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) { in print() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelDAGToDAG.cpp | 101 int RHSC = (int)RHS->getZExtValue(); in SelectAddr() local
|
| H A D | AVRISelLowering.cpp | 1050 int RHSC = RHS->getSExtValue(); in getPreIndexedAddressParts() local 1110 int RHSC = RHS->getSExtValue(); in getPostIndexedAddressParts() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 2474 APInt RHSC = C; in foldICmpShlConstant() local 4302 Constant *RHSC = dyn_cast<Constant>(Op1); in foldICmpInstWithConstantNotInt() local 5440 if (Constant *RHSC = dyn_cast<Constant>(Op1)) in foldICmpBinOp() local 6418 } else if (auto *RHSC = dyn_cast<Constant>(ICmp.getOperand(1))) { in foldICmpWithCastOp() local 6434 } else if (auto *RHSC = dyn_cast<Constant>(ICmp.getOperand(1))) { in foldICmpWithCastOp() local 7939 Constant *RHSC) { in foldFCmpIntToFPConst() 8177 Constant *RHSC) { in foldFCmpReciprocalAndZero() 8404 Constant *RHSC, InstCombinerImpl &CI) { in foldFCmpFSubIntoFCmp() 8676 Constant *RHSC; in visitFCmpInst() local
|
| H A D | InstCombineAndOrXor.cpp | 1515 const APFloat *LHSC, *RHSC; in foldLogicOfFCmps() local 2284 const APInt *RHSC; in foldBitwiseLogicWithIntrinsics() local 3343 const APInt *LHSC = nullptr, *RHSC = nullptr; in foldAndOrOfICmps() local 5004 const APInt *RHSC; in visitXor() local
|
| H A D | InstCombineCalls.cpp | 2103 const APInt *RHSC; in visitCallInst() local
|
| H A D | InstructionCombining.cpp | 4118 const APInt *RHSC; in simplifySwitchOnSelectUsingRanges() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 751 ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(N.getOperand(1)); in SelectShiftedRegisterFromAnd() local 1069 int64_t RHSC = RHS->getSExtValue(); in SelectAddrModeIndexedBitWidth() local 1085 uint64_t RHSC = RHS->getZExtValue(); in SelectAddrModeIndexedBitWidth() local 1140 int64_t RHSC = (int64_t)RHS->getZExtValue(); in SelectAddrModeIndexed() local 1179 int64_t RHSC = RHS->getSExtValue(); in SelectAddrModeUnscaled() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 572 int64_t RHSC = RHSDef->getOperand(1).getCImm()->getSExtValue(); in selectAddrRegImm() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1384 static unsigned X86ChooseCmpImmediateOpcode(EVT VT, const ConstantInt *RHSC) { in X86ChooseCmpImmediateOpcode() 1482 const auto *RHSC = dyn_cast<ConstantFP>(RHS); in X86SelectCmp() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 1226 uint64_t RHSC = RHS->getZExtValue(); in getPostIndexedAddressParts() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 428 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(BOp->getOperand(1))) { in GetLinearExpression() local
|
| H A D | ScalarEvolution.cpp | 2344 auto *RHSC = dyn_cast<SCEVConstant>(RHS); in willNotOverflow() local 3367 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in getURemExpr() local 3408 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in getUDivExpr() local 5267 if (auto *RHSC = dyn_cast<ConstantInt>(Op->getOperand(1))) in MatchBinaryOp() local 9197 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) in computeExitLimitFromICmp() local 10754 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in SimplifyICmpOperands() local
|
| H A D | ValueTracking.cpp | 1739 const APInt *RHSC; in computeKnownBitsFromOperator() local 2395 const APInt *RHSC; in isImpliedToBeAPowerOfTwoFromCond() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 245 const APInt *RHSC; in simplifyInstruction() local
|
| H A D | SimplifyLibCalls.cpp | 1558 if (auto *RHSC = dyn_cast<Constant>(RHS)) in optimizeMemCmpConstantSize() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1873 if (auto *RHSC = dyn_cast<ConstantInt>(Args[1])) { in getIntrinsicInstrCost() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 181 const ConstantInt *RHSC = cast<ConstantInt>(RHS); in getSortedConstantKeys() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 7590 int64_t RHSC; in selectAddrModeUnscaled() local 7679 int64_t RHSC = (int64_t)RHSDef->getOperand(1).getCImm()->getZExtValue(); in selectAddrModeIndexed() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 1759 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) { in TranslateM68kCC() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1451 if (ConstantSDNode *RHSC = isConstOrConstSplat(Op1, DemandedElts)) { in SimplifyDemandedBits() local 5527 if (auto *RHSC = dyn_cast<ConstantSDNode>(N1)) { in SimplifySetCC() local 11469 if (ConstantSDNode *RHSC = isConstOrConstSplat(RHS)) { in expandMULO() local
|