Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h56 VPInstruction *createInstruction(unsigned Opcode,
62 VPInstruction *createInstruction(unsigned Opcode,
65 return createInstruction(Opcode, ArrayRef<VPValue *>(Operands), DL, Name);
148 VPInstruction *NewVPInst = createInstruction(Opcode, Operands, DL, Name);
154 return createInstruction(Opcode, Operands, DL, Name);
166 return createInstruction(VPInstruction::Not, {Operand}, DL, Name);
171 return createInstruction(Instruction::BinaryOps::And, {LHS, RHS}, DL, Name);
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstrBuilder.h118 createInstruction(const MCInst &MCI, const SmallVector<Instrument *> &IVec);
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp677 InstrBuilder::createInstruction(const MCInst &MCI, in createInstruction() function in llvm::mca::InstrBuilder
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp620 IB.createInstruction(MCI, Instruments); in main()