Searched refs:computeKnownBitsForFrameIndex (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| HD | GISelKnownBits.h | 67 void computeKnownBitsForFrameIndex(Register R, KnownBits &Known,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| HD | GISelKnownBits.cpp | 51 void GISelKnownBits::computeKnownBitsForFrameIndex(Register R, KnownBits &Known, in computeKnownBitsForFrameIndex() function in GISelKnownBits 151 computeKnownBitsForFrameIndex(R, Known, DemandedElts); in computeKnownBitsImpl()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | SIISelLowering.h | 385 void computeKnownBitsForFrameIndex(const SDValue Op,
|
| HD | SIISelLowering.cpp | 10777 void SITargetLowering::computeKnownBitsForFrameIndex(const SDValue Op, in computeKnownBitsForFrameIndex() function in SITargetLowering 10782 TargetLowering::computeKnownBitsForFrameIndex(Op, Known, DemandedElts, in computeKnownBitsForFrameIndex()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | TargetLowering.h | 3207 virtual void computeKnownBitsForFrameIndex(const SDValue FIOp,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | TargetLowering.cpp | 2664 void TargetLowering::computeKnownBitsForFrameIndex(const SDValue Op, in computeKnownBitsForFrameIndex() function in TargetLowering
|
| HD | SelectionDAG.cpp | 3402 TLI->computeKnownBitsForFrameIndex(Op, Known, DemandedElts, *this, Depth); in computeKnownBits()
|