Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp545 int RHSC = (int)RHS->getZExtValue(); in SelectAddrModeImm12() local
575 int RHSC = (int)RHS->getZExtValue(); in SelectLdStSOReg() local
602 int RHSC; in SelectLdStSOReg() local
674 int RHSC = (int)RHS->getZExtValue(); in SelectAddrMode2Worker() local
715 int RHSC; in SelectAddrMode2Worker() local
908 int RHSC; in SelectAddrMode3() local
972 int RHSC; in SelectAddrMode5() local
1095 int RHSC; in SelectThumbAddrModeRI() local
1157 unsigned RHSC = RHS ? RHS->getZExtValue() : 0; in SelectThumbAddrModeImm5S() local
1168 int RHSC; in SelectThumbAddrModeImm5S() local
[all …]
DARMISelLowering.cpp3143 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) { in getARMCmp() local
10030 int RHSC = (int)RHS->getZExtValue(); in getARMIndexedAddressParts() local
10044 int RHSC = (int)RHS->getZExtValue(); in getARMIndexedAddressParts() local
10087 int RHSC = (int)RHS->getZExtValue(); in getT2IndexedAddressParts() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1802 if (Constant *RHSC = dyn_cast<Constant>(ICI.getOperand(1))) { in visitICmpInstWithCastAndCast() local
1804 } else if (PtrToIntInst *RHSC = dyn_cast<PtrToIntInst>(ICI.getOperand(1))) { in visitICmpInstWithCastAndCast() local
2741 if (Constant *RHSC = dyn_cast<Constant>(Op1)) { in visitICmpInst() local
3000 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(Op1)) in visitICmpInst() local
3125 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(Op1)) in visitICmpInst() local
3293 Constant *RHSC) { in FoldFCmp_IntToFP_Cst()
3533 if (Constant *RHSC = dyn_cast<Constant>(Op1)) { in visitFCmpInst() local
DInstCombineAndOrXor.cpp1035 if (ConstantFP *RHSC = dyn_cast<ConstantFP>(RHS->getOperand(1))) { in FoldAndOfFCmps() local
1828 if (ConstantFP *RHSC = dyn_cast<ConstantFP>(RHS->getOperand(1))) { in FoldOrOfFCmps() local
DInstCombineAddSub.cpp1213 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS)) { in visitAdd() local
/external/llvm/lib/MC/
DMCExpr.cpp87 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) { in print() local
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp920 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) { in LowerSETCC() local
1130 uint64_t RHSC = RHS->getZExtValue(); in getPostIndexedAddressParts() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp419 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(Op.getOperand(1))) { in SimplifyDemandedBits() local
1834 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(N1)) { in SimplifySetCC() local
DSelectionDAGBuilder.cpp4491 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) { in ExpandPowI() local
DDAGCombiner.cpp5644 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(V.getOperand(1))) { in GetDemandedBits() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2029 if (Constant *RHSC = dyn_cast<Constant>(RHS)) { in SimplifyICmpInst() local
2261 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS)) { in SimplifyICmpInst() local
2652 if (Constant *RHSC = dyn_cast<Constant>(RHS)) { in SimplifyFCmpInst() local
DScalarEvolution.cpp1527 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getAddExpr() local
1938 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getMulExpr() local
2162 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in getUDivExpr() local
2501 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getSMaxExpr() local
2605 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getUMaxExpr() local
4748 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) in ComputeExitLimitFromICmp() local
5906 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in SimplifyICmpOperands() local
DBasicAliasAnalysis.cpp219 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(BOp->getOperand(1))) { in GetLinearExpression() local
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1135 static unsigned X86ChooseCmpImmediateOpcode(EVT VT, const ConstantInt *RHSC) { in X86ChooseCmpImmediateOpcode()
1226 const auto *RHSC = dyn_cast<ConstantFP>(RHS); in X86SelectCmp() local
DX86ISelLowering.cpp3542 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) { in TranslateX86CC() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp606 int64_t RHSC = (int64_t)RHS->getZExtValue(); in SelectAddrModeIndexed() local
645 int64_t RHSC = RHS->getSExtValue(); in SelectAddrModeUnscaled() local
DAArch64ISelLowering.cpp1022 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) { in getAArch64Cmp() local
2886 const ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS); in LowerBR_CC() local
7836 int64_t RHSC = (int64_t)RHS->getZExtValue(); in getIndexedAddressParts() local
/external/llvm/lib/IR/
DConstantFold.cpp229 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS)) in ExtractConstantBytes() local
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp358 ConstantInt *RHSC; in GatherConstantCompares() local
/external/clang/lib/AST/
DASTContext.cpp4520 const Type *RHSC = getCanonicalType(RHS).getTypePtr(); in getIntegerTypeOrder() local