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.h65 VPInstruction *createInstruction(unsigned Opcode,
157 VPInstruction *NewVPInst = createInstruction(Opcode, Operands, DL, Name);
163 return createInstruction(Opcode, Operands, DL, Name);
194 return createInstruction(VPInstruction::Not, {Operand}, DL, Name);
200 return createInstruction(Instruction::BinaryOps::And, {LHS, RHS}, DL, Name);
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstrBuilder.h119 createInstruction(const MCInst &MCI, const SmallVector<Instrument *> &IVec);
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp637 IB.createInstruction(MCI, Instruments); in main()
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp677 InstrBuilder::createInstruction(const MCInst &MCI, in createInstruction() function in llvm::mca::InstrBuilder