Searched refs:createInstruction (Results 1 – 4 of 4) sorted by relevance
47 VPInstruction *createInstruction(unsigned Opcode, in createInstruction() function55 VPInstruction *createInstruction(unsigned Opcode, in createInstruction() function57 return createInstruction(Opcode, ArrayRef<VPValue *>(Operands)); in createInstruction()126 VPInstruction *NewVPInst = createInstruction(Opcode, Operands);137 return createInstruction(VPInstruction::Not, {Operand}); in createNot()141 return createInstruction(Instruction::BinaryOps::And, {LHS, RHS}); in createAnd()145 return createInstruction(Instruction::BinaryOps::Or, {LHS, RHS}); in createOr()
71 Expected<std::unique_ptr<Instruction>> createInstruction(const MCInst &MCI);
504 IB.createInstruction(MCI); in main()
614 InstrBuilder::createInstruction(const MCInst &MCI) { in createInstruction() function in llvm::mca::InstrBuilder