Searched refs:IsGORC (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 20913 static uint64_t computeGREVOrGORC(uint64_t x, unsigned ShAmt, bool IsGORC) { in computeGREVOrGORC() argument 20923 if (IsGORC) in computeGREVOrGORC() 21020 bool IsGORC = Op.getOpcode() == RISCVISD::ORC_B; in computeKnownBitsForTargetNode() local 21024 ~computeGREVOrGORC(~Known.Zero.getZExtValue(), 7, IsGORC); in computeKnownBitsForTargetNode() 21025 Known.One = computeGREVOrGORC(Known.One.getZExtValue(), 7, IsGORC); in computeKnownBitsForTargetNode() 21175 bool IsGORC = Op.getOpcode() == RISCVISD::ORC_B; in SimplifyDemandedBitsForTargetNode() local 21181 7, IsGORC)); in SimplifyDemandedBitsForTargetNode() 21188 Known.Zero = ~computeGREVOrGORC(~Known2.Zero.getZExtValue(), 7, IsGORC); in SimplifyDemandedBitsForTargetNode() 21189 Known.One = computeGREVOrGORC(Known2.One.getZExtValue(), 7, IsGORC); in SimplifyDemandedBitsForTargetNode()
|