Searched defs:NewLHS (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 846 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in SoftenFloatOp_BR_CC() local 898 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SELECT_CC() local 921 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SETCC() local 1516 void DAGTypeLegalizer::FloatExpandSetCCOperands(SDValue &NewLHS, in FloatExpandSetCCOperands() 1547 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandFloatOp_BR_CC() local 1642 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SELECT_CC() local 1660 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SETCC() local
|
D | LegalizeIntegerTypes.cpp | 937 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, in PromoteSetCCOperands() 2700 void DAGTypeLegalizer::IntegerExpandSetCCOperands(SDValue &NewLHS, in IntegerExpandSetCCOperands() 2847 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandIntOp_BR_CC() local 2865 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SELECT_CC() local 2883 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SETCC() local
|
D | TargetLowering.cpp | 124 SDValue &NewLHS, SDValue &NewRHS, in softenSetCCOperands()
|
/external/llvm/include/llvm/ADT/ |
D | Twine.h | 500 Child NewLHS, NewRHS; in concat() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 194 Value *NewLHS = nullptr, *NewRHS = nullptr; in eliminateIVComparison() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 82 PHINode *NewLHS = nullptr, *NewRHS = nullptr; in FoldPHIArgBinOpIntoPHI() local
|
D | InstCombineSelect.cpp | 1128 Value *NewLHS = Builder->CreateNot(LHS); in visitSelectInst() local
|
D | InstCombineAndOrXor.cpp | 139 Value *NewLHS = IsBswapLHS ? IntrLHS->getOperand(0) : in SimplifyBSwap() local 1296 Value *NewLHS = Builder->CreateAnd(Op0LHS, AndRHS, in visitAnd() local
|
D | InstructionCombining.cpp | 1323 Value *NewLHS = isa<Constant>(LHS) ? C2 : Shuffle->getOperand(0); in SimplifyVectorOp() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 754 Value *NewLHS = Ops[i].Op; in RewriteExprTree() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3053 Constant *NewLHS = ConstantExpr::getGetElementPtr( in SimplifyICmpInst() local
|