Searched refs:createInstruction (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 56 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 D | InstrBuilder.h | 118 createInstruction(const MCInst &MCI, const SmallVector<Instrument *> &IVec);
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 677 InstrBuilder::createInstruction(const MCInst &MCI, in createInstruction() function in llvm::mca::InstrBuilder
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 620 IB.createInstruction(MCI, Instruments); in main()
|