Searched defs:NewLHS (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeFloatTypes.cpp | 754 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in SoftenFloatOp_BR_CC() local 793 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SELECT_CC() local 816 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SETCC() local 1410 void DAGTypeLegalizer::FloatExpandSetCCOperands(SDValue &NewLHS, in FloatExpandSetCCOperands() 1441 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandFloatOp_BR_CC() local 1535 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SELECT_CC() local 1553 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SETCC() local
|
| HD | LegalizeIntegerTypes.cpp | 908 void DAGTypeLegalizer::PromoteSetCCOperands(SDValue &NewLHS,SDValue &NewRHS, in PromoteSetCCOperands() 2641 void DAGTypeLegalizer::IntegerExpandSetCCOperands(SDValue &NewLHS, in IntegerExpandSetCCOperands() 2747 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandIntOp_BR_CC() local 2765 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SELECT_CC() local 2783 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SETCC() local
|
| HD | TargetLowering.cpp | 122 SDValue &NewLHS, SDValue &NewRHS, in softenSetCCOperands()
|
| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | Twine.h | 500 Child NewLHS, NewRHS; in concat() local
|
| /NextBSD/contrib/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombinePHI.cpp | 81 PHINode *NewLHS = nullptr, *NewRHS = nullptr; in FoldPHIArgBinOpIntoPHI() local
|
| HD | InstCombineSelect.cpp | 1106 Value *NewLHS = Builder->CreateNot(LHS); in visitSelectInst() local
|
| HD | InstCombineAndOrXor.cpp | 139 Value *NewLHS = IsBswapLHS ? IntrLHS->getOperand(0) : in SimplifyBSwap() local 1252 Value *NewLHS = Builder->CreateAnd(Op0LHS, AndRHS, in visitAnd() local
|
| HD | InstructionCombining.cpp | 1297 Value *NewLHS, *NewRHS; in SimplifyVectorOp() local
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | Reassociate.cpp | 786 Value *NewLHS = Ops[i].Op; in RewriteExprTree() local
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | InstructionSimplify.cpp | 2995 Constant *NewLHS = ConstantExpr::getGetElementPtr( in SimplifyICmpInst() local
|