Searched refs:getSimplifyQuery (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstCombineIntrinsic.cpp | 405 SimplifyQuery SQ = IC.getSimplifyQuery().getWithInstruction(&I); in canSimplifyLegacyMulToMul() 736 if (IC.getSimplifyQuery().isUndefValue(Src)) in instCombineIntrinsic() 822 if (IC.getSimplifyQuery().isUndefValue(Src1)) in instCombineIntrinsic() 826 if (IC.getSimplifyQuery().isUndefValue(Src0)) { in instCombineIntrinsic() 894 if(IC.getSimplifyQuery().isUndefValue(Arg)) in instCombineIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 208 Val, FMF, Interested, getSimplifyQuery().getWithInstruction(CtxI), 217 Val, Interested, getSimplifyQuery().getWithInstruction(CtxI), Depth);
|
| H A D | InstCombineCalls.cpp | 625 isKnownNonZero(Op0, IC.getSimplifyQuery().getWithInstruction(&II))) { in foldCttzCtlz() 716 isKnownNonZero(Op0, IC.getSimplifyQuery().getWithInstruction(&II))) in foldCtpop() 2430 isKnownNonZero(II, getSimplifyQuery().getWithInstruction(II)))) { in visitCallInst() 2809 Sign, getSimplifyQuery().getWithInstruction(II))) { in visitCallInst() 4124 getSimplifyQuery().getWithInstruction(&Call))) { in visitCallBase() 4307 getSimplifyQuery().getWithInstruction(&Call))) { in visitCallBase()
|
| H A D | InstCombineAddSub.cpp | 2979 getSimplifyQuery().getWithInstruction(&I))) in visitFNeg() 3070 getSimplifyQuery().getWithInstruction(&I))) in visitFSub() 3107 cannotBeNegativeZero(Op0, getSimplifyQuery().getWithInstruction(&I))) { in visitFSub()
|
| H A D | InstCombinePHI.cpp | 1537 if (isKnownNonZero(VA, getSimplifyQuery().getWithInstruction(CtxI))) { in visitPHINode()
|
| H A D | InstCombineCompares.cpp | 5035 if (isKnownNegative(Op1, IC.getSimplifyQuery().getWithInstruction(&I))) in foldICmpAndXX() 6219 I, Builder, getSimplifyQuery().getWithInstruction(&I))) in foldICmpEquality() 8423 CI.getSimplifyQuery().getWithInstruction(&I)) && in foldFCmpFSubIntoFCmp() 8424 !isKnownNeverInfinity(X, CI.getSimplifyQuery().getWithInstruction(&I))) in foldFCmpFSubIntoFCmp() 8574 isKnownNeverNaN(Op0, getSimplifyQuery().getWithInstruction(&I))) in visitFCmpInst() 8578 isKnownNeverNaN(Op1, getSimplifyQuery().getWithInstruction(&I))) in visitFCmpInst()
|
| H A D | InstCombineSelect.cpp | 104 IC.getSimplifyQuery().getWithInstruction(&Sel))) in foldSelectBinOpIdentity() 2903 isKnownNeverNaN(X, IC.getSimplifyQuery().getWithInstruction( in foldSelectWithFCmpToFabs()
|
| H A D | InstCombineCasts.cpp | 2010 FI.getOperand(0), Mask, IC.getSimplifyQuery().getWithInstruction(&FI)); in foldFPtoI()
|
| H A D | InstCombineVectorOps.cpp | 2344 Shuf, getSimplifyQuery().getWithInstruction(&Shuf))) in foldSelectShuffle()
|
| H A D | InstCombineAndOrXor.cpp | 2355 IC.getSimplifyQuery().getWithInstruction(I))) in simplifyAndOrWithOpReplaced()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 338 const SimplifyQuery &getSimplifyQuery() const { return SQ; } in getSimplifyQuery() function
|