Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DGISelKnownBits.h67 void computeKnownBitsForFrameIndex(Register R, KnownBits &Known,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp51 void GISelKnownBits::computeKnownBitsForFrameIndex(Register R, KnownBits &Known, in computeKnownBitsForFrameIndex() function in GISelKnownBits
151 computeKnownBitsForFrameIndex(R, Known, DemandedElts); in computeKnownBitsImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.h385 void computeKnownBitsForFrameIndex(const SDValue Op,
DSIISelLowering.cpp10777 void SITargetLowering::computeKnownBitsForFrameIndex(const SDValue Op, in computeKnownBitsForFrameIndex() function in SITargetLowering
10782 TargetLowering::computeKnownBitsForFrameIndex(Op, Known, DemandedElts, in computeKnownBitsForFrameIndex()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.h455 void computeKnownBitsForFrameIndex(int FrameIdx,
DSIISelLowering.cpp12594 void SITargetLowering::computeKnownBitsForFrameIndex( in computeKnownBitsForFrameIndex() function in SITargetLowering
12596 TargetLowering::computeKnownBitsForFrameIndex(FI, Known, MF); in computeKnownBitsForFrameIndex()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp260 TL.computeKnownBitsForFrameIndex(FrameIdx, Known, MF); in computeKnownBitsImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3207 virtual void computeKnownBitsForFrameIndex(const SDValue FIOp,
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3829 virtual void computeKnownBitsForFrameIndex(int FIOp,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2664 void TargetLowering::computeKnownBitsForFrameIndex(const SDValue Op, in computeKnownBitsForFrameIndex() function in TargetLowering
DSelectionDAG.cpp3405 TLI->computeKnownBitsForFrameIndex(Op, Known, DemandedElts, *this, Depth); in computeKnownBits()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3875 TLI->computeKnownBitsForFrameIndex(cast<FrameIndexSDNode>(Op)->getIndex(), in computeKnownBits()
DTargetLowering.cpp3503 void TargetLowering::computeKnownBitsForFrameIndex( in computeKnownBitsForFrameIndex() function in TargetLowering