Searched defs:NewRHS (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 652 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in SoftenFloatOp_BR_CC() local 698 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SELECT_CC() local 721 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SETCC() local 1281 SDValue &NewRHS, in FloatExpandSetCCOperands() 1311 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandFloatOp_BR_CC() local 1393 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SELECT_CC() local 1411 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SETCC() local
|
D | LegalizeIntegerTypes.cpp | 830 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, in PromoteSetCCOperands() 2512 SDValue &NewRHS, in IntegerExpandSetCCOperands() 2612 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandIntOp_BR_CC() local 2630 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SELECT_CC() local 2648 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SETCC() local
|
D | TargetLowering.cpp | 103 SDValue &NewLHS, SDValue &NewRHS, in softenSetCCOperands()
|
D | DAGCombiner.cpp | 3602 SDValue NewRHS = DAG.getNode(N->getOpcode(), SDLoc(LHS->getOperand(1)), in visitShiftByConstant() local
|
/external/llvm/include/llvm/ADT/ |
D | Twine.h | 482 Child NewLHS, NewRHS; in concat() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 510 Constant *NewRHS = ConstantExpr::get(I.getOpcode(), Op0C, Op1); in FoldShiftByConstant() local
|
D | InstCombinePHI.cpp | 81 PHINode *NewLHS = 0, *NewRHS = 0; in FoldPHIArgBinOpIntoPHI() local
|
D | InstCombineAndOrXor.cpp | 1042 Value *NewRHS = Builder->CreateAnd(Op0RHS, AndRHS, in visitAnd() local 2219 Constant *NewRHS = ConstantExpr::getOr(Op0CI, RHS); in visitXor() local
|
D | InstCombineCompares.cpp | 1069 APInt NewRHS = RHS->getValue().zext(SrcBits); in visitICmpInstWithInstAndIntCst() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 716 Value *NewRHS = Ops[i+1].Op; in RewriteExprTree() local 760 Value *NewRHS = Ops[i].Op; in RewriteExprTree() local
|
D | LoopStrengthReduce.cpp | 1979 Value *NewRHS = 0; in OptimizeMax() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2312 SDValue NewRHS = DAG.getNode(ISD::BITCAST, DL, VT, AndOp.getOperand(1)); in LowerVectorSETCC() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 2556 Constant *NewRHS = ConstantExpr::getGetElementPtr(Null, IndicesRHS); in SimplifyICmpInst() local
|