Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp106 int32_t RHSC = RHS->getSExtValue(); in SelectAddrModeS9() local
135 int32_t RHSC = RHS->getSExtValue(); in SelectAddrModeFar() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp681 int RHSC = (int)RHS->getSExtValue(); in SelectAddrModeImm12() local
711 int RHSC = (int)RHS->getZExtValue(); in SelectLdStSOReg() local
738 int RHSC; in SelectLdStSOReg() local
920 int RHSC; in SelectAddrMode3() local
990 int RHSC; in IsAddressingMode5() local
1164 int RHSC; in SelectThumbAddrModeImm5S() local
1213 int RHSC; in SelectThumbAddrModeSP() local
1243 int RHSC; in SelectTAddrModeImm7() local
1301 int RHSC = (int)RHS->getZExtValue(); in SelectT2AddrModeImm12() local
1327 int RHSC; in SelectT2AddrModeImm8() local
[all …]
H A DARMISelLowering.cpp4498 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) { in getARMCmp() local
4568 auto *RHSC = cast<ConstantSDNode>(RHS.getNode()); in getARMCmp() local
16719 auto *RHSC = dyn_cast<ConstantSDNode>(RHS); in PerformBRCONDCombine() local
16791 auto *RHSC = dyn_cast<ConstantSDNode>(RHS); in PerformCMOVCombine() local
17804 int RHSC = (int)RHS->getZExtValue(); in getARMIndexedAddressParts() local
17818 int RHSC = (int)RHS->getZExtValue(); in getARMIndexedAddressParts() local
17861 int RHSC = (int)RHS->getZExtValue(); in getT2IndexedAddressParts() local
17892 int RHSC = (int)RHS->getZExtValue(); in getMVEIndexedAddressParts() local
17894 auto IsInRange = [&](int RHSC, int Limit, int Scale) { in getMVEIndexedAddressParts()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp813 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) in IntCondCCodeToICC() local
823 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) in IntCondCCodeToICC() local
831 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) in IntCondCCodeToICC() local
841 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) in IntCondCCodeToICC() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp85 int RHSC = (int)RHS->getZExtValue(); in SelectAddr() local
H A DAVRISelLowering.cpp910 int RHSC = RHS->getSExtValue(); in getPreIndexedAddressParts() local
961 int RHSC = RHS->getSExtValue(); in getPostIndexedAddressParts() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp129 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) { in print() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3242 Constant *RHSC = dyn_cast<Constant>(Op1); in foldICmpInstWithConstantNotInt() local
4000 if (Constant *RHSC = dyn_cast<Constant>(Op1)) in foldICmpBinOp() local
4537 } else if (auto *RHSC = dyn_cast<Constant>(ICmp.getOperand(1))) { in foldICmpWithCastOp() local
5810 Constant *RHSC) { in foldFCmpIntToFPConst()
6049 Constant *RHSC) { in foldFCmpReciprocalAndZero()
6237 Constant *RHSC; in visitFCmpInst() local
H A DInstCombineAndOrXor.cpp1271 ConstantInt *LHSC, *RHSC; in foldAndOfICmps() local
2378 auto *RHSC = dyn_cast<ConstantInt>(RHS1); in foldOrOfICmps() local
3438 const APInt *RHSC; in visitXor() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1152 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) { in LowerSETCC() local
1352 uint64_t RHSC = RHS->getZExtValue(); in getPostIndexedAddressParts() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp851 int64_t RHSC = RHS->getSExtValue(); in SelectAddrModeIndexedBitWidth() local
867 uint64_t RHSC = RHS->getZExtValue(); in SelectAddrModeIndexedBitWidth() local
922 int64_t RHSC = (int64_t)RHS->getZExtValue(); in SelectAddrModeIndexed() local
961 int64_t RHSC = RHS->getSExtValue(); in SelectAddrModeUnscaled() local
H A DAArch64ISelLowering.cpp2788 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) { in getAArch64Cmp() local
2866 const ConstantSDNode *RHSC = cast<ConstantSDNode>(RHS); in getAArch64Cmp() local
6641 const ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS); in LowerBR_CC() local
6994 ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS); in LowerSELECT_CC() local
16466 int64_t RHSC = RHS->getSExtValue(); in getIndexedAddressParts() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp1385 static unsigned X86ChooseCmpImmediateOpcode(EVT VT, const ConstantInt *RHSC) { in X86ChooseCmpImmediateOpcode()
1490 const auto *RHSC = dyn_cast<ConstantFP>(RHS); in X86SelectCmp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp2335 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getAddExpr() local
2851 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getMulExpr() local
3100 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in getURemExpr() local
3136 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in getUDivExpr() local
3558 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getMinMaxExpr() local
4614 if (auto *RHSC = dyn_cast<ConstantInt>(Op->getOperand(1))) in MatchBinaryOp() local
7825 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) in computeExitLimitFromICmp() local
9369 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in SimplifyICmpOperands() local
13402 const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS); in applyLoopGuards() local
H A DBasicAliasAnalysis.cpp313 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(BOp->getOperand(1))) { in GetLinearExpression() local
H A DInstructionSimplify.cpp3405 if (Constant *RHSC = dyn_cast<Constant>(RHS)) { in SimplifyICmpInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp246 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS)) in ExtractConstantBytes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2133 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) { in printMCExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5569 int64_t RHSC; in selectAddrModeUnscaled() local
5659 int64_t RHSC = (int64_t)RHSDef->getOperand(1).getCImm()->getZExtValue(); in selectAddrModeIndexed() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1192 if (ConstantSDNode *RHSC = isConstOrConstSplat(Op1)) { in SimplifyDemandedBits() local
4249 if (auto *RHSC = dyn_cast<ConstantSDNode>(N1)) { in SimplifySetCC() local
8381 if (ConstantSDNode *RHSC = isConstOrConstSplat(RHS)) { in expandMULO() local
H A DSelectionDAGBuilder.cpp5352 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) { in ExpandPowI() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1515 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) { in TranslateM68kCC() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp983 if (auto *RHSC = dyn_cast<Constant>(RHS)) { in optimizeMemCmpConstantSize() local
H A DSimplifyCFG.cpp529 const APInt *RHSC; in matchInstruction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6469 const Type *RHSC = getCanonicalType(RHS).getTypePtr(); in getIntegerTypeOrder() local

12