/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCISelDAGToDAG.cpp | 107 int32_t RHSC = RHS->getSExtValue(); SelectAddrModeS9() local 136 int32_t RHSC = RHS->getSExtValue(); SelectAddrModeFar() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 698 int RHSC = (int)RHS->getSExtValue(); SelectAddrModeImm12() local 728 int RHSC = (int)RHS->getZExtValue(); SelectLdStSOReg() local 755 int RHSC; SelectLdStSOReg() local 937 int RHSC; SelectAddrMode3() local 1007 int RHSC; IsAddressingMode5() local 1179 int RHSC; SelectThumbAddrModeImm5S() local 1228 int RHSC; SelectThumbAddrModeSP() local 1258 int RHSC; SelectTAddrModeImm7() local 1316 int RHSC = (int)RHS->getZExtValue(); SelectT2AddrModeImm12() local 1342 int RHSC; SelectT2AddrModeImm8() local 1373 int RHSC = (int)RHS->getSExtValue(); SelectT2AddrModeImm8() local 1398 int RHSC; SelectT2AddrModeImm8Offset() local 1413 int RHSC; SelectT2AddrModeImm7() local 1465 int RHSC; SelectT2AddrModeImm7Offset() local 1497 int RHSC = (int)RHS->getZExtValue(); SelectT2AddrModeSoReg() local 1562 uint32_t RHSC = (int)RHS->getZExtValue(); SelectT2AddrModeExclusive() local 3655 int RHSC = 0; Select() local [all...] |
H A D | ARMISelLowering.cpp | 4733 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) { getARMCmp() local 4803 auto *RHSC = cast<ConstantSDNode>(RHS.getNode()); getARMCmp() local 19774 int RHSC = (int)RHS->getZExtValue(); getARMIndexedAddressParts() local 19788 int RHSC = (int)RHS->getZExtValue(); getARMIndexedAddressParts() local 19831 int RHSC = (int)RHS->getZExtValue(); getT2IndexedAddressParts() local 19862 int RHSC = (int)RHS->getZExtValue(); getMVEIndexedAddressParts() local 19864 __anon0445ea3b3602(int RHSC, int Limit, int Scale) getMVEIndexedAddressParts() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 816 if (RHSC->getZExtValue() == 0xFFFFFFFF) { in IntCondCCodeToICC() local 826 if (RHSC->getZExtValue() == 0) in IntCondCCodeToICC() local 834 if (RHSC->getZExtValue() == 0xFFFFFFFF) { in IntCondCCodeToICC() local 844 if (RHSC->getZExtValue() == 0) in IntCondCCodeToICC() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelDAGToDAG.cpp | 95 int RHSC = (int)RHS->getZExtValue(); SelectAddr() local
|
H A D | AVRISelLowering.cpp | 1122 int RHSC = RHS->getSExtValue(); getPreIndexedAddressParts() local 1179 int RHSC = RHS->getSExtValue(); getPostIndexedAddressParts() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCExpr.cpp | 129 if (RHSC->getValue() < 0) { in print() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 3930 Constant *RHSC = dyn_cast<Constant>(Op1); foldICmpInstWithConstantNotInt() local 4854 if (Constant *RHSC = dyn_cast<Constant>(Op1)) foldICmpBinOp() local 5701 } else if (auto *RHSC = dyn_cast<Constant>(ICmp.getOperand(1))) { foldICmpWithCastOp() local 7234 foldFCmpIntToFPConst(FCmpInst & I,Instruction * LHSI,Constant * RHSC) foldFCmpIntToFPConst() argument 7470 foldFCmpReciprocalAndZero(FCmpInst & I,Instruction * LHSI,Constant * RHSC) foldFCmpReciprocalAndZero() argument 7740 Constant *RHSC; visitFCmpInst() local [all...] |
H A D | InstCombineAndOrXor.cpp | 2148 const APInt *RHSC; foldBitwiseLogicWithIntrinsics() local 3160 const APInt *LHSC = nullptr, *RHSC = nullptr; foldAndOrOfICmps() local 4601 const APInt *RHSC; visitXor() local [all...] |
H A D | InstCombineCalls.cpp | 1803 const APInt *RHSC; visitCallInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 723 ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(N.getOperand(1)); SelectShiftedRegisterFromAnd() local 1041 int64_t RHSC = RHS->getSExtValue(); SelectAddrModeIndexedBitWidth() local 1057 uint64_t RHSC = RHS->getZExtValue(); SelectAddrModeIndexedBitWidth() local 1112 int64_t RHSC = (int64_t)RHS->getZExtValue(); SelectAddrModeIndexed() local 1151 int64_t RHSC = RHS->getSExtValue(); SelectAddrModeUnscaled() local [all...] |
H A D | AArch64ISelLowering.cpp | 3545 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) { getAArch64Cmp() local 3622 const ConstantSDNode *RHSC = cast<ConstantSDNode>(RHS); getAArch64Cmp() local 8936 const ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS); LowerBR_CC() local 9517 ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS); LowerSELECT_CC() local 24273 int64_t RHSC = RHS->getSExtValue(); getIndexedAddressParts() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 392 int64_t RHSC = RHSDef->getOperand(1).getCImm()->getSExtValue(); selectAddrRegImm() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1384 X86ChooseCmpImmediateOpcode(EVT VT,const ConstantInt * RHSC) X86ChooseCmpImmediateOpcode() argument 1480 const auto *RHSC = dyn_cast<ConstantFP>(RHS); X86SelectCmp() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2339 auto *RHSC = dyn_cast<SCEVConstant>(RHS); willNotOverflow() local 2535 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { getAddExpr() local 3128 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { getMulExpr() local 3398 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { getURemExpr() local 3440 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { getUDivExpr() local 3877 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { getMinMaxExpr() local 5296 if (auto *RHSC = dyn_cast<ConstantInt>(Op->getOperand(1))) MatchBinaryOp() local 9117 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) computeExitLimitFromICmp() local 10591 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { SimplifyICmpOperands() local 15144 const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS); applyLoopGuards() local [all...] |
H A D | BasicAliasAnalysis.cpp | 376 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(BOp->getOperand(1))) { GetLinearExpression() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 1350 uint64_t RHSC = RHS->getZExtValue(); getPostIndexedAddressParts() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAsmPrinter.cpp | 2133 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) { printMCExpr() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 1549 if (auto *RHSC = dyn_cast<ConstantInt>(Args[1])) { getIntrinsicInstrCost() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 180 const ConstantInt *RHSC = cast<ConstantInt>(RHS); in getSortedConstantKeys() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 7287 int64_t RHSC; selectAddrModeUnscaled() local 7371 int64_t RHSC = (int64_t)RHSDef->getOperand(1).getCImm()->getZExtValue(); selectAddrModeIndexed() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 1375 if (ConstantSDNode *RHSC = isConstOrConstSplat(Op1)) { SimplifyDemandedBits() local 5238 if (auto *RHSC = dyn_cast<ConstantSDNode>(N1)) { SimplifySetCC() local 10478 if (ConstantSDNode *RHSC = isConstOrConstSplat(RHS)) { expandMULO() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 1756 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) { TranslateM68kCC() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1554 if (auto *RHSC = dyn_cast<Constant>(RHS)) optimizeMemCmpConstantSize() local
|
H A D | SimplifyCFG.cpp | 572 const APInt *RHSC; matchInstruction() local
|