Searched refs:computeKnownBitsForFrameIndex (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h67 void computeKnownBitsForFrameIndex(Register R, KnownBits &Known,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp51 void GISelKnownBits::computeKnownBitsForFrameIndex(Register R, KnownBits &Known, function in class:GISelKnownBits
151 computeKnownBitsForFrameIndex(R, Known, DemandedElts);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h385 void computeKnownBitsForFrameIndex(const SDValue Op,
H A DSIISelLowering.cpp10777 void SITargetLowering::computeKnownBitsForFrameIndex(const SDValue Op, function in class:SITargetLowering
10782 TargetLowering::computeKnownBitsForFrameIndex(Op, Known, DemandedElts,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3207 virtual void computeKnownBitsForFrameIndex(const SDValue FIOp,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2664 void TargetLowering::computeKnownBitsForFrameIndex(const SDValue Op, function in class:TargetLowering
H A DSelectionDAG.cpp3402 TLI->computeKnownBitsForFrameIndex(Op, Known, DemandedElts, *this, Depth);

Completed in 247 milliseconds