Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp261 TL.computeKnownBitsForFrameIndex(FrameIdx, Known, MF); in computeKnownBitsImpl()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h453 void computeKnownBitsForFrameIndex(int FrameIdx,
H A DSIISelLowering.cpp12431 void SITargetLowering::computeKnownBitsForFrameIndex( in computeKnownBitsForFrameIndex() function in SITargetLowering
12433 TargetLowering::computeKnownBitsForFrameIndex(FI, Known, MF); in computeKnownBitsForFrameIndex()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3719 virtual void computeKnownBitsForFrameIndex(int FIOp,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3464 void TargetLowering::computeKnownBitsForFrameIndex( in computeKnownBitsForFrameIndex() function in TargetLowering
H A DSelectionDAG.cpp3810 TLI->computeKnownBitsForFrameIndex(cast<FrameIndexSDNode>(Op)->getIndex(), in computeKnownBits()