Searched refs:computeKnownBitsImpl (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelKnownBits.cpp | 78 computeKnownBitsImpl(R, Known, DemandedElts, Depth); in getKnownBits() 112 computeKnownBitsImpl(Src1, Known, DemandedElts, Depth); in computeKnownBitsMin() 119 computeKnownBitsImpl(Src0, Known2, DemandedElts, Depth); in computeKnownBitsMin() 240 computeKnownBitsImpl(SrcReg, Known2, DemandedElts, in computeKnownBitsImpl() 358 computeKnownBitsImpl(MI.getOperand(1).getReg(), Known, in computeKnownBitsImpl() 360 computeKnownBitsImpl(MI.getOperand(2).getReg(), KnownRHS, in computeKnownBitsImpl() 367 computeKnownBitsImpl(MI.getOperand(1).getReg(), Known, in computeKnownBitsImpl() 369 computeKnownBitsImpl(MI.getOperand(2).getReg(), KnownRHS, in computeKnownBitsImpl() 471 computeKnownBitsImpl(SrcReg, Known, DemandedElts, Depth + 1); in computeKnownBitsImpl() 521 computeKnownBitsImpl(SrcReg, Known, DemandedElts, Depth + 1); in computeKnownBitsImpl() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GISelKnownBits.h | 57 virtual void computeKnownBitsImpl(Register R, KnownBits &Known,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 15497 KB.computeKnownBitsImpl(Src2, Known2, DemandedElts, Depth + 1); in computeKnownBitsForTargetInstr() 15502 KB.computeKnownBitsImpl(Src1, Known1, DemandedElts, Depth + 1); in computeKnownBitsForTargetInstr() 15507 KB.computeKnownBitsImpl(Src0, Known0, DemandedElts, Depth + 1); in computeKnownBitsForTargetInstr()
|