Searched refs:createInstruction (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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); 139 VPInstruction *NewVPInst = createInstruction(Opcode, Operands, DL, Name); 145 return createInstruction(Opcode, Operands, DL, Name); 157 return createInstruction(VPInstruction::Not, {Operand}, DL, Name); 162 return createInstruction(Instruction::BinaryOps::And, {LHS, RHS}, DL, Name); 167 return createInstruction(Instruction::BinaryOps::Or, {LHS, RHS}, DL, Name);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | InstrBuilder.h | 116 createInstruction(const MCInst &MCI, const SmallVector<Instrument *> &IVec);
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 584 IB.createInstruction(MCI, Instruments); in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | InstrBuilder.cpp | 624 InstrBuilder::createInstruction(const MCInst &MCI, in createInstruction() function in llvm::mca::InstrBuilder
|