/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 676 Value *CmpLHS = IC->getOperand(0); foldSelectICmpLshrAshr() local 736 Value *CmpLHS = IC->getOperand(0); foldSelectICmpAndBinOp() local 1137 Value *CmpLHS = ICI->getOperand(0); foldSelectCttzCtlz() local 1296 Value *CmpLHS = Cmp.getOperand(0), *CmpRHS = Cmp.getOperand(1); foldSelectValueEquivalence() local 1722 Value *CmpLHS = ICI->getOperand(0); foldSelectICmpEq() local 1845 Value *CmpLHS = ICI->getOperand(0); foldSelectInstWithICmp() local 3785 Value *CmpLHS = cast<CmpInst>(CondVal)->getOperand(0); visitSelectInst() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1656 const Value *CmpLHS = CI->getOperand(0); X86SelectBranch() local 2065 const Value *CmpLHS = CI->getOperand(0); X86FastEmitCMoveSelect() local 2161 const Value *CmpLHS = CI->getOperand(0); X86FastEmitSSESelect() local 2300 const Value *CmpLHS = CI->getOperand(0); X86FastEmitPseudoSelect() local [all...] |
H A D | X86ISelLowering.cpp | 46345 SDValue CmpLHS = Cmp.getOperand(0); combineSetCCAtomicArith() local [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SwitchLoweringUtils.h | 127 const Value *CmpLHS, *CmpMHS, *CmpRHS; member
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 4893 Value *CmpLHS, *CmpRHS; computeKnownFPClass() local 7911 matchFastFloatClamp(CmpInst::Predicate Pred,Value * CmpLHS,Value * CmpRHS,Value * TrueVal,Value * FalseVal,Value * & LHS,Value * & RHS) matchFastFloatClamp() argument 7965 matchClamp(CmpInst::Predicate Pred,Value * CmpLHS,Value * CmpRHS,Value * TrueVal,Value * FalseVal) matchClamp() argument 8001 matchMinMaxOfMinMax(CmpInst::Predicate Pred,Value * CmpLHS,Value * CmpRHS,Value * TVal,Value * FVal,unsigned Depth) matchMinMaxOfMinMax() argument 8110 matchMinMax(CmpInst::Predicate Pred,Value * CmpLHS,Value * CmpRHS,Value * TrueVal,Value * FalseVal,Value * & LHS,Value * & RHS,unsigned Depth) matchMinMax() argument 8233 matchSelectPattern(CmpInst::Predicate Pred,FastMathFlags FMF,Value * CmpLHS,Value * CmpRHS,Value * TrueVal,Value * FalseVal,Value * & LHS,Value * & RHS,unsigned Depth) matchSelectPattern() argument 8555 Value *CmpLHS = CmpI->getOperand(0); matchDecomposedSelectPattern() local [all...] |
H A D | InstructionSimplify.cpp | 2623 Value *CmpLHS = Cmp->getOperand(0), *CmpRHS = Cmp->getOperand(1); extractEquivalentCondition() local 4515 simplifyCmpSelOfMaxMin(Value * CmpLHS,Value * CmpRHS,ICmpInst::Predicate Pred,Value * TVal,Value * FVal) simplifyCmpSelOfMaxMin() argument 4589 simplifySelectWithFakeICmpEq(Value * CmpLHS,Value * CmpRHS,ICmpInst::Predicate Pred,Value * TrueVal,Value * FalseVal) simplifySelectWithFakeICmpEq() argument 4603 simplifySelectWithICmpEq(Value * CmpLHS,Value * CmpRHS,Value * TrueVal,Value * FalseVal,const SimplifyQuery & Q,unsigned MaxRecurse) simplifySelectWithICmpEq() argument 4626 Value *CmpLHS, *CmpRHS; simplifySelectWithICmpCond() local [all...] |
H A D | BranchProbabilityInfo.cpp | 579 PHINode *CmpPHI = dyn_cast<PHINode>(CmpLHS); in computeUnlikelySuccessors() local [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 816 const Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1); parseRangeChecks() local
|
H A D | LoopIdiomRecognize.cpp | 2222 Value *CmpLHS, *CmpRHS; detectShiftUntilBitTestIdiom() local
|
H A D | JumpThreading.cpp | 746 Value *CmpLHS = Cmp->getOperand(0); computeValueKnownInPredecessorsImpl() local
|
H A D | GVN.cpp | 2147 Value *CmpLHS = CmpI->getOperand(0); processAssumeIntrinsic() local [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 6364 Register CmpLHS, CmpRHS; matchFPSelectToMinMax() local 6860 Register CmpLHS = Cmp->getLHSReg(); matchSelectIMinMax() local [all...] |
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 4853 SDValue CmpLHS = N->getOperand(2); in tryFoldSWTestBRCC() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 4494 SDValue CmpLHS = Cond.getOperand(0); performCtlz_CttzCombine() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 23536 SDValue CmpLHS = OpCmp.getOperand(0); foldCSELOfCSEL() local 24007 SDValue CmpLHS = SetCC.getOperand(0); performVSelectCombine() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 27197 SDValue CmpLHS; SimplifySelectOps() local [all...] |