/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 660 Value *CmpLHS = IC->getOperand(0); foldSelectICmpLshrAshr() local 720 Value *CmpLHS = IC->getOperand(0); foldSelectICmpAndBinOp() local 1121 Value *CmpLHS = ICI->getOperand(0); foldSelectCttzCtlz() local 1282 Value *CmpLHS = Cmp.getOperand(0), *CmpRHS = Cmp.getOperand(1); foldSelectValueEquivalence() local 1707 Value *CmpLHS = ICI->getOperand(0); foldSelectInstWithICmp() local 3594 Value *CmpLHS = cast<CmpInst>(CondVal)->getOperand(0); visitSelectInst() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1657 const Value *CmpLHS = CI->getOperand(0); X86SelectBranch() local 2066 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 D | X86ISelLowering.cpp | 45369 SDValue CmpLHS = Cmp.getOperand(0); 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 7969 Value *CmpLHS = CmpI->getOperand(0); matchDecomposedSelectPattern() local [all...] |
H A D | BranchProbabilityInfo.cpp | 579 Instruction *CmpLHS = dyn_cast<Instruction>(CI->getOperand(0)); in computeUnlikelySuccessors() 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 | 749 Value *CmpLHS = Cmp->getOperand(0); computeValueKnownInPredecessorsImpl() local
|
H A D | GVN.cpp | 2081 Value *CmpLHS = CmpI->getOperand(0); processAssumeIntrinsic() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 6137 Register CmpLHS, CmpRHS; matchFPSelectToMinMax() local 6582 Register CmpLHS = Cmp->getLHSReg(); tryFoldSelectToIntMinMax() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 4866 SDValue CmpLHS = N->getOperand(2); tryFoldSWTestBRCC() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 4440 SDValue CmpLHS = Cond.getOperand(0); performCtlz_CttzCombine() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 22316 SDValue CmpLHS = OpCmp.getOperand(0); foldCSELOfCSEL() local 22787 SDValue CmpLHS = SetCC.getOperand(0); performVSelectCombine() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 26862 SDValue CmpLHS; SimplifySelectOps() local [all...] |