Searched refs:canSplatOperand (Results 1 – 3 of 3) sorted by relevance
464 bool canSplatOperand(Instruction *I, int Operand) const;467 bool canSplatOperand(unsigned Opcode, int Operand) const;
1298 if (OpInfo.isUniform() && TLI->canSplatOperand(Opcode, Operand)) in getArithmeticInstrCost()
1924 bool RISCVTargetLowering::canSplatOperand(unsigned Opcode, int Operand) const { in canSplatOperand() function in RISCVTargetLowering1953 bool RISCVTargetLowering::canSplatOperand(Instruction *I, int Operand) const { in canSplatOperand() function in RISCVTargetLowering1957 if (canSplatOperand(I->getOpcode(), Operand)) in canSplatOperand()2007 if (!canSplatOperand(I, OpIdx.index())) in shouldSinkOperands()2028 if (!canSplatOperand(Insn, U.getOperandNo())) in shouldSinkOperands()