Home
last modified time | relevance | path

Searched defs:CmpLHS (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp543 Value *CmpLHS = IC->getOperand(0); in foldSelectICmpLshrAshr() local
596 Value *CmpLHS = IC->getOperand(0); in foldSelectICmpAndOr() local
853 Value *CmpLHS = ICI->getOperand(0); in foldSelectCttzCtlz() local
904 Value *CmpLHS = Cmp.getOperand(0); in adjustMinMax() local
1166 Value *CmpLHS = Cmp.getOperand(0), *CmpRHS = Cmp.getOperand(1); in foldSelectValueEquivalence() local
1424 Value *CmpLHS = ICI->getOperand(0); in foldSelectInstWithICmp() local
2563 Value *CmpLHS = cast<CmpInst>(CondVal)->getOperand(0); in visitSelectInst() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp316 Value *CmpLHS = IC->getOperand(0); in foldSelectICmpAndOr() local
373 Value *CmpLHS = ICI->getOperand(0); in foldSelectCttzCtlz() local
419 Value *CmpLHS = ICI->getOperand(0); in visitSelectInstWithICmp() local
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp196 SDValue InFlag = Node->getOperand(2), CmpLHS; in trySelect() local
DMipsSEISelDAGToDAG.cpp241 SDValue CmpLHS, const SDLoc &DL, in selectAddESubE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp213 Value *CmpLHS = ICI->getOperand(0); in extractAlignmentInfo() local
DGuardWidening.cpp601 const Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1); in parseRangeChecks() local
DJumpThreading.cpp771 Value *CmpLHS = Cmp->getOperand(0); in ComputeValueKnownInPredecessorsImpl() local
DGVN.cpp1510 Value *CmpLHS = CmpI->getOperand(0); in processAssumeIntrinsic() local
/external/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp215 Value *CmpLHS = ICI->getOperand(0); in extractAlignmentInfo() local
DGuardWidening.cpp501 Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1); in parseRangeChecks() local
DGVN.cpp1725 Value *CmpLHS = CmpI->getOperand(0); in processAssumeIntrinsic() local
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1578 const Value *CmpLHS = CI->getOperand(0); in X86SelectBranch() local
1979 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitCMoveSelect() local
2069 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitSSESelect() local
2186 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitPseudoSelect() local
DX86ISelLowering.cpp26959 SDValue CmpLHS = Cmp.getOperand(0); in combineSetCCAtomicArith() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp1648 const Value *CmpLHS = CI->getOperand(0); in X86SelectBranch() local
2058 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitCMoveSelect() local
2160 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitSSESelect() local
2310 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitPseudoSelect() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4661 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()
5251 Value *CmpLHS = CmpI->getOperand(0); in matchDecomposedSelectPattern() local
DBranchProbabilityInfo.cpp528 Instruction *CmpLHS = dyn_cast<Instruction>(CI->getOperand(0)); in computeUnlikelySuccessors() local
DInstructionSimplify.cpp2303 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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSwitchLoweringUtils.h122 const Value *CmpLHS, *CmpMHS, *CmpRHS; member
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h234 const Value *CmpLHS, *CmpMHS, *CmpRHS; member
DDAGCombiner.cpp14019 SDValue CmpLHS; in SimplifySelectOps() local
/external/llvm/lib/Analysis/
DValueTracking.cpp3708 Value *CmpLHS, Value *CmpRHS, in matchSelectPattern()
3908 Value *CmpLHS = CmpI->getOperand(0); in matchSelectPattern() local
DInstructionSimplify.cpp1937 Value *CmpLHS = Cmp->getOperand(0), *CmpRHS = Cmp->getOperand(1); in ExtractEquivalentCondition() local
3405 Value *CmpLHS = ICI->getOperand(0); in SimplifySelectInst() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2514 SDValue CmpLHS = Cond.getOperand(0); in performCtlzCombine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp3466 SDValue CmpLHS = Cond.getOperand(0); in performCtlz_CttzCombine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20049 SDValue CmpLHS; in SimplifySelectOps() local

12