Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp676 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 DX86FastISel.cpp1656 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 DX86ISelLowering.cpp46345 SDValue CmpLHS = Cmp.getOperand(0); combineSetCCAtomicArith() local
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h127 const Value *CmpLHS, *CmpMHS, *CmpRHS; member
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4893 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 DInstructionSimplify.cpp2623 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 DBranchProbabilityInfo.cpp579 PHINode *CmpPHI = dyn_cast<PHINode>(CmpLHS); in computeUnlikelySuccessors() local
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp816 const Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1); parseRangeChecks() local
H A DLoopIdiomRecognize.cpp2222 Value *CmpLHS, *CmpRHS; detectShiftUntilBitTestIdiom() local
H A DJumpThreading.cpp746 Value *CmpLHS = Cmp->getOperand(0); computeValueKnownInPredecessorsImpl() local
H A DGVN.cpp2147 Value *CmpLHS = CmpI->getOperand(0); processAssumeIntrinsic() local
[all...]
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6364 Register CmpLHS, CmpRHS; matchFPSelectToMinMax() local
6860 Register CmpLHS = Cmp->getLHSReg(); matchSelectIMinMax() local
[all...]
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4853 SDValue CmpLHS = N->getOperand(2); in tryFoldSWTestBRCC() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp4494 SDValue CmpLHS = Cond.getOperand(0); performCtlz_CttzCombine() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23536 SDValue CmpLHS = OpCmp.getOperand(0); foldCSELOfCSEL() local
24007 SDValue CmpLHS = SetCC.getOperand(0); performVSelectCombine() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp27197 SDValue CmpLHS; SimplifySelectOps() local
[all...]