Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp684 std::unique_ptr<Instruction> CreatedIS; in createInstruction() local
698 CreatedIS = std::make_unique<Instruction>(D, MCI.getOpcode()); in createInstruction()
699 NewIS = CreatedIS.get(); in createInstruction()
786 return std::move(CreatedIS); in createInstruction()
831 return std::move(CreatedIS); in createInstruction()