Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.h31 MipsRegInfoRecord *RegInfoRecord; variable
40 RegInfoRecord = new MipsRegInfoRecord(this, Context); in MipsELFStreamer()
42 std::unique_ptr<MipsRegInfoRecord>(RegInfoRecord)); in MipsELFStreamer()
DMipsELFStreamer.cpp32 RegInfoRecord->SetPhysRegUsed(Reg, MCRegInfo); in EmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp32 RegInfoRecord = new MipsRegInfoRecord(this, Context); in MipsELFStreamer()
34 std::unique_ptr<MipsRegInfoRecord>(RegInfoRecord)); in MipsELFStreamer()
51 RegInfoRecord->SetPhysRegUsed(Reg, MCRegInfo); in EmitInstruction()
DMipsELFStreamer.h33 MipsRegInfoRecord *RegInfoRecord; variable