/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 661 Value *CmpRHS = IC->getOperand(1); foldSelectICmpLshrAshr() local 721 Value *CmpRHS = IC->getOperand(1); foldSelectICmpAndBinOp() local 1122 Value *CmpRHS = ICI->getOperand(1); foldSelectCttzCtlz() local 1282 Value *CmpLHS = Cmp.getOperand(0), *CmpRHS = Cmp.getOperand(1); foldSelectValueEquivalence() local 1708 Value *CmpRHS = ICI->getOperand(1); foldSelectInstWithICmp() local 3595 Value *CmpRHS = cast<CmpInst>(CondVal)->getOperand(1); visitSelectInst() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1658 const Value *CmpRHS = CI->getOperand(1); X86SelectBranch() local 2067 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 D | X86ISelLowering.cpp | 45370 SDValue CmpRHS = Cmp.getOperand(1); combineSetCCAtomicArith() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SwitchLoweringUtils.h | 127 const Value *CmpLHS, *CmpMHS, *CmpRHS; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 4434 Value *CmpLHS, *CmpRHS; computeKnownFPClass() local 7357 matchFastFloatClamp(CmpInst::Predicate Pred,Value * CmpLHS,Value * CmpRHS,Value * TrueVal,Value * FalseVal,Value * & LHS,Value * & RHS) matchFastFloatClamp() argument 7411 matchClamp(CmpInst::Predicate Pred,Value * CmpLHS,Value * CmpRHS,Value * TrueVal,Value * FalseVal) matchClamp() argument 7447 matchMinMaxOfMinMax(CmpInst::Predicate Pred,Value * CmpLHS,Value * CmpRHS,Value * TVal,Value * FVal,unsigned Depth) matchMinMaxOfMinMax() argument 7556 matchMinMax(CmpInst::Predicate Pred,Value * CmpLHS,Value * CmpRHS,Value * TrueVal,Value * FalseVal,Value * & LHS,Value * & RHS,unsigned Depth) matchMinMax() argument 7647 matchSelectPattern(CmpInst::Predicate Pred,FastMathFlags FMF,Value * CmpLHS,Value * CmpRHS,Value * TrueVal,Value * FalseVal,Value * & LHS,Value * & RHS,unsigned Depth) matchSelectPattern() argument 7970 Value *CmpRHS = CmpI->getOperand(1); matchDecomposedSelectPattern() local [all...] |
H A D | InstructionSimplify.cpp | 2613 Value *CmpLHS = Cmp->getOperand(0), *CmpRHS = Cmp->getOperand(1); extractEquivalentCondition() local 4507 simplifyCmpSelOfMaxMin(Value * CmpLHS,Value * CmpRHS,ICmpInst::Predicate Pred,Value * TVal,Value * FVal) simplifyCmpSelOfMaxMin() argument 4581 simplifySelectWithFakeICmpEq(Value * CmpLHS,Value * CmpRHS,ICmpInst::Predicate Pred,Value * TrueVal,Value * FalseVal) simplifySelectWithFakeICmpEq() argument 4595 simplifySelectWithICmpEq(Value * CmpLHS,Value * CmpRHS,Value * TrueVal,Value * FalseVal,const SimplifyQuery & Q,unsigned MaxRecurse) simplifySelectWithICmpEq() argument 4618 Value *CmpLHS, *CmpRHS; simplifySelectWithICmpCond() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 811 const Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1); parseRangeChecks() local
|
H A D | LoopIdiomRecognize.cpp | 2224 Value *CmpLHS, *CmpRHS; detectShiftUntilBitTestIdiom() local
|
H A D | JumpThreading.cpp | 750 Value *CmpRHS = Cmp->getOperand(1); computeValueKnownInPredecessorsImpl() local
|
H A D | GVN.cpp | 2082 Value *CmpRHS = CmpI->getOperand(1); processAssumeIntrinsic() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 2037 Value *CmpRHS; calculatePostIncRange() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 6137 Register CmpLHS, CmpRHS; matchFPSelectToMinMax() local 6583 Register CmpRHS = Cmp->getRHSReg(); tryFoldSelectToIntMinMax() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 5080 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), dl, ShValTy); SimplifySetCC() local 5108 SDValue CmpRHS = DAG.getConstant(NewC, dl, ShValTy); SimplifySetCC() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 4862 SDValue CmpRHS = N->getOperand(3); tryFoldSWTestBRCC() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 22317 SDValue CmpRHS = OpCmp.getOperand(1); foldCSELOfCSEL() local 22789 SDNode *CmpRHS = SetCC.getOperand(1).getNode(); performVSelectCombine() local [all...] |