Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp32 State.InsertedInstr = nullptr; in setMF()
56 void MachineIRBuilderBase::recordInsertion(MachineInstr *InsertedInstr) const { in recordInsertion()
57 if (State.InsertedInstr) in recordInsertion()
58 State.InsertedInstr(InsertedInstr); in recordInsertion()
63 State.InsertedInstr = std::move(Inserted); in recordInsertions()
67 State.InsertedInstr = nullptr; in stopRecordingInsertions()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h53 std::function<void(MachineInstr *)> InsertedInstr; member
157 void recordInsertion(MachineInstr *InsertedInstr) const;
158 void recordInsertions(std::function<void(MachineInstr *)> InsertedInstr);