Home
last modified time | relevance | path

Searched defs:getKnownBits (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDWithCache.h58 [[nodiscard]] const KnownBits &getKnownBits(const SimplifyQuery &Q) const { in getKnownBits() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDLegalizerHelper.h79 GISelKnownBits *getKnownBits() const { return KB; } in getKnownBits() function
HDCombinerHelper.h122 GISelKnownBits *getKnownBits() const { in getKnownBits() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDGISelKnownBits.cpp61 KnownBits GISelKnownBits::getKnownBits(MachineInstr &MI) { in getKnownBits() function in GISelKnownBits
67 KnownBits GISelKnownBits::getKnownBits(Register R) { in getKnownBits() function in GISelKnownBits
77 KnownBits GISelKnownBits::getKnownBits(Register R, const APInt &DemandedElts, in getKnownBits() function in GISelKnownBits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonVectorCombine.cpp2834 auto HexagonVectorCombine::getKnownBits(const Value *V, in getKnownBits() function in HexagonVectorCombine