Home
last modified time | relevance | path

Searched defs:CmpLHS (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp676 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 DX86FastISel.cpp1658 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 DX86ISelLowering.cpp46437 SDValue CmpLHS = Cmp.getOperand(0); in combineSetCCAtomicArith() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h127 const Value *CmpLHS, *CmpMHS, *CmpRHS; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5010 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 DInstructionSimplify.cpp2620 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 DBranchProbabilityInfo.cpp579 Instruction *CmpLHS = dyn_cast<Instruction>(CI->getOperand(0)); in computeUnlikelySuccessors() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp816 const Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1); in parseRangeChecks() local
H A DJumpThreading.cpp746 Value *CmpLHS = Cmp->getOperand(0); in computeValueKnownInPredecessorsImpl() local
H A DLoopIdiomRecognize.cpp2441 Value *CmpLHS, *CmpRHS; in detectShiftUntilBitTestIdiom() local
H A DGVN.cpp2147 Value *CmpLHS = CmpI->getOperand(0); in processAssumeIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6420 Register CmpLHS, CmpRHS; in matchFPSelectToMinMax() local
6916 Register CmpLHS = Cmp->getLHSReg(); in matchSelectIMinMax() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4853 SDValue CmpLHS = N->getOperand(2); in tryFoldSWTestBRCC() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4494 SDValue CmpLHS = Cond.getOperand(0); in performCtlz_CttzCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23750 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 DDAGCombiner.cpp27256 SDValue CmpLHS; in SimplifySelectOps() local