| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
| D | ARCISelDAGToDAG.cpp | 106 int32_t RHSC = RHS->getSExtValue(); in SelectAddrModeS9() local 135 int32_t RHSC = RHS->getSExtValue(); in SelectAddrModeFar() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMISelDAGToDAG.cpp | 655 int RHSC = (int)RHS->getSExtValue(); in SelectAddrModeImm12() local 685 int RHSC = (int)RHS->getZExtValue(); in SelectLdStSOReg() local 712 int RHSC; in SelectLdStSOReg() local 894 int RHSC; in SelectAddrMode3() local 964 int RHSC; in IsAddressingMode5() local 1138 int RHSC; in SelectThumbAddrModeImm5S() local 1187 int RHSC; in SelectThumbAddrModeSP() local 1217 int RHSC; in SelectTAddrModeImm7() local 1275 int RHSC = (int)RHS->getZExtValue(); in SelectT2AddrModeImm12() local 1305 int RHSC = (int)RHS->getSExtValue(); in SelectT2AddrModeImm8() local [all …]
|
| D | ARMISelLowering.cpp | 4218 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) { in getARMCmp() local 4288 auto *RHSC = cast<ConstantSDNode>(RHS.getNode()); in getARMCmp() local 14423 auto *RHSC = dyn_cast<ConstantSDNode>(RHS); in PerformBRCONDCombine() local 14495 auto *RHSC = dyn_cast<ConstantSDNode>(RHS); in PerformCMOVCombine() local 15373 int RHSC = (int)RHS->getZExtValue(); in getARMIndexedAddressParts() local 15387 int RHSC = (int)RHS->getZExtValue(); in getARMIndexedAddressParts() local 15430 int RHSC = (int)RHS->getZExtValue(); in getT2IndexedAddressParts() local 15461 int RHSC = (int)RHS->getZExtValue(); in getMVEIndexedAddressParts() local 15463 auto IsInRange = [&](int RHSC, int Limit, int Scale) { in getMVEIndexedAddressParts()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
| D | LanaiISelLowering.cpp | 813 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
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineAndOrXor.cpp | 873 ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS->getOperand(1)); in foldAndOrOfICmpsOfAndWithPow2() local 1201 ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS->getOperand(1)); in foldAndOfICmps() local 2199 ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS->getOperand(1)); in foldOrOfICmps() local 3098 const APInt *RHSC; in visitXor() local 3125 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(Op1)) { in visitXor() local
|
| D | InstCombineCompares.cpp | 3170 Constant *RHSC = dyn_cast<Constant>(Op1); in foldICmpInstWithConstantNotInt() local 3926 if (Constant *RHSC = dyn_cast<Constant>(Op1)) in foldICmpBinOp() local 4458 } else if (auto *RHSC = dyn_cast<Constant>(ICmp.getOperand(1))) { in foldICmpWithCastOp() local 5685 Constant *RHSC) { in foldFCmpIntToFPConst() 5924 Constant *RHSC) { in foldFCmpReciprocalAndZero() 6118 Constant *RHSC; in visitFCmpInst() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
| D | AVRISelDAGToDAG.cpp | 85 int RHSC = (int)RHS->getZExtValue(); in SelectAddr() local
|
| D | AVRISelLowering.cpp | 807 int RHSC = RHS->getSExtValue(); in getPreIndexedAddressParts() local 858 int RHSC = RHS->getSExtValue(); in getPostIndexedAddressParts() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | MCExpr.cpp | 105 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) { in print() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
| D | MSP430ISelLowering.cpp | 1155 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) { in LowerSETCC() local 1357 uint64_t RHSC = RHS->getZExtValue(); in getPostIndexedAddressParts() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64ISelDAGToDAG.cpp | 771 int64_t RHSC = RHS->getSExtValue(); in SelectAddrModeIndexedBitWidth() local 787 uint64_t RHSC = RHS->getZExtValue(); in SelectAddrModeIndexedBitWidth() local 849 int64_t RHSC = (int64_t)RHS->getZExtValue(); in SelectAddrModeIndexed() local 888 int64_t RHSC = RHS->getSExtValue(); in SelectAddrModeUnscaled() local
|
| D | AArch64InstructionSelector.cpp | 4579 int64_t RHSC; in selectAddrModeUnscaled() local 4627 int64_t RHSC = (int64_t)RHSDef->getOperand(1).getCImm()->getZExtValue(); in selectAddrModeIndexed() local
|
| D | AArch64ISelLowering.cpp | 2077 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS.getNode())) { in getAArch64Cmp() local 2155 const ConstantSDNode *RHSC = cast<ConstantSDNode>(RHS); in getAArch64Cmp() local 5002 const ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS); in LowerBR_CC() local 12738 int64_t RHSC = RHS->getSExtValue(); in getIndexedAddressParts() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86FastISel.cpp | 1366 static unsigned X86ChooseCmpImmediateOpcode(EVT VT, const ConstantInt *RHSC) { in X86ChooseCmpImmediateOpcode() 1468 const auto *RHSC = dyn_cast<ConstantFP>(RHS); in X86SelectCmp() local
|
| D | X86ISelLowering.cpp | 4853 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) { in TranslateX86CC() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 2437 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getAddExpr() local 2958 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getMulExpr() local 3172 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in getURemExpr() local 3200 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in getUDivExpr() local 3595 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getMinMaxExpr() local 4527 if (auto *RHSC = dyn_cast<ConstantInt>(Op->getOperand(1))) in MatchBinaryOp() local 7460 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) in computeExitLimitFromICmp() local 8974 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in SimplifyICmpOperands() local
|
| D | BasicAliasAnalysis.cpp | 303 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(BOp->getOperand(1))) { in GetLinearExpression() local
|
| D | InstructionSimplify.cpp | 2833 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS)) { in simplifyICmpWithBinOp() local 3295 if (Constant *RHSC = dyn_cast<Constant>(RHS)) { in SimplifyICmpInst() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | ConstantFold.cpp | 244 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS)) in ExtractConstantBytes() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | NVPTXAsmPrinter.cpp | 2145 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) { in printMCExpr() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 1062 if (ConstantSDNode *RHSC = isConstOrConstSplat(Op1)) { in SimplifyDemandedBits() local 3868 if (auto *RHSC = dyn_cast<ConstantSDNode>(N1)) { in SimplifySetCC() local 7471 if (ConstantSDNode *RHSC = isConstOrConstSplat(RHS)) { in expandMULO() local
|
| D | SelectionDAG.cpp | 2201 if (auto *RHSC = dyn_cast<ConstantSDNode>(V.getOperand(1))) { in GetDemandedBits() local 2218 if (ConstantSDNode *RHSC = isConstOrConstSplat(V.getOperand(1))) { in GetDemandedBits() local
|
| D | SelectionDAGBuilder.cpp | 5417 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) { in ExpandPowI() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | SimplifyLibCalls.cpp | 1021 if (auto *RHSC = dyn_cast<Constant>(RHS)) { in optimizeMemCmpConstantSize() local
|
| D | SimplifyCFG.cpp | 501 const APInt *RHSC; in matchInstruction() local
|