Home
last modified time | relevance | path

Searched defs:RHSC (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp114 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 DARMISelDAGToDAG.cpp695 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 DARMISelLowering.cpp4838 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 DLanaiISelLowering.cpp804 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 DMCExpr.cpp138 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) { in print() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp101 int RHSC = (int)RHS->getZExtValue(); in SelectAddr() local
H A DAVRISelLowering.cpp1050 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 DInstCombineCompares.cpp2474 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 DInstCombineAndOrXor.cpp1515 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 DInstCombineCalls.cpp2103 const APInt *RHSC; in visitCallInst() local
H A DInstructionCombining.cpp4118 const APInt *RHSC; in simplifySwitchOnSelectUsingRanges() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp751 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 DRISCVInstructionSelector.cpp572 int64_t RHSC = RHSDef->getOperand(1).getCImm()->getSExtValue(); in selectAddrRegImm() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1384 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 DMSP430ISelLowering.cpp1226 uint64_t RHSC = RHS->getZExtValue(); in getPostIndexedAddressParts() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp428 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(BOp->getOperand(1))) { in GetLinearExpression() local
H A DScalarEvolution.cpp2344 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 DValueTracking.cpp1739 const APInt *RHSC; in computeKnownBitsFromOperator() local
2395 const APInt *RHSC; in isImpliedToBeAPowerOfTwoFromCond() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp245 const APInt *RHSC; in simplifyInstruction() local
H A DSimplifyLibCalls.cpp1558 if (auto *RHSC = dyn_cast<Constant>(RHS)) in optimizeMemCmpConstantSize() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1873 if (auto *RHSC = dyn_cast<ConstantInt>(Args[1])) { in getIntrinsicInstrCost() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp181 const ConstantInt *RHSC = cast<ConstantInt>(RHS); in getSortedConstantKeys() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp7590 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 DM68kISelLowering.cpp1759 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) { in TranslateM68kCC() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1451 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

12