Searched refs:canSplatOperand (Results 1 – 3 of 3) sorted by relevance
515 bool canSplatOperand(Instruction *I, int Operand) const;518 bool canSplatOperand(unsigned Opcode, int Operand) const;
1693 if (OpInfo.isUniform() && TLI->canSplatOperand(Opcode, Operand)) in getArithmeticInstrCost()
2051 bool RISCVTargetLowering::canSplatOperand(unsigned Opcode, int Operand) const { in canSplatOperand() function in RISCVTargetLowering2081 bool RISCVTargetLowering::canSplatOperand(Instruction *I, int Operand) const { in canSplatOperand() function in RISCVTargetLowering2085 if (canSplatOperand(I->getOpcode(), Operand)) in canSplatOperand()2159 if (!canSplatOperand(I, OpIdx.index())) in shouldSinkOperands()2180 if (!canSplatOperand(Insn, U.getOperandNo())) in shouldSinkOperands()