Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp113 int32_t RHSC = RHS->getSExtValue(); in SelectAddrModeS9() local
142 int32_t RHSC = RHS->getSExtValue(); in SelectAddrModeFar() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp704 int RHSC = (int)RHS->getSExtValue(); in SelectAddrModeImm12() local
734 int RHSC = (int)RHS->getZExtValue(); in SelectLdStSOReg() local
761 int RHSC; in SelectLdStSOReg() local
943 int RHSC; in SelectAddrMode3() local
1013 int RHSC; in IsAddressingMode5() local
1185 int RHSC; in SelectThumbAddrModeImm5S() local
1234 int RHSC; in SelectThumbAddrModeSP() local
1264 int RHSC; in SelectTAddrModeImm7() local
1322 int RHSC = (int)RHS->getZExtValue(); in SelectT2AddrModeImm12() local
1348 int RHSC; in SelectT2AddrModeImm8() local
[all …]
H A DARMISelLowering.cpp4750 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) { in getARMCmp() local
4820 auto *RHSC = cast<ConstantSDNode>(RHS.getNode()); in getARMCmp() local
19796 int RHSC = (int)RHS->getZExtValue(); in getARMIndexedAddressParts() local
19810 int RHSC = (int)RHS->getZExtValue(); in getARMIndexedAddressParts() local
19853 int RHSC = (int)RHS->getZExtValue(); in getT2IndexedAddressParts() local
19884 int RHSC = (int)RHS->getZExtValue(); in getMVEIndexedAddressParts() local
19886 auto IsInRange = [&](int RHSC, int Limit, int Scale) { in getMVEIndexedAddressParts()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp815 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) in IntCondCCodeToICC() local
825 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) in IntCondCCodeToICC() local
833 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) in IntCondCCodeToICC() local
843 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) in IntCondCCodeToICC() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp128 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.cpp1106 int RHSC = RHS->getSExtValue(); in getPreIndexedAddressParts() local
1163 int RHSC = RHS->getSExtValue(); in getPostIndexedAddressParts() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2423 APInt RHSC = C; in foldICmpShlConstant() local
4093 Constant *RHSC = dyn_cast<Constant>(Op1); in foldICmpInstWithConstantNotInt() local
5186 if (Constant *RHSC = dyn_cast<Constant>(Op1)) in foldICmpBinOp() local
6030 } else if (auto *RHSC = dyn_cast<Constant>(ICmp.getOperand(1))) { in foldICmpWithCastOp() local
7605 Constant *RHSC) { in foldFCmpIntToFPConst()
7840 Constant *RHSC) { in foldFCmpReciprocalAndZero()
8006 Constant *RHSC, InstCombinerImpl &CI) { in foldFCmpFSubIntoFCmp()
8209 Constant *RHSC; in visitFCmpInst() local
H A DInstCombineAndOrXor.cpp1471 const APFloat *LHSC, *RHSC; in foldLogicOfFCmps() local
2229 const APInt *RHSC; in foldBitwiseLogicWithIntrinsics() local
3291 const APInt *LHSC = nullptr, *RHSC = nullptr; in foldAndOrOfICmps() local
4727 const APInt *RHSC; in visitXor() local
H A DInstCombineCalls.cpp1849 const APInt *RHSC; in visitCallInst() local
H A DInstructionCombining.cpp3728 const APInt *RHSC; in simplifySwitchOnSelectUsingRanges() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp747 ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(N.getOperand(1)); in SelectShiftedRegisterFromAnd() local
1065 int64_t RHSC = RHS->getSExtValue(); in SelectAddrModeIndexedBitWidth() local
1081 uint64_t RHSC = RHS->getZExtValue(); in SelectAddrModeIndexedBitWidth() local
1136 int64_t RHSC = (int64_t)RHS->getZExtValue(); in SelectAddrModeIndexed() local
1175 int64_t RHSC = RHS->getSExtValue(); in SelectAddrModeUnscaled() local
H A DAArch64ISelLowering.cpp3842 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) { in getAArch64Cmp() local
3924 const ConstantSDNode *RHSC = cast<ConstantSDNode>(RHS); in getAArch64Cmp() local
9857 const ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS); in LowerBR_CC() local
10458 ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS); in LowerSELECT_CC() local
25698 int64_t RHSC = RHS->getSExtValue(); in getIndexedAddressParts() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp404 int64_t RHSC = RHSDef->getOperand(1).getCImm()->getSExtValue(); in selectAddrRegImm() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1385 static unsigned X86ChooseCmpImmediateOpcode(EVT VT, const ConstantInt *RHSC) { in X86ChooseCmpImmediateOpcode()
1481 const auto *RHSC = dyn_cast<ConstantFP>(RHS); in X86SelectCmp() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2341 auto *RHSC = dyn_cast<SCEVConstant>(RHS); in willNotOverflow() local
2537 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getAddExpr() local
3130 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getMulExpr() local
3400 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in getURemExpr() local
3442 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in getUDivExpr() local
3882 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getMinMaxExpr() local
5301 if (auto *RHSC = dyn_cast<ConstantInt>(Op->getOperand(1))) in MatchBinaryOp() local
9161 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) in computeExitLimitFromICmp() local
10681 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in SimplifyICmpOperands() local
15234 const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS); in collect() local
H A DBasicAliasAnalysis.cpp407 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(BOp->getOperand(1))) { in GetLinearExpression() local
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1351 uint64_t RHSC = RHS->getZExtValue(); in getPostIndexedAddressParts() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2152 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) { in printMCExpr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1576 if (auto *RHSC = dyn_cast<ConstantInt>(Args[1])) { in getIntrinsicInstrCost() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp180 const ConstantInt *RHSC = cast<ConstantInt>(RHS); in getSortedConstantKeys() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp7417 int64_t RHSC; in selectAddrModeUnscaled() local
7501 int64_t RHSC = (int64_t)RHSDef->getOperand(1).getCImm()->getZExtValue(); in selectAddrModeIndexed() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1757 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) { in TranslateM68kCC() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1396 if (ConstantSDNode *RHSC = isConstOrConstSplat(Op1, DemandedElts)) { in SimplifyDemandedBits() local
5313 if (auto *RHSC = dyn_cast<ConstantSDNode>(N1)) { in SimplifySetCC() local
10967 if (ConstantSDNode *RHSC = isConstOrConstSplat(RHS)) { in expandMULO() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1563 if (auto *RHSC = dyn_cast<Constant>(RHS)) in optimizeMemCmpConstantSize() local

12