Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16252 static uint64_t computeGREVOrGORC(uint64_t x, unsigned ShAmt, bool IsGORC) { in computeGREVOrGORC() argument
16262 if (IsGORC) in computeGREVOrGORC()
16354 bool IsGORC = Op.getOpcode() == RISCVISD::ORC_B; in computeKnownBitsForTargetNode() local
16357 ~computeGREVOrGORC(~Known.Zero.getZExtValue(), 7, IsGORC); in computeKnownBitsForTargetNode()
16358 Known.One = computeGREVOrGORC(Known.One.getZExtValue(), 7, IsGORC); in computeKnownBitsForTargetNode()