Home
last modified time | relevance | path

Searched defs:NewLHS (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h519 Child NewLHS, NewRHS; concat() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1093 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in SoftenFloatOp_BR_CC() local
1177 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in SoftenFloatOp_SELECT_CC() local
1209 SDValue NewLHS = GetSoftenedFloat(Op0); in SoftenFloatOp_SETCC() local
2112 void DAGTypeLegalizer::FloatExpandSetCCOperands(SDValue &NewLHS, in FloatExpandSetCCOperands()
2150 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandFloatOp_BR_CC() local
2234 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandFloatOp_SELECT_CC() local
2254 SDValue NewLHS = N->getOperand(IsStrict ? 1 : 0); in ExpandFloatOp_SETCC() local
H A DLegalizeIntegerTypes.cpp5320 void DAGTypeLegalizer::IntegerExpandSetCCOperands(SDValue &NewLHS, in IntegerExpandSetCCOperands()
5463 SDValue NewLHS = N->getOperand(2), NewRHS = N->getOperand(3); in ExpandIntOp_BR_CC() local
5481 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SELECT_CC() local
5499 SDValue NewLHS = N->getOperand(0), NewRHS = N->getOperand(1); in ExpandIntOp_SETCC() local
H A DTargetLowering.cpp292 SDValue &NewLHS, SDValue &NewRHS, in softenSetCCOperands()
302 SDValue &NewLHS, SDValue &NewRHS, in softenSetCCOperands()
H A DDAGCombiner.cpp7915 SDValue NewLHS = ZeroN00 ? N0.getOperand(1) : N0.getOperand(0); in visitOR() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h350 llvm::SMTExprRef NewLHS = LHS; in getBinExpr() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp80 SmallString<128> NewLHS = LHS.slice(0, Pos); in isPlatformEnvironment() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp448 PHINode *NewLHS = nullptr, *NewRHS = nullptr; in foldPHIArgBinOpIntoPHI() local
H A DInstCombineShifts.cpp1199 Constant *NewLHS = ConstantInt::get(Ty, C1->shl(*C)); in visitShl() local
H A DInstructionCombining.cpp2202 Value *NewLHS = ConstOp1 ? V1 : NewC; in foldVectorBinop() local
3948 auto *NewLHS = WO->getLHS(); in foldExtractOfOverflowIntrinsic() local
H A DInstCombineAndOrXor.cpp2506 Value *NewLHS = Builder.CreateAnd(X, Op1, X->getName() + ".masked"); in visitAnd() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp613 Value *NewLHS = Ops[i].Op; in RewriteExprTree() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp235 auto *NewLHS = in makeIVComparisonInvariant() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1230 auto *NewLHS = in instCombineSVELast() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41083 SDValue NewLHS = DAG.getNode(X86ISD::PSHUFB, DL, ShufVT, in combineTargetShuffle() local
41155 SDValue NewLHS, NewRHS; in combineTargetShuffle() local
41947 SDValue NewLHS = SimplifyMultipleUseDemandedVectorElts( in SimplifyDemandedVectorEltsForTargetNode() local
42172 SDValue NewLHS = SimplifyMultipleUseDemandedBits(LHS, BitsLHS, EltsLHS, in SimplifyDemandedVectorEltsForTargetNode() local
42860 SDValue NewLHS = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode() local
48637 SDValue NewLHS = in combineVectorHADDSUB() local
50347 SDValue NewLHS = lowerX86CmpEqZeroToCtlzSrl(LHS, DAG); in combineOrCmpEqZeroToCtlzSrl() local
52061 SDValue NewLHS = A.getNode() ? A : B; // If A is 'UNDEF', use B for it. in isHorizontalBinOp() local
54365 if (SDValue NewLHS = incDecVectorConstant(LHS, DAG, /*IsInc*/ true, in combineSetCC() local
54381 if (SDValue NewLHS = incDecVectorConstant(LHS, DAG, /*IsInc*/ false, in combineSetCC() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4573 SDValue NewLHS = LHS.getOperand(0); in foldFreeOpFromSelect() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp3019 Register &NewLHS = std::get<0>(MatchInfo); in matchSimplifyAddToSub() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp3489 const SCEV *NewLHS = in getUDivExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13463 SDValue NewLHS; combineSubOfBoolean() local