Home
last modified time | relevance | path

Searched defs:CmpRHS (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp677 Value *CmpRHS = IC->getOperand(1); foldSelectICmpLshrAshr() local
737 Value *CmpRHS = IC->getOperand(1); foldSelectICmpAndBinOp() local
1138 Value *CmpRHS = ICI->getOperand(1); foldSelectCttzCtlz() local
1296 Value *CmpLHS = Cmp.getOperand(0), *CmpRHS = Cmp.getOperand(1); foldSelectValueEquivalence() local
1723 Value *CmpRHS = ICI->getOperand(1); foldSelectICmpEq() local
1846 Value *CmpRHS = ICI->getOperand(1); foldSelectInstWithICmp() local
3786 Value *CmpRHS = cast<CmpInst>(CondVal)->getOperand(1); visitSelectInst() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1657 const Value *CmpRHS = CI->getOperand(1); X86SelectBranch() local
2066 const Value *CmpRHS = CI->getOperand(1); X86FastEmitCMoveSelect() local
2162 const Value *CmpRHS = CI->getOperand(1); X86FastEmitSSESelect() local
2301 const Value *CmpRHS = CI->getOperand(1); X86FastEmitPseudoSelect() local
[all...]
H A DX86ISelLowering.cpp46346 SDValue CmpRHS = Cmp.getOperand(1); 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
8556 Value *CmpRHS = CmpI->getOperand(1); 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...]
/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.cpp747 Value *CmpRHS = Cmp->getOperand(1); computeValueKnownInPredecessorsImpl() local
H A DGVN.cpp2148 Value *CmpRHS = CmpI->getOperand(1); processAssumeIntrinsic() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp2164 Value *CmpRHS; calculatePostIncRange() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6364 Register CmpLHS, CmpRHS; matchFPSelectToMinMax() local
6861 Register CmpRHS = Cmp->getRHSReg(); matchSelectIMinMax() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5144 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), dl, ShValTy); SimplifySetCC() local
5173 SDValue CmpRHS = DAG.getConstant(NewC, dl, ShValTy); SimplifySetCC() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4849 SDValue CmpRHS = N->getOperand(3); in tryFoldSWTestBRCC() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp23537 SDValue CmpRHS = OpCmp.getOperand(1); foldCSELOfCSEL() local
24009 SDNode *CmpRHS = SetCC.getOperand(1).getNode(); performVSelectCombine() local
[all...]