Home
last modified time | relevance | path

Searched refs:computeKnownBitsForFrameIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h338 void computeKnownBitsForFrameIndex(const SDValue Op,
H A DSIISelLowering.cpp9571 void SITargetLowering::computeKnownBitsForFrameIndex(const SDValue Op, in computeKnownBitsForFrameIndex() function in SITargetLowering
9576 TargetLowering::computeKnownBitsForFrameIndex(Op, Known, DemandedElts, in computeKnownBitsForFrameIndex()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2968 virtual void computeKnownBitsForFrameIndex(const SDValue FIOp,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1900 void TargetLowering::computeKnownBitsForFrameIndex(const SDValue Op, in computeKnownBitsForFrameIndex() function in TargetLowering
H A DSelectionDAG.cpp3184 TLI->computeKnownBitsForFrameIndex(Op, Known, DemandedElts, *this, Depth); in computeKnownBits()