/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 676 Value *CmpLHS = IC->getOperand(0); in foldSelectICmpLshrAshr() local 736 Value *CmpLHS = IC->getOperand(0); in foldSelectICmpAndBinOp() local 1137 Value *CmpLHS = ICI->getOperand(0); in foldSelectCttzCtlz() local 1299 Value *CmpLHS = Cmp.getOperand(0), *CmpRHS = Cmp.getOperand(1); in foldSelectValueEquivalence() local 1725 Value *CmpLHS = ICI->getOperand(0); in foldSelectICmpEq() local 1848 Value *CmpLHS = ICI->getOperand(0); in foldSelectInstWithICmp() local 3814 Value *CmpLHS = cast<CmpInst>(CondVal)->getOperand(0); in visitSelectInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1658 const Value *CmpLHS = CI->getOperand(0); in X86SelectBranch() local 2067 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitCMoveSelect() local 2163 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitSSESelect() local 2302 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitPseudoSelect() local
|
H A D | X86ISelLowering.cpp | 46437 SDValue CmpLHS = Cmp.getOperand(0); in combineSetCCAtomicArith() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SwitchLoweringUtils.h | 127 const Value *CmpLHS, *CmpMHS, *CmpRHS; member
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 5010 Value *CmpLHS, *CmpRHS; in computeKnownFPClass() local 8080 Value *CmpLHS, Value *CmpRHS, in matchFastFloatClamp() 8134 Value *CmpLHS, Value *CmpRHS, in matchClamp() 8170 Value *CmpLHS, Value *CmpRHS, in matchMinMaxOfMinMax() 8279 Value *CmpLHS, Value *CmpRHS, in matchMinMax() 8402 Value *CmpLHS, Value *CmpRHS, in matchSelectPattern() 8724 Value *CmpLHS = CmpI->getOperand(0); in matchDecomposedSelectPattern() local
|
H A D | InstructionSimplify.cpp | 2620 Value *CmpLHS = Cmp->getOperand(0), *CmpRHS = Cmp->getOperand(1); in extractEquivalentCondition() local 4533 static Value *simplifyCmpSelOfMaxMin(Value *CmpLHS, Value *CmpRHS, in simplifyCmpSelOfMaxMin() 4607 static Value *simplifySelectWithFakeICmpEq(Value *CmpLHS, Value *CmpRHS, in simplifySelectWithFakeICmpEq() 4621 static Value *simplifySelectWithICmpEq(Value *CmpLHS, Value *CmpRHS, in simplifySelectWithICmpEq() 4644 Value *CmpLHS, *CmpRHS; in simplifySelectWithICmpCond() local
|
H A D | BranchProbabilityInfo.cpp | 579 Instruction *CmpLHS = dyn_cast<Instruction>(CI->getOperand(0)); in computeUnlikelySuccessors() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 816 const Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1); in parseRangeChecks() local
|
H A D | JumpThreading.cpp | 746 Value *CmpLHS = Cmp->getOperand(0); in computeValueKnownInPredecessorsImpl() local
|
H A D | LoopIdiomRecognize.cpp | 2441 Value *CmpLHS, *CmpRHS; in detectShiftUntilBitTestIdiom() local
|
H A D | GVN.cpp | 2147 Value *CmpLHS = CmpI->getOperand(0); in processAssumeIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 6420 Register CmpLHS, CmpRHS; in matchFPSelectToMinMax() local 6916 Register CmpLHS = Cmp->getLHSReg(); in matchSelectIMinMax() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 4853 SDValue CmpLHS = N->getOperand(2); in tryFoldSWTestBRCC() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 4494 SDValue CmpLHS = Cond.getOperand(0); in performCtlz_CttzCombine() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 23750 SDValue CmpLHS = OpCmp.getOperand(0); in foldCSELOfCSEL() local 24221 SDValue CmpLHS = SetCC.getOperand(0); in performVSelectCombine() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 27256 SDValue CmpLHS; in SimplifySelectOps() local
|