Home
last modified time | relevance | path

Searched refs:getSimplifyQuery (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp405 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 DInstCombineInternal.h208 Val, FMF, Interested, getSimplifyQuery().getWithInstruction(CtxI),
217 Val, Interested, getSimplifyQuery().getWithInstruction(CtxI), Depth);
H A DInstCombineCalls.cpp625 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 DInstCombineAddSub.cpp2979 getSimplifyQuery().getWithInstruction(&I))) in visitFNeg()
3070 getSimplifyQuery().getWithInstruction(&I))) in visitFSub()
3107 cannotBeNegativeZero(Op0, getSimplifyQuery().getWithInstruction(&I))) { in visitFSub()
H A DInstCombinePHI.cpp1537 if (isKnownNonZero(VA, getSimplifyQuery().getWithInstruction(CtxI))) { in visitPHINode()
H A DInstCombineCompares.cpp5035 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 DInstCombineSelect.cpp104 IC.getSimplifyQuery().getWithInstruction(&Sel))) in foldSelectBinOpIdentity()
2903 isKnownNeverNaN(X, IC.getSimplifyQuery().getWithInstruction( in foldSelectWithFCmpToFabs()
H A DInstCombineCasts.cpp2010 FI.getOperand(0), Mask, IC.getSimplifyQuery().getWithInstruction(&FI)); in foldFPtoI()
H A DInstCombineVectorOps.cpp2344 Shuf, getSimplifyQuery().getWithInstruction(&Shuf))) in foldSelectShuffle()
H A DInstCombineAndOrXor.cpp2355 IC.getSimplifyQuery().getWithInstruction(I))) in simplifyAndOrWithOpReplaced()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h338 const SimplifyQuery &getSimplifyQuery() const { return SQ; } in getSimplifyQuery() function