Searched refs:ToOpcode (Results 1 – 4 of 4) sorted by relevance
164 void replaceOpcodeWith(MachineInstr &FromMI, unsigned ToOpcode) const;
961 unsigned ToOpcode = To->getOpcode(); in getOperand() local963 if (FromOpcode == ToOpcode) in getOperand()965 assert(binary_search(SupportedOp, ToOpcode) && "Unsupported opcode."); in getOperand()972 if (ToOpcode == Instruction::Mul) { in getOperand()977 ToCIValue = ToOpcode == Instruction::And in getOperand()984 if (ToOpcode == Instruction::Shl) { in getOperand()988 ToCIValue = ToOpcode == Instruction::And in getOperand()998 assert(is_contained({Instruction::Add, Instruction::Sub}, ToOpcode) && in getOperand()1006 ToCIValue = ToOpcode == Instruction::Mul in getOperand()1021 (FromOpcode == Instruction::Add && ToOpcode == Instruction::Sub)) in getOperand()
205 unsigned ToOpcode) const { in replaceOpcodeWith()208 FromMI.setDesc(Builder.getTII().get(ToOpcode)); in replaceOpcodeWith()
2018 uint32_t ToOpcode = T->getOpcode(); in VisitHLSLInlineSpirvType() local2048 ToOpcode, ToSize, ToAlignment, ToOperands); in VisitHLSLInlineSpirvType()