Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7914 bool IsGORC = N->getOpcode() == RISCVISD::GORC; in combineGREVI_GORCI() local
7915 assert((IsGORC || N->getOpcode() == RISCVISD::GREV) && "Unexpected opcode"); in combineGREVI_GORCI()
7930 if (IsGORC) in combineGREVI_GORCI()
9522 static uint64_t computeGREVOrGORC(uint64_t x, unsigned ShAmt, bool IsGORC) { in computeGREVOrGORC() argument
9532 if (IsGORC) in computeGREVOrGORC()
9608 bool IsGORC = Op.getOpcode() == RISCVISD::GORC; in computeKnownBitsForTargetNode() local
9611 ~computeGREVOrGORC(~Known.Zero.getZExtValue(), ShAmt, IsGORC); in computeKnownBitsForTargetNode()
9612 Known.One = computeGREVOrGORC(Known.One.getZExtValue(), ShAmt, IsGORC); in computeKnownBitsForTargetNode()