Searched refs:createInstruction (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 47 VPInstruction *createInstruction(unsigned Opcode, 56 VPInstruction *createInstruction(unsigned Opcode, 59 return createInstruction(Opcode, ArrayRef<VPValue *>(Operands), DL, Name); 131 VPInstruction *NewVPInst = createInstruction(Opcode, Operands, DL, Name); 137 return createInstruction(Opcode, Operands, DL, Name); 141 return createInstruction(VPInstruction::Not, {Operand}, DL, Name); 146 return createInstruction(Instruction::BinaryOps::And, {LHS, RHS}, DL, Name); 151 return createInstruction(Instruction::BinaryOps::Or, {LHS, RHS}, DL, Name);
|
/openbsd/gnu/llvm/llvm/include/llvm/MCA/ |
H A D | InstrBuilder.h | 117 createInstruction(const MCInst &MCI,
|
/openbsd/gnu/llvm/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 581 IB.createInstruction(MCI, Instruments); in main()
|
/openbsd/gnu/llvm/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 624 InstrBuilder::createInstruction(const MCInst &MCI, in createInstruction() function in llvm::mca::InstrBuilder
|