Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h47 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 DInstrBuilder.h117 createInstruction(const MCInst &MCI,
/openbsd/gnu/llvm/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp581 IB.createInstruction(MCI, Instruments); in main()
/openbsd/gnu/llvm/llvm/lib/MCA/
H A DInstrBuilder.cpp624 InstrBuilder::createInstruction(const MCInst &MCI, in createInstruction() function in llvm::mca::InstrBuilder