Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17791 static uint64_t computeGREVOrGORC(uint64_t x, unsigned ShAmt, bool IsGORC) { in computeGREVOrGORC()
17801 if (IsGORC) in computeGREVOrGORC()
17893 bool IsGORC = Op.getOpcode() == RISCVISD::ORC_B; in computeKnownBitsForTargetNode()
17896 ~computeGREVOrGORC(~Known.Zero.getZExtValue(), 7, IsGORC); in computeKnownBitsForTargetNode()
17897 Known.One = computeGREVOrGORC(Known.One.getZExtValue(), 7, IsGORC); in computeKnownBitsForTargetNode()
17788 computeGREVOrGORC(uint64_t x,unsigned ShAmt,bool IsGORC) computeGREVOrGORC() argument
17890 bool IsGORC = Op.getOpcode() == RISCVISD::ORC_B; computeKnownBitsForTargetNode() local