Searched refs:KnownBitsComputed (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | DemandedBits.cpp | 83 bool &KnownBitsComputed) { in determineLiveOperandBits() argument 94 if (KnownBitsComputed) in determineLiveOperandBits() 96 KnownBitsComputed = true; in determineLiveOperandBits() 390 bool KnownBitsComputed = false; in performAnalysis() local 411 Known, Known2, KnownBitsComputed); in performAnalysis() 467 bool KnownBitsComputed = false; in getDemandedBits() local 470 Known2, KnownBitsComputed); in getDemandedBits()
|
H A D | TargetTransformInfo.cpp | 320 bool &KnownBitsComputed) const { in simplifyDemandedUseBitsIntrinsic() 322 KnownBitsComputed); in simplifyDemandedUseBitsIntrinsic()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | DemandedBits.h | 86 KnownBits &Known, KnownBits &Known2, bool &KnownBitsComputed);
|
H A D | TargetTransformInfo.h | 563 KnownBits & Known, bool &KnownBitsComputed) const; 1624 KnownBits & Known, bool &KnownBitsComputed) = 0; 2029 bool &KnownBitsComputed) override { in simplifyDemandedUseBitsIntrinsic() argument 2031 KnownBitsComputed); in simplifyDemandedUseBitsIntrinsic()
|
H A D | TargetTransformInfoImpl.h | 186 bool &KnownBitsComputed) const { in simplifyDemandedUseBitsIntrinsic() argument
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 876 bool KnownBitsComputed = false; in SimplifyDemandedUseBits() local 946 KnownBitsComputed = true; in SimplifyDemandedUseBits() 975 *II, DemandedMask, Known, KnownBitsComputed); in SimplifyDemandedUseBits() 983 if (!KnownBitsComputed) in SimplifyDemandedUseBits()
|
H A D | InstructionCombining.cpp | 183 bool &KnownBitsComputed) { in targetSimplifyDemandedUseBitsIntrinsic() argument 187 KnownBitsComputed); in targetSimplifyDemandedUseBitsIntrinsic()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.h | 183 bool &KnownBitsComputed) const;
|
H A D | X86InstCombineIntrinsic.cpp | 1739 bool &KnownBitsComputed) const { in simplifyDemandedUseBitsIntrinsic() 1770 KnownBitsComputed = true; in simplifyDemandedUseBitsIntrinsic()
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 386 bool &KnownBitsComputed);
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 645 bool &KnownBitsComputed) { in simplifyDemandedUseBitsIntrinsic() argument 647 KnownBitsComputed); in simplifyDemandedUseBitsIntrinsic()
|