Searched refs:KnownBitsComputed (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 57 bool &KnownBitsComputed) { in determineLiveOperandBits() argument 68 if (KnownBitsComputed) in determineLiveOperandBits() 70 KnownBitsComputed = true; in determineLiveOperandBits() 353 bool KnownBitsComputed = false; in performAnalysis() local 374 Known, Known2, KnownBitsComputed); in performAnalysis() 430 bool KnownBitsComputed = false; in getDemandedBits() local 433 Known2, KnownBitsComputed); in getDemandedBits()
|
H A D | TargetTransformInfo.cpp | 373 bool &KnownBitsComputed) const { in simplifyDemandedUseBitsIntrinsic() 375 KnownBitsComputed); in simplifyDemandedUseBitsIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DemandedBits.h | 86 KnownBits &Known, KnownBits &Known2, bool &KnownBitsComputed);
|
H A D | TargetTransformInfo.h | 681 KnownBits & Known, bool &KnownBitsComputed) const; 1877 KnownBits & Known, bool &KnownBitsComputed) = 0; 2338 bool &KnownBitsComputed) override { in simplifyDemandedUseBitsIntrinsic() argument 2340 KnownBitsComputed); in simplifyDemandedUseBitsIntrinsic()
|
H A D | TargetTransformInfoImpl.h | 204 bool &KnownBitsComputed) const { in simplifyDemandedUseBitsIntrinsic() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 899 bool KnownBitsComputed = false; in SimplifyDemandedUseBits() local 961 KnownBitsComputed = true; in SimplifyDemandedUseBits() 1067 KnownBitsComputed = true; in SimplifyDemandedUseBits() 1096 *II, DemandedMask, Known, KnownBitsComputed); in SimplifyDemandedUseBits() 1104 if (!KnownBitsComputed) in SimplifyDemandedUseBits()
|
H A D | InstructionCombining.cpp | 166 bool &KnownBitsComputed) { in targetSimplifyDemandedUseBitsIntrinsic() argument 170 KnownBitsComputed); in targetSimplifyDemandedUseBitsIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 202 bool &KnownBitsComputed) const;
|
H A D | X86InstCombineIntrinsic.cpp | 3062 bool &KnownBitsComputed) const { in simplifyDemandedUseBitsIntrinsic() 3093 KnownBitsComputed = true; in simplifyDemandedUseBitsIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 355 bool &KnownBitsComputed);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 692 bool &KnownBitsComputed) { in simplifyDemandedUseBitsIntrinsic() argument 694 KnownBitsComputed); in simplifyDemandedUseBitsIntrinsic()
|