/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ARMWinEHPrinter.h | 36 unsigned Length, bool Prologue); 38 unsigned Length, bool Prologue); 40 unsigned Length, bool Prologue); 42 unsigned Length, bool Prologue); 44 unsigned Length, bool Prologue); 46 unsigned Length, bool Prologue); 48 unsigned Length, bool Prologue); 50 unsigned Length, bool Prologue); 52 unsigned Length, bool Prologue); 54 unsigned Length, bool Prologue); [all …]
|
D | ARMWinEHPrinter.cpp | 228 unsigned Length, bool Prologue) { in opcode_0xxxxxxx() argument 232 static_cast<const char *>(Prologue ? "sub" : "add"), in opcode_0xxxxxxx() 239 unsigned Length, bool Prologue) { in opcode_10Lxxxxx() argument 241 uint16_t RegisterMask = (Link << (Prologue ? 14 : 15)) in opcode_10Lxxxxx() 245 assert((~RegisterMask & (1 << (Prologue ? 15 : 14))) && "pc must not be set"); in opcode_10Lxxxxx() 249 Prologue ? "push" : "pop"); in opcode_10Lxxxxx() 258 unsigned Length, bool Prologue) { in opcode_1100xxxx() argument 259 if (Prologue) in opcode_1100xxxx() 270 unsigned Length, bool Prologue) { in opcode_11010Lxx() argument 274 uint16_t GPRMask = (Link << (Prologue ? 14 : 15)) in opcode_11010Lxx() [all …]
|
/external/llvm/tools/llvm-readobj/ |
D | ARMWinEHPrinter.h | 36 unsigned Length, bool Prologue); 38 unsigned Length, bool Prologue); 40 unsigned Length, bool Prologue); 42 unsigned Length, bool Prologue); 44 unsigned Length, bool Prologue); 46 unsigned Length, bool Prologue); 48 unsigned Length, bool Prologue); 50 unsigned Length, bool Prologue); 52 unsigned Length, bool Prologue); 54 unsigned Length, bool Prologue); [all …]
|
D | ARMWinEHPrinter.cpp | 228 unsigned Length, bool Prologue) { in opcode_0xxxxxxx() argument 232 static_cast<const char *>(Prologue ? "sub" : "add"), in opcode_0xxxxxxx() 239 unsigned Length, bool Prologue) { in opcode_10Lxxxxx() argument 241 uint16_t RegisterMask = (Link << (Prologue ? 14 : 15)) in opcode_10Lxxxxx() 245 assert((~RegisterMask & (1 << (Prologue ? 15 : 14))) && "pc must not be set"); in opcode_10Lxxxxx() 249 Prologue ? "push" : "pop"); in opcode_10Lxxxxx() 258 unsigned Length, bool Prologue) { in opcode_1100xxxx() argument 259 if (Prologue) in opcode_1100xxxx() 270 unsigned Length, bool Prologue) { in opcode_11010Lxx() argument 274 uint16_t GPRMask = (Link << (Prologue ? 14 : 15)) in opcode_11010Lxx() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 151 DWARFDebugLine::Prologue Prologue, in checkDefaultPrologue() argument 160 EXPECT_EQ(Prologue.MaxOpsPerInst, 1u); in checkDefaultPrologue() 170 EXPECT_EQ(Prologue.getAddressSize(), 8u); in checkDefaultPrologue() 171 EXPECT_EQ(Prologue.SegSelectorSize, 0u); in checkDefaultPrologue() 178 EXPECT_EQ(Prologue.TotalLength, UnitLength); in checkDefaultPrologue() 179 EXPECT_EQ(Prologue.PrologueLength, PrologueLength); in checkDefaultPrologue() 180 EXPECT_EQ(Prologue.MinInstLength, 1u); in checkDefaultPrologue() 181 EXPECT_EQ(Prologue.DefaultIsStmt, 1u); in checkDefaultPrologue() 182 EXPECT_EQ(Prologue.LineBase, -5); in checkDefaultPrologue() 183 EXPECT_EQ(Prologue.LineRange, 14u); in checkDefaultPrologue() [all …]
|
D | DwarfGenerator.cpp | 150 DWARFDebugLine::Prologue dwarfgen::LineTable::createBasicPrologue() const { in createBasicPrologue() 151 DWARFDebugLine::Prologue P; in createBasicPrologue() 190 void dwarfgen::LineTable::setPrologue(DWARFDebugLine::Prologue NewPrologue) { in setPrologue() 191 Prologue = NewPrologue; in setPrologue() 197 Prologue.reset(); in setCustomPrologue() 225 } else if (!Prologue) { in generate() 279 DWARFDebugLine::Prologue DefaultPrologue = createBasicPrologue(); in writeDefaultPrologue() 288 Asm.emitInt64(Prologue->TotalLength); in writePrologue() 290 Asm.emitInt32(Prologue->TotalLength); in writePrologue() 292 Asm.emitInt16(Prologue->getVersion()); in writePrologue() [all …]
|
D | DwarfGenerator.h | 187 DWARFDebugLine::Prologue createBasicPrologue() const; 191 void setPrologue(DWARFDebugLine::Prologue NewPrologue); 215 void writeProloguePayload(const DWARFDebugLine::Prologue &Prologue, 218 llvm::Optional<DWARFDebugLine::Prologue> Prologue; variable
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 20 DWARFDebugLine::Prologue::Prologue() { clear(); } in Prologue() function in DWARFDebugLine::Prologue 22 void DWARFDebugLine::Prologue::clear() { in clear() 32 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const { in dump() 67 bool DWARFDebugLine::Prologue::parse(DataExtractor debug_line_data, in parse() 176 Prologue.dump(OS); in dump() 190 Prologue.clear(); in clear() 201 Row.reset(LineTable->Prologue.DefaultIsStmt); in resetRowAndSequence() 253 if (!Prologue.parse(debug_line_data, offset_ptr)) { in parse() 260 debug_line_offset + Prologue.TotalLength + Prologue.sizeofTotalLength(); in parse() 335 Prologue.FileNames.push_back(fileEntry); in parse() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 67 DWARFDebugLine::Prologue::Prologue() { clear(); } in Prologue() function in DWARFDebugLine::Prologue 69 void DWARFDebugLine::Prologue::clear() { in clear() 81 void DWARFDebugLine::Prologue::dump(raw_ostream &OS, in dump() 294 Error DWARFDebugLine::Prologue::parse(const DWARFDataExtractor &DebugLineData, in parse() 414 Prologue.dump(OS, DumpOptions); in dump() 426 Prologue.clear(); in clear() 437 Row.reset(LineTable->Prologue.DefaultIsStmt); in resetRowAndSequence() 497 Error PrologueErr = Prologue.parse(DebugLineData, OffsetPtr, Ctx, U); in parse() 503 Prologue.dump(*OS, DumpOptions); in parse() 510 DebugLineOffset + Prologue.TotalLength + Prologue.sizeofTotalLength(); in parse() [all …]
|
/external/vixl/tools/test_generator/ |
D | data_types.py | 210 def Prologue(): member in Input 389 def Prologue(self): member in Register 399 def Prologue(self): member in DRegisterF64 417 def Prologue(self): member in NZCV 457 def Prologue(self): member in Q 497 def Prologue(self): member in GE 522 def Prologue(self): member in FPSCR 608 def Prologue(self): member in MemOperand
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/Inputs/ |
D | debug_line_malformed.s | 6 .long .Lprologue1_end-.Lprologue1_start # Length of Prologue 47 .long .Lprologue_v5_end-.Lprologue_v5_start # Length of Prologue 64 .long .Lprologue_short_prologue_end-.Lprologue_short_prologue_start - 2 # Length of Prologue 88 .long .Lprologue_long_prologue_end-.Lprologue_long_prologue_start + 1 # Length of Prologue 112 .long .Lprologue_long_opcode_end-.Lprologue_long_opcode_start # Length of Prologue 142 .long .Lprologue_no_eos_end-.Lprologue_no_eos_start # Length of Prologue 169 .long .Lprologue_good_end-.Lprologue_good_start # Length of Prologue
|
D | debug_line_reserved_length.s | 6 .long .Lprologue1_end-.Lprologue1_start # Length of Prologue 36 .long .Lprologue3_end-.Lprologue3_start # Length of Prologue
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | iv-widen.ll | 23 Prologue: 26 B18: ; preds = %B24, %Prologue 27 %.02 = phi i32 [ 0, %Prologue ], [ %tmp33, %B24 ] 40 B6: ; preds = %Prologue 54 Prologue: 57 B18: ; preds = %B24, %Prologue 58 %.02 = phi i32 [ 0, %Prologue ], [ %tmp33, %B24 ] 70 B6: ; preds = %Prologue
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 36 struct Prologue { struct 37 Prologue(); 210 struct Prologue Prologue; member
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | iv-widen.ll | 21 Prologue: 24 B18: ; preds = %B24, %Prologue 25 %.02 = phi i32 [ 0, %Prologue ], [ %tmp33, %B24 ] 37 B6: ; preds = %Prologue
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 63 struct Prologue { struct 64 Prologue(); 260 struct Prologue Prologue; member 321 void moveToNextTable(uint32_t OldOffset, const Prologue &P);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | thumb1_return_sequence.ll | 8 ; Prologue 43 ; Prologue 78 ; Prologue 114 ; Prologue 176 ; Prologue 193 ; Prologue
|
/external/llvm/test/CodeGen/ARM/ |
D | thumb1_return_sequence.ll | 8 ; Prologue 49 ; Prologue 87 ; Prologue 123 ; Prologue 185 ; Prologue 202 ; Prologue
|
/external/elfutils/tests/ |
D | run-readelf-line.sh | 33 Prologue length: 43 90 Prologue length: 28 142 Prologue length: 43 211 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End) 228 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End) 241 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End) 291 Prologue length: 30 345 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End) 368 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End) 406 line:col SBPE* disc isa op address (Statement Block Prologue Epilogue *End) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | x86-shrink-wrap-unwind.ll | 19 ; Prologue code. 75 ; Prologue code. 121 ; Prologue code. 169 ; Prologue 236 ; Prologue 289 ; Prologue
|
D | win-funclet-cfi.ll | 54 ; Prologue is done, emit the .seh_endprologue directive. 84 ; Prologue is done, emit the .seh_endprologue directive.
|
D | cfi-inserter-check-order.ll | 10 ; CHECK-NOT: Prologue/Epilogue Insertion & Frame Finalization
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | dwarfdump-line-dwo.s | 12 .long LH_1_header_end-LH_1_params # Length of Prologue 58 .long LH_2_header_end-LH_2_params # Length of Prologue
|
/external/llvm/test/CodeGen/X86/ |
D | win-funclet-cfi.ll | 54 ; Prologue is done, emit the .seh_endprologue directive. 84 ; Prologue is done, emit the .seh_endprologue directive.
|
D | x86-shrink-wrap-unwind.ll | 19 ; Prologue code. 75 ; Prologue code. 121 ; Prologue code. 169 ; Prologue
|