Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp241 TL.computeKnownBitsForFrameIndex(FrameIdx, Known, MF); in computeKnownBitsImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h430 void computeKnownBitsForFrameIndex(int FrameIdx,
H A DSIISelLowering.cpp11825 void SITargetLowering::computeKnownBitsForFrameIndex( in computeKnownBitsForFrameIndex() function in SITargetLowering
11827 TargetLowering::computeKnownBitsForFrameIndex(FI, Known, MF); in computeKnownBitsForFrameIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3428 virtual void computeKnownBitsForFrameIndex(int FIOp,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2955 void TargetLowering::computeKnownBitsForFrameIndex( in computeKnownBitsForFrameIndex() function in TargetLowering
H A DSelectionDAG.cpp3569 TLI->computeKnownBitsForFrameIndex(cast<FrameIndexSDNode>(Op)->getIndex(), in computeKnownBits()