HomeSort by: relevance | last modified time | path
    Searched refs:createInstruction (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationPlanner.h 47 VPInstruction *createInstruction(unsigned Opcode,
55 VPInstruction *createInstruction(unsigned Opcode,
57 return createInstruction(Opcode, ArrayRef<VPValue *>(Operands));
126 VPInstruction *NewVPInst = createInstruction(Opcode, Operands);
137 return createInstruction(VPInstruction::Not, {Operand});
141 return createInstruction(Instruction::BinaryOps::And, {LHS, RHS});
145 return createInstruction(Instruction::BinaryOps::Or, {LHS, RHS});
  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
InstrBuilder.h 71 Expected<std::unique_ptr<Instruction>> createInstruction(const MCInst &MCI);
  /src/external/apache2/llvm/dist/llvm/lib/MCA/
InstrBuilder.cpp 614 InstrBuilder::createInstruction(const MCInst &MCI) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
llvm-mca.cpp 504 IB.createInstruction(MCI);

Completed in 51 milliseconds