/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 468 int RHSC = (int)RHS->getZExtValue(); in SelectAddrModeImm12() local 497 int RHSC = (int)RHS->getZExtValue(); in SelectLdStSOReg() local 524 int RHSC; in SelectLdStSOReg() local 597 int RHSC = (int)RHS->getZExtValue(); in SelectAddrMode2Worker() local 638 int RHSC; in SelectAddrMode2Worker() local 828 int RHSC; in SelectAddrMode3() local 891 int RHSC; in SelectAddrMode5() local 1013 int RHSC; in SelectThumbAddrModeRI() local 1076 unsigned RHSC = RHS ? RHS->getZExtValue() : 0; in SelectThumbAddrModeImm5S() local 1087 int RHSC; in SelectThumbAddrModeImm5S() local [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 627 int RHSC = (int)RHS->getSExtValue(); in SelectAddrModeImm12() local 657 int RHSC = (int)RHS->getZExtValue(); in SelectLdStSOReg() local 684 int RHSC; in SelectLdStSOReg() local 768 int RHSC = (int)RHS->getZExtValue(); in SelectAddrMode2Worker() local 811 int RHSC; in SelectAddrMode2Worker() local 1006 int RHSC; in SelectAddrMode3() local 1076 int RHSC; in SelectAddrMode5() local 1199 int RHSC; in SelectThumbAddrModeImm5S() local 1250 int RHSC; in SelectThumbAddrModeSP() local 1311 int RHSC = (int)RHS->getZExtValue(); in SelectT2AddrModeImm12() local [all …]
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1531 if (Constant *RHSC = dyn_cast<Constant>(ICI.getOperand(1))) { in visitICmpInstWithCastAndCast() local 1533 } else if (PtrToIntInst *RHSC = dyn_cast<PtrToIntInst>(ICI.getOperand(1))) { in visitICmpInstWithCastAndCast() local 2150 if (Constant *RHSC = dyn_cast<Constant>(Op1)) { in visitICmpInst() local 2449 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(Op1)) in visitICmpInst() local 2580 Constant *RHSC) { in FoldFCmp_IntToFP_Cst() 2809 if (Constant *RHSC = dyn_cast<Constant>(Op1)) { in visitFCmpInst() local
|
D | InstCombineAddSub.cpp | 291 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS)) { in visitAdd() local 328 if (Constant *RHSC = dyn_cast<Constant>(RHS)) { in visitFAdd() local
|
D | InstCombineAndOrXor.cpp | 967 if (ConstantFP *RHSC = dyn_cast<ConstantFP>(RHS->getOperand(1))) { in FoldAndOfFCmps() local 1672 if (ConstantFP *RHSC = dyn_cast<ConstantFP>(RHS->getOperand(1))) { in FoldOrOfFCmps() local
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 802 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) in IntCondCCodeToICC() local 812 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) in IntCondCCodeToICC() local 820 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) in IntCondCCodeToICC() local 830 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) in IntCondCCodeToICC() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2387 if (auto *RHSC = dyn_cast<PtrToIntOperator>(ICmp.getOperand(1))) { in visitICmpInstWithCastAndCast() local 2396 } else if (auto *RHSC = dyn_cast<Constant>(ICmp.getOperand(1))) { in visitICmpInstWithCastAndCast() local 3639 if (Constant *RHSC = dyn_cast<Constant>(Op1)) { in visitICmpInst() local 3816 if (ConstantInt *RHSC = dyn_cast_or_null<ConstantInt>(B)) in visitICmpInst() local 3966 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(Op1)) in visitICmpInst() local 4104 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(Op1)) in visitICmpInst() local 4299 Constant *RHSC) { in FoldFCmp_IntToFP_Cst() 4591 if (Constant *RHSC = dyn_cast<Constant>(Op1)) { in visitFCmpInst() local
|
D | InstCombineAndOrXor.cpp | 1129 if (ConstantFP *RHSC = dyn_cast<ConstantFP>(RHS->getOperand(1))) { in FoldAndOfFCmps() local 2038 if (ConstantFP *RHSC = dyn_cast<ConstantFP>(RHS->getOperand(1))) { in FoldOrOfFCmps() local
|
D | InstCombineAddSub.cpp | 1211 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS)) { in visitAdd() local
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCExpr.cpp | 97 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) { in print() local
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 775 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) { in LowerSETCC() local 958 uint64_t RHSC = RHS->getZExtValue(); in getPostIndexedAddressParts() local
|
/external/llvm/lib/MC/ |
D | MCExpr.cpp | 88 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) { in print() local
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 896 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) { in LowerSETCC() local 1100 uint64_t RHSC = RHS->getZExtValue(); in getPostIndexedAddressParts() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 1482 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getAddExpr() local 1893 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getMulExpr() local 2113 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in getUDivExpr() local 2381 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getSMaxExpr() local 2485 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getUMaxExpr() local 4472 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) in ComputeExitLimitFromICmp() local 5442 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in SimplifyICmpOperands() local
|
D | BasicAliasAnalysis.cpp | 190 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(BOp->getOperand(1))) { in GetLinearExpression() local
|
D | InstructionSimplify.cpp | 1621 if (Constant *RHSC = dyn_cast<Constant>(RHS)) { in SimplifyICmpInst() local 2148 if (Constant *RHSC = dyn_cast<Constant>(RHS)) { in SimplifyFCmpInst() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1253 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(Op.getOperand(1))) { in SimplifyDemandedBits() local 2431 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(N1)) { in SimplifySetCC() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 645 int64_t RHSC = RHS->getSExtValue(); in SelectAddrModeIndexed7S() local 704 int64_t RHSC = (int64_t)RHS->getZExtValue(); in SelectAddrModeIndexed() local 743 int64_t RHSC = RHS->getSExtValue(); in SelectAddrModeUnscaled() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2045 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getAddExpr() local 2466 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getMulExpr() local 2680 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in getUDivExpr() local 3048 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getSMaxExpr() local 3149 while (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(Ops[Idx])) { in getUMaxExpr() local 3839 if (auto *RHSC = dyn_cast<ConstantInt>(Op->getOperand(1))) in MatchBinaryOp() local 5974 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) in computeExitLimitFromICmp() local 7292 if (const SCEVConstant *RHSC = dyn_cast<SCEVConstant>(RHS)) { in SimplifyICmpOperands() local
|
D | BasicAliasAnalysis.cpp | 207 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(BOp->getOperand(1))) { in GetLinearExpression() local
|
D | InstructionSimplify.cpp | 2460 if (Constant *RHSC = dyn_cast<Constant>(RHS)) { in SimplifyICmpInst() local 2742 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS)) { in SimplifyICmpInst() local 3209 if (const auto *RHSC = dyn_cast<Constant>(RHS)) { in SimplifyFCmpInst() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 476 if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(Op.getOperand(1))) { in SimplifyDemandedBits() local 2031 if (auto *RHSC = dyn_cast<ConstantSDNode>(N1)) { in SimplifySetCC() local
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1348 static unsigned X86ChooseCmpImmediateOpcode(EVT VT, const ConstantInt *RHSC) { in X86ChooseCmpImmediateOpcode() 1453 const auto *RHSC = dyn_cast<ConstantFP>(RHS); in X86SelectCmp() local
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FastISel.cpp | 840 static unsigned X86ChooseCmpImmediateOpcode(EVT VT, const ConstantInt *RHSC) { in X86ChooseCmpImmediateOpcode()
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 244 if (ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS)) in ExtractConstantBytes() local
|