Searched refs:computeKnownBitsForFrameIndex (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | GISelKnownBits.h | 67 void computeKnownBitsForFrameIndex(Register R, KnownBits &Known,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | GISelKnownBits.cpp | 51 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/ |
D | SIISelLowering.h | 385 void computeKnownBitsForFrameIndex(const SDValue Op,
|
D | SIISelLowering.cpp | 10777 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/ |
D | SIISelLowering.h | 455 void computeKnownBitsForFrameIndex(int FrameIdx,
|
D | SIISelLowering.cpp | 12594 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/ |
D | GISelKnownBits.cpp | 260 TL.computeKnownBitsForFrameIndex(FrameIdx, Known, MF); in computeKnownBitsImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3207 virtual void computeKnownBitsForFrameIndex(const SDValue FIOp,
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3829 virtual void computeKnownBitsForFrameIndex(int FIOp,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2664 void TargetLowering::computeKnownBitsForFrameIndex(const SDValue Op, in computeKnownBitsForFrameIndex() function in TargetLowering
|
D | SelectionDAG.cpp | 3405 TLI->computeKnownBitsForFrameIndex(Op, Known, DemandedElts, *this, Depth); in computeKnownBits()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3875 TLI->computeKnownBitsForFrameIndex(cast<FrameIndexSDNode>(Op)->getIndex(), in computeKnownBits()
|
D | TargetLowering.cpp | 3503 void TargetLowering::computeKnownBitsForFrameIndex( in computeKnownBitsForFrameIndex() function in TargetLowering
|