/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 544 Value *CmpRHS = IC->getOperand(1); in foldSelectICmpLshrAshr() local 597 Value *CmpRHS = IC->getOperand(1); in foldSelectICmpAndOr() local 854 Value *CmpRHS = ICI->getOperand(1); in foldSelectCttzCtlz() local 905 Value *CmpRHS = Cmp.getOperand(1); in adjustMinMax() local 1166 Value *CmpLHS = Cmp.getOperand(0), *CmpRHS = Cmp.getOperand(1); in foldSelectValueEquivalence() local 1425 Value *CmpRHS = ICI->getOperand(1); in foldSelectInstWithICmp() local 2564 Value *CmpRHS = cast<CmpInst>(CondVal)->getOperand(1); in visitSelectInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 214 Value *CmpRHS = ICI->getOperand(1); in extractAlignmentInfo() local
|
D | GuardWidening.cpp | 601 const Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1); in parseRangeChecks() local
|
D | JumpThreading.cpp | 772 Value *CmpRHS = Cmp->getOperand(1); in ComputeValueKnownInPredecessorsImpl() local
|
D | GVN.cpp | 1511 Value *CmpRHS = CmpI->getOperand(1); in processAssumeIntrinsic() local
|
D | IndVarSimplify.cpp | 1835 Value *CmpRHS; in calculatePostIncRange() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1649 const Value *CmpRHS = CI->getOperand(1); in X86SelectBranch() local 2059 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitCMoveSelect() local 2161 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitSSESelect() local 2311 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitPseudoSelect() local
|
D | X86ISelLowering.cpp | 38363 SDValue CmpRHS = Cmp.getOperand(1); in combineSetCCAtomicArith() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SwitchLoweringUtils.h | 122 const Value *CmpLHS, *CmpMHS, *CmpRHS; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4661 Value *CmpLHS, Value *CmpRHS, in matchFastFloatClamp() 4715 Value *CmpLHS, Value *CmpRHS, in matchClamp() 4751 Value *CmpLHS, Value *CmpRHS, in matchMinMaxOfMinMax() 4845 Value *CmpLHS, Value *CmpRHS, in matchMinMax() 4940 Value *CmpLHS, Value *CmpRHS, in matchSelectPattern() 5252 Value *CmpRHS = CmpI->getOperand(1); in matchDecomposedSelectPattern() local
|
D | InstructionSimplify.cpp | 2303 Value *CmpLHS = Cmp->getOperand(0), *CmpRHS = Cmp->getOperand(1); in ExtractEquivalentCondition() local 3840 static Value *simplifySelectWithFakeICmpEq(Value *CmpLHS, Value *CmpRHS, in simplifySelectWithFakeICmpEq() 3858 Value *CmpLHS, *CmpRHS; in simplifySelectWithICmpCond() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 3728 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), dl, ShValTy); in SimplifySetCC() local 3756 SDValue CmpRHS = DAG.getConstant(NewC, dl, ShValTy); in SimplifySetCC() local
|