/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 552 Value *CmpLHS = IC->getOperand(0); in foldSelectICmpLshrAshr() local 605 Value *CmpLHS = IC->getOperand(0); in foldSelectICmpAndOr() local 896 Value *CmpLHS = ICI->getOperand(0); in foldSelectCttzCtlz() local 947 Value *CmpLHS = Cmp.getOperand(0); in adjustMinMax() local 1142 Value *CmpLHS = Cmp.getOperand(0), *CmpRHS = Cmp.getOperand(1); in foldSelectValueEquivalence() local 1465 Value *CmpLHS = ICI->getOperand(0); in foldSelectInstWithICmp() local 2945 Value *CmpLHS = cast<CmpInst>(CondVal)->getOperand(0); in visitSelectInst() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1667 const Value *CmpLHS = CI->getOperand(0); in X86SelectBranch() local 2076 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitCMoveSelect() local 2171 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitSSESelect() local 2308 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitPseudoSelect() local
|
H A D | X86ISelLowering.cpp | 41977 SDValue CmpLHS = Cmp.getOperand(0); in combineSetCCAtomicArith() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SwitchLoweringUtils.h | 127 const Value *CmpLHS, *CmpMHS, *CmpRHS; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 600 const Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1); in parseRangeChecks() local
|
H A D | JumpThreading.cpp | 823 Value *CmpLHS = Cmp->getOperand(0); in computeValueKnownInPredecessorsImpl() local
|
H A D | LoopIdiomRecognize.cpp | 2118 Value *CmpLHS, *CmpRHS; in detectShiftUntilBitTestIdiom() local
|
H A D | GVN.cpp | 1834 Value *CmpLHS = CmpI->getOperand(0); in processAssumeIntrinsic() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 5512 Value *CmpLHS, Value *CmpRHS, in matchFastFloatClamp() 5566 Value *CmpLHS, Value *CmpRHS, in matchClamp() 5602 Value *CmpLHS, Value *CmpRHS, in matchMinMaxOfMinMax() 5711 Value *CmpLHS, Value *CmpRHS, in matchMinMax() 5818 Value *CmpLHS, Value *CmpRHS, in matchSelectPattern() 6129 Value *CmpLHS = CmpI->getOperand(0); in matchDecomposedSelectPattern() local
|
H A D | BranchProbabilityInfo.cpp | 529 Instruction *CmpLHS = dyn_cast<Instruction>(CI->getOperand(0)); in computeUnlikelySuccessors() local
|
H A D | InstructionSimplify.cpp | 2383 Value *CmpLHS = Cmp->getOperand(0), *CmpRHS = Cmp->getOperand(1); in ExtractEquivalentCondition() local 4008 static Value *simplifySelectWithFakeICmpEq(Value *CmpLHS, Value *CmpRHS, in simplifySelectWithFakeICmpEq() 4026 Value *CmpLHS, *CmpRHS; in simplifySelectWithICmpCond() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 3448 SDValue CmpLHS = Cond.getOperand(0); in performCtlz_CttzCombine() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 4672 SDValue CmpLHS = N->getOperand(2); in tryFoldSWTestBRCC() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 15400 SDValue CmpLHS = SetCC.getOperand(0); in performVSelectCombine() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 21939 SDValue CmpLHS; in SimplifySelectOps() local
|