Searched refs:getSimplifyQuery (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 346 SimplifyQuery SQ = IC.getSimplifyQuery().getWithInstruction(&I); in canSimplifyLegacyMulToMul() 536 if (IC.getSimplifyQuery().isUndefValue(Src)) in instCombineIntrinsic() 619 if (IC.getSimplifyQuery().isUndefValue(Src1)) in instCombineIntrinsic() 623 if (IC.getSimplifyQuery().isUndefValue(Src0)) { in instCombineIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 208 getSimplifyQuery().getWithInstruction(CtxI)); 216 Val, Interested, Depth, getSimplifyQuery().getWithInstruction(CtxI));
|
H A D | InstCombineCalls.cpp | 613 isKnownNonZero(Op0, IC.getSimplifyQuery().getWithInstruction(&II))) { in foldCttzCtlz() 2141 isKnownNonZero(II, getSimplifyQuery().getWithInstruction(II)))) { in visitCallInst() 2523 Sign, /*Depth=*/0, getSimplifyQuery().getWithInstruction(II))) { in visitCallInst() 3828 isKnownNonZero(V, getSimplifyQuery().getWithInstruction(&Call))) in visitCallBase() 4009 getSimplifyQuery().getWithInstruction(&Call))) { in visitCallBase()
|
H A D | InstCombineAddSub.cpp | 2749 getSimplifyQuery().getWithInstruction(&I))) in visitFNeg() 2833 getSimplifyQuery().getWithInstruction(&I))) in visitFSub() 2870 cannotBeNegativeZero(Op0, 0, getSimplifyQuery().getWithInstruction(&I))) { in visitFSub()
|
H A D | InstCombinePHI.cpp | 1540 if (isKnownNonZero(VA, getSimplifyQuery().getWithInstruction(CtxI))) { in visitPHINode()
|
H A D | InstCombineCompares.cpp | 4822 if (isKnownNegative(Op1, IC.getSimplifyQuery().getWithInstruction(&I))) in foldICmpAndXX() 8025 CI.getSimplifyQuery().getWithInstruction(&I)) && in foldFCmpFSubIntoFCmp() 8027 CI.getSimplifyQuery().getWithInstruction(&I))) in foldFCmpFSubIntoFCmp() 8107 isKnownNeverNaN(Op0, 0, getSimplifyQuery().getWithInstruction(&I))) in visitFCmpInst() 8111 isKnownNeverNaN(Op1, 0, getSimplifyQuery().getWithInstruction(&I))) in visitFCmpInst()
|
H A D | InstCombineCasts.cpp | 1960 IC.getSimplifyQuery().getWithInstruction(&FI)); in foldFPtoI()
|
H A D | InstCombineVectorOps.cpp | 2266 Shuf, getSimplifyQuery().getWithInstruction(&Shuf))) in foldSelectShuffle()
|
H A D | InstCombineSelect.cpp | 103 IC.getSimplifyQuery().getWithInstruction(&Sel))) in foldSelectBinOpIdentity()
|
H A D | InstCombineAndOrXor.cpp | 2298 IC.getSimplifyQuery().getWithInstruction(I))) in simplifyAndOrWithOpReplaced()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 342 const SimplifyQuery &getSimplifyQuery() const { return SQ; } in getSimplifyQuery() function
|