Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCISelDAGToDAG.cpp106 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/
DARMISelDAGToDAG.cpp655 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 …]
DARMISelLowering.cpp4218 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/
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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp873 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
DInstCombineCompares.cpp3170 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/
DAVRISelDAGToDAG.cpp85 int RHSC = (int)RHS->getZExtValue(); in SelectAddr() local
DAVRISelLowering.cpp807 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/
DMCExpr.cpp105 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/
DMSP430ISelLowering.cpp1155 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/
DAArch64ISelDAGToDAG.cpp771 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
DAArch64InstructionSelector.cpp4579 int64_t RHSC; in selectAddrModeUnscaled() local
4627 int64_t RHSC = (int64_t)RHSDef->getOperand(1).getCImm()->getZExtValue(); in selectAddrModeIndexed() local
DAArch64ISelLowering.cpp2077 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/
DX86FastISel.cpp1366 static unsigned X86ChooseCmpImmediateOpcode(EVT VT, const ConstantInt *RHSC) { in X86ChooseCmpImmediateOpcode()
1468 const auto *RHSC = dyn_cast<ConstantFP>(RHS); in X86SelectCmp() local
DX86ISelLowering.cpp4853 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/
DScalarEvolution.cpp2437 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
DBasicAliasAnalysis.cpp303 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(BOp->getOperand(1))) { in GetLinearExpression() local
DInstructionSimplify.cpp2833 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/
DConstantFold.cpp244 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/
DNVPTXAsmPrinter.cpp2145 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/
DTargetLowering.cpp1062 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
DSelectionDAG.cpp2201 if (auto *RHSC = dyn_cast<ConstantSDNode>(V.getOperand(1))) { in GetDemandedBits() local
2218 if (ConstantSDNode *RHSC = isConstOrConstSplat(V.getOperand(1))) { in GetDemandedBits() local
DSelectionDAGBuilder.cpp5417 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/
DSimplifyLibCalls.cpp1021 if (auto *RHSC = dyn_cast<Constant>(RHS)) { in optimizeMemCmpConstantSize() local
DSimplifyCFG.cpp501 const APInt *RHSC; in matchInstruction() local