/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 232 dumpBytes(ArrayRef(bytes, 4), outs()); in DumpDataInCode() 234 outs() << "\t.long " << Value; in DumpDataInCode() 238 dumpBytes(ArrayRef(bytes, 2), outs()); in DumpDataInCode() 240 outs() << "\t.short " << Value; in DumpDataInCode() 244 dumpBytes(ArrayRef(bytes, 2), outs()); in DumpDataInCode() 246 outs() << "\t.byte " << Value; in DumpDataInCode() 250 outs() << "\t@ KIND_DATA\n"; in DumpDataInCode() 252 outs() << "\t@ data in code kind = " << Kind << "\n"; in DumpDataInCode() 256 dumpBytes(ArrayRef(bytes, 1), outs()); in DumpDataInCode() 258 outs() << "\t.byte " << format("%3u", Value) << "\t@ KIND_JUMP_TABLE8\n"; in DumpDataInCode() [all …]
|
H A D | COFFDump.cpp | 93 outs() << "\t(" << I.Name << ')'; in printOptionalEnumName() 101 outs() << format("%-23s ", K) << format(Fmt, V); in printPEHeader() 108 outs() << format("%-23s ", K) << formatAddr(V) << '\n'; in printPEHeader() 113 outs() << '\n'; in printPEHeader() 138 outs() << '\n'; in printPEHeader() 143 outs() << "\t\t\t\t\t" << #Name << '\n'; in printPEHeader() 182 outs() << "\nThe Data Directory\n"; in printPEHeader() 189 outs() << format("Entry %x ", I) << formatAddr(Addr) in printPEHeader() 262 outs() << format(" 0x%02x: ", unsigned(UCs[0].u.CodeOffset)) in printUnwindCode() 266 outs() << " " << getUnwindRegisterNam in printUnwindCode() [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrConv.td | 15 defm I32_WRAP_I64 : I<(outs I32:$dst), (ins I64:$src), (outs), (ins), 19 defm I64_EXTEND_S_I32 : I<(outs I64:$dst), (ins I32:$src), (outs), (ins), 23 defm I64_EXTEND_U_I32 : I<(outs I64:$dst), (ins I32:$src), (outs), (ins), 29 defm I32_EXTEND8_S_I32 : I<(outs I32:$dst), (ins I32:$src), (outs), (ins), 33 defm I32_EXTEND16_S_I32 : I<(outs I32:$dst), (ins I32:$src), (outs), (ins), 37 defm I64_EXTEND8_S_I64 : I<(outs I64:$dst), (ins I64:$src), (outs), (ins), 41 defm I64_EXTEND16_S_I64 : I<(outs I64:$dst), (ins I64:$src), (outs), (ins), 45 defm I64_EXTEND32_S_I64 : I<(outs I64:$dst), (ins I64:$src), (outs), (ins), 58 defm I32_TRUNC_S_SAT_F32 : I<(outs I32:$dst), (ins F32:$src), (outs), (ins), 63 defm I32_TRUNC_U_SAT_F32 : I<(outs I32:$dst), (ins F32:$src), (outs), (ins), [all …]
|
H A D | WebAssemblyInstrControl.td | 16 defm BR_IF : I<(outs), (ins bb_op:$dst, I32:$cond), 17 (outs), (ins bb_op:$dst), 21 defm BR_UNLESS : I<(outs), (ins bb_op:$dst, I32:$cond), 22 (outs), (ins bb_op:$dst), []>; 24 defm BR : NRI<(outs), (ins bb_op:$dst), 50 defm BR_TABLE_I32 : I<(outs), (ins I32:$index, variable_ops), 51 (outs), (ins brlist:$brl), 58 defm BR_TABLE_I64 : I<(outs), (ins I64:$index, variable_ops), 59 (outs), (ins brlist:$brl), 67 defm NOP : NRI<(outs), (ins), [], "nop", 0x01>; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430InstrFormats.td | 32 class MSP430Inst<dag outs, dag ins, int size, string asmstr> : Instruction { 38 dag OutOperandList = outs; 47 dag outs, dag ins, string asmstr, list<dag> pattern> 48 : MSP430Inst<outs, ins, size, asmstr> { 64 dag outs, dag ins, string asmstr, list<dag> pattern> 65 : IForm<opcode, dest, 1, src, size, outs, ins, asmstr, pattern>; 68 dag outs, dag ins, string asmstr, list<dag> pattern> 69 : IForm8<opcode, DstReg, SrcReg, 2, outs, ins, asmstr, pattern> { 74 dag outs, dag ins, string asmstr, list<dag> pattern> 75 : IForm8<opcode, DstReg, SrcImm, 4, outs, ins, asmstr, pattern> { [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrSPE.td | 132 def BRINC : EVXForm_1<527, (outs gprc:$RT), (ins gprc:$RA, gprc:$RB), 136 def EFDABS : EFXForm_2<740, (outs sperc:$RT), (ins sperc:$RA), 140 def EFDADD : EFXForm_1<736, (outs sperc:$RT), (ins sperc:$RA, sperc:$RB), 144 def EFDCFS : EFXForm_2a<751, (outs sperc:$RT), (ins spe4rc:$RB), 148 def EFDCFSF : EFXForm_2a<755, (outs sperc:$RT), (ins spe4rc:$RB), 151 def EFDCFSI : EFXForm_2a<753, (outs sperc:$RT), (ins gprc:$RB), 155 def EFDCFSID : EFXForm_2a<739, (outs sperc:$RT), (ins gprc:$RB), 159 def EFDCFUF : EFXForm_2a<754, (outs sperc:$RT), (ins spe4rc:$RB), 162 def EFDCFUI : EFXForm_2a<752, (outs sperc:$RT), (ins gprc:$RB), 166 def EFDCFUID : EFXForm_2a<738, (outs sperc:$RT), (ins gprc:$RB), [all …]
|
H A D | PPCInstrDFP.td | 19 defm DADD : XForm_28r<59, 2, (outs f8rc:$RST), (ins f8rc:$RA, f8rc:$RB), 22 defm DADDQ : XForm_28r<63, 2, (outs fpairrc:$RST), (ins fpairrc:$RA, fpairrc:$RB), 26 defm DSUB : XForm_28r<59, 514, (outs f8rc:$RST), (ins f8rc:$RA, f8rc:$RB), 29 defm DSUBQ : XForm_28r<63, 514, (outs fpairrc:$RST), (ins fpairrc:$RA, fpairrc:$RB), 33 defm DMUL : XForm_28r<59, 34, (outs f8rc:$RST), (ins f8rc:$RA, f8rc:$RB), 36 defm DMULQ : XForm_28r<63, 34, (outs fpairrc:$RST), (ins fpairrc:$RA, fpairrc:$RB), 40 defm DDIV : XForm_28r<59, 546, (outs f8rc:$RST), (ins f8rc:$RA, f8rc:$RB), 43 defm DDIVQ : XForm_28r<63, 546, (outs fpairrc:$RST), (ins fpairrc:$RA, fpairrc:$RB), 47 def DCMPU : XForm_17<59, 642, (outs crrc:$BF), (ins f8rc:$RA, f8rc:$RB), 50 def DCMPUQ : XForm_17<63, 642, (outs crrc:$BF), (ins fpairrc:$RA, fpairrc:$RB), [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreInstrFormats.td | 12 class InstXCore<int sz, dag outs, dag ins, string asmstr, list<dag> pattern> 17 dag OutOperandList = outs; 26 class PseudoInstXCore<dag outs, dag ins, string asmstr, list<dag> pattern> 27 : InstXCore<0, outs, ins, asmstr, pattern> { 35 class _F3R<bits<5> opc, dag outs, dag ins, string asmstr, list<dag> pattern> 36 : InstXCore<2, outs, ins, asmstr, pattern> { 44 class _F3RImm<bits<5> opc, dag outs, dag ins, string asmstr, list<dag> pattern> 45 : _F3R<opc, outs, ins, asmstr, pattern> { 49 class _FL3R<bits<9> opc, dag outs, dag ins, string asmstr, list<dag> pattern> 50 : InstXCore<4, outs, ins, asmstr, pattern> { [all …]
|
H A D | XCoreInstrInfo.td | 209 def _3r: _F3R<opc1, (outs GRRegs:$dst), (ins GRRegs:$b, GRRegs:$c), 212 def _2rus : _F2RUS<opc2, (outs GRRegs:$dst), (ins GRRegs:$b, i32imm:$c), 218 def _3r: _F3R<opc1, (outs GRRegs:$dst), (ins GRRegs:$b, GRRegs:$c), 220 def _2rus : _F2RUS<opc2, (outs GRRegs:$dst), (ins GRRegs:$b, i32imm:$c), 226 def _3r: _F3R<opc1, (outs GRRegs:$dst), (ins GRRegs:$b, GRRegs:$c), 229 def _2rus : _F2RUSBitp<opc2, (outs GRRegs:$dst), (ins GRRegs:$b, i32imm:$c), 235 _F3R<opc, (outs GRRegs:$dst), (ins GRRegs:$b, GRRegs:$c), 240 _F3R<opc, (outs GRRegs:$dst), (ins GRRegs:$b, GRRegs:$c), 247 def _l3r: _FL3R<opc1, (outs GRRegs:$dst), (ins GRRegs:$b, GRRegs:$c), 250 def _l2rus : _FL2RUS<opc2, (outs GRRegs:$dst), (ins GRRegs:$b, i32imm:$c), [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSystem.td | 17 def RDTSC : I<0x31, RawFrm, (outs), (ins), "rdtsc", []>, TB; 20 def RDTSCP : I<0x01, MRM_F9, (outs), (ins), "rdtscp", []>, TB; 25 def TRAP : I<0x0B, RawFrm, (outs), (ins), "ud2", [(trap)]>, TB; 27 def UD1Wm : I<0xB9, MRMSrcMem, (outs), (ins GR16:$src1, i16mem:$src2), 29 def UD1Lm : I<0xB9, MRMSrcMem, (outs), (ins GR32:$src1, i32mem:$src2), 31 def UD1Qm : RI<0xB9, MRMSrcMem, (outs), (ins GR64:$src1, i64mem:$src2), 34 def UD1Wr : I<0xB9, MRMSrcReg, (outs), (ins GR16:$src1, GR16:$src2), 36 def UD1Lr : I<0xB9, MRMSrcReg, (outs), (ins GR32:$src1, GR32:$src2), 38 def UD1Qr : RI<0xB9, MRMSrcReg, (outs), (ins GR64:$src1, GR64:$src2), 43 def HLT : I<0xF4, RawFrm, (outs), (ins), "hlt", []>; [all …]
|
H A D | X86InstrControl.td | 23 def RET32 : I <0xC3, RawFrm, (outs), (ins variable_ops), 25 def RET64 : I <0xC3, RawFrm, (outs), (ins variable_ops), 27 def RET16 : I <0xC3, RawFrm, (outs), (ins), 29 def RETI32 : Ii16<0xC2, RawFrm, (outs), (ins i16imm:$amt, variable_ops), 31 def RETI64 : Ii16<0xC2, RawFrm, (outs), (ins i16imm:$amt, variable_ops), 33 def RETI16 : Ii16<0xC2, RawFrm, (outs), (ins i16imm:$amt), 35 def LRET32 : I <0xCB, RawFrm, (outs), (ins), 37 def LRET64 : RI <0xCB, RawFrm, (outs), (ins), 39 def LRET16 : I <0xCB, RawFrm, (outs), (ins), 41 def LRETI32 : Ii16<0xCA, RawFrm, (outs), (ins i16imm:$amt), [all …]
|
H A D | X86InstrFPStack.td | 19 def FP32_TO_INT16_IN_MEM : PseudoI<(outs), (ins i16mem:$dst, RFP32:$src), 21 def FP32_TO_INT32_IN_MEM : PseudoI<(outs), (ins i32mem:$dst, RFP32:$src), 23 def FP32_TO_INT64_IN_MEM : PseudoI<(outs), (ins i64mem:$dst, RFP32:$src), 25 def FP64_TO_INT16_IN_MEM : PseudoI<(outs), (ins i16mem:$dst, RFP64:$src), 27 def FP64_TO_INT32_IN_MEM : PseudoI<(outs), (ins i32mem:$dst, RFP64:$src), 29 def FP64_TO_INT64_IN_MEM : PseudoI<(outs), (ins i64mem:$dst, RFP64:$src), 31 def FP80_TO_INT16_IN_MEM : PseudoI<(outs), (ins i16mem:$dst, RFP80:$src), 33 def FP80_TO_INT32_IN_MEM : PseudoI<(outs), (ins i32mem:$dst, RFP80:$src), 35 def FP80_TO_INT64_IN_MEM : PseudoI<(outs), (ins i64mem:$dst, RFP80:$src), 38 def FP80_ADDr : PseudoI<(outs RFP8 [all...] |
H A D | X86InstrMisc.td | 19 def NOOP : I<0x90, RawFrm, (outs), (ins), "nop", []>; 20 def NOOPW : I<0x1f, MRMXm, (outs), (ins i16mem:$zero), 22 def NOOPL : I<0x1f, MRMXm, (outs), (ins i32mem:$zero), 24 def NOOPQ : RI<0x1f, MRMXm, (outs), (ins i64mem:$zero), 27 def NOOPWr : I<0x1f, MRMXr, (outs), (ins GR16:$zero), 29 def NOOPLr : I<0x1f, MRMXr, (outs), (ins GR32:$zero), 31 def NOOPQr : RI<0x1f, MRMXr, (outs), (ins GR64:$zero), 37 def ENTER : Ii16<0xC8, RawFrmImm8, (outs), (ins i16imm:$len, i8imm:$lvl), 42 def LEAVE : I<0xC9, RawFrm, (outs), (ins), "leave", []>, 46 def LEAVE64 : I<0xC9, RawFrm, (outs), (ins), "leave", []>, [all …]
|
H A D | X86InstrShiftRotate.td | 347 : ITy<o, MRMDestReg, t, (outs t.RegClass:$dst), 359 : BinOpRR<o, m, !if(!eq(ndd, 0), triop_cl_args, triop_cl_ndd_args), t, (outs t.RegClass:$dst), []>, NDD<ndd> { 368 : ITy<o, MRMDestMem, t, (outs), (ins t.MemOperand:$src1, t.RegClass:$src2, u8imm:$src3), 380 : BinOpMR<o, m, triop_cl_args, t, (outs), []>, TB { 390 : ITy<o, MRMDestMem, t, (outs t.RegClass:$dst), (ins t.MemOperand:$src1, t.RegClass:$src2, u8imm:$src3), 401 : BinOpMR<o, m, triop_cl_ndd_args, t, (outs t.RegClass:$dst), []>, NDD<1> { 510 def SHLDROT32ri : I<0, Pseudo, (outs GR32:$dst), 513 def SHLDROT64ri : I<0, Pseudo, (outs GR64:$dst), 517 def SHRDROT32ri : I<0, Pseudo, (outs GR32:$dst), 520 def SHRDROT64ri : I<0, Pseudo, (outs GR6 [all...] |
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | FindBugs.cpp | 25 outs() << "Starting bug finding procedure...\n\n"; in runManyPasses() 31 outs() << "\n"; in runManyPasses() 33 outs() << "Generating reference output from raw program: \n"; in runManyPasses() 49 outs() << "Running selected passes on program to test for crash: "; in runManyPasses() 51 outs() << "-" << PassesToRun[i] << " "; in runManyPasses() 56 outs() << "\n"; in runManyPasses() 57 outs() << "Optimizer passes caused failure!\n\n"; in runManyPasses() 60 outs() << "Combination " << num << " optimized successfully!\n"; in runManyPasses() 66 outs() << "Running the code generator to test for a crash: "; in runManyPasses() 68 outs() << "\n*** compileProgram threw an exception: "; in runManyPasses() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstrInfo.td | 18 def ASSIGN_TYPE: Pseudo<(outs ANYID:$dst_id), (ins ANYID:$src_id, TYPE:$src_ty)>; 19 def DECL_TYPE: Pseudo<(outs ANYID:$dst_id), (ins ANYID:$src_id, TYPE:$src_ty)>; 20 def GET_ID: Pseudo<(outs ID:$dst_id), (ins ANYID:$src)>; 21 def GET_ID64: Pseudo<(outs ID64:$dst_id), (ins ANYID:$src)>; 22 def GET_fID: Pseudo<(outs fID:$dst_id), (ins ANYID:$src)>; 23 def GET_fID64: Pseudo<(outs fID64:$dst_id), (ins ANYID:$src)>; 24 def GET_pID32: Pseudo<(outs pID32:$dst_id), (ins ANYID:$src)>; 25 def GET_pID64: Pseudo<(outs pID64:$dst_id), (ins ANYID:$src)>; 26 def GET_vID: Pseudo<(outs vID:$dst_id), (ins ANYID:$src)>; 27 def GET_vfID: Pseudo<(outs vfID:$dst_id), (ins ANYID:$src)>; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchLASXInstrFormats.td | 21 class Fmt1RI13_XI<bits<32> op, dag outs, dag ins, string opnstr, 23 : LAInst<outs, ins, deriveInsnMnemonic<NAME>.ret, opnstr, pattern> { 34 class Fmt2R_XX<bits<32> op, dag outs, dag ins, string opnstr, 36 : LAInst<outs, ins, deriveInsnMnemonic<NAME>.ret, opnstr, pattern> { 46 class Fmt2R_XR<bits<32> op, dag outs, dag ins, string opnstr, 48 : LAInst<outs, ins, deriveInsnMnemonic<NAME>.ret, opnstr, pattern> { 58 class Fmt2R_CX<bits<32> op, dag outs, dag ins, string opnstr, 60 : LAInst<outs, ins, deriveInsnMnemonic<NAME>.ret, opnstr, pattern> { 71 class Fmt2RI1_XXI<bits<32> op, dag outs, dag ins, string opnstr, 73 : LAInst<outs, ins, deriveInsnMnemonic<NAME>.ret, opnstr, pattern> { [all …]
|
H A D | LoongArchLSXInstrFormats.td | 21 class Fmt1RI13_VI<bits<32> op, dag outs, dag ins, string opnstr, 23 : LAInst<outs, ins, deriveInsnMnemonic<NAME>.ret, opnstr, pattern> { 34 class Fmt2R_VV<bits<32> op, dag outs, dag ins, string opnstr, 36 : LAInst<outs, ins, deriveInsnMnemonic<NAME>.ret, opnstr, pattern> { 46 class Fmt2R_VR<bits<32> op, dag outs, dag ins, string opnstr, 48 : LAInst<outs, ins, deriveInsnMnemonic<NAME>.ret, opnstr, pattern> { 58 class Fmt2R_CV<bits<32> op, dag outs, dag ins, string opnstr, 60 : LAInst<outs, ins, deriveInsnMnemonic<NAME>.ret, opnstr, pattern> { 71 class Fmt2RI1_VVI<bits<32> op, dag outs, dag ins, string opnstr, 73 : LAInst<outs, ins, deriveInsnMnemonic<NAME>.ret, opnstr, pattern> { [all …]
|
H A D | LoongArchInstrFormats.td | 19 class LAInst<dag outs, dag ins, string opcstr, string opnstr, 31 let OutOperandList = outs; 38 class Pseudo<dag outs, dag ins, list<dag> pattern = [], string opcstr = "", 40 : LAInst<outs, ins, opcstr, opnstr, pattern> { 51 class Fmt2R<bits<32> op, dag outs, dag ins, string opnstr, 53 : LAInst<outs, ins, deriveInsnMnemonic<NAME>.ret, opnstr, pattern> { 64 class Fmt3R<bits<32> op, dag outs, dag ins, string opnstr, 66 : LAInst<outs, ins, deriveInsnMnemonic<NAME>.ret, opnstr, pattern> { 79 class Fmt3RI2<bits<32> op, dag outs, dag ins, string opnstr, 81 : LAInst<outs, ins, deriveInsnMnemonic<NAME>.ret, opnstr, pattern> { [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrFormats.td | 9 class InstSP<dag outs, dag ins, string asmstr, list<dag> pattern, 20 dag OutOperandList = outs; 36 class F2<dag outs, dag ins, string asmstr, list<dag> pattern, 38 : InstSP<outs, ins, asmstr, pattern, itin> { 48 class F2_1<bits<3> op2Val, dag outs, dag ins, string asmstr, list<dag> pattern, 50 : F2<outs, ins, asmstr, pattern, itin> { 58 class F2_2<bits<3> op2Val, bit annul, dag outs, dag ins, string asmstr, 60 : F2<outs, ins, asmstr, pattern, itin> { 69 dag outs, dag ins, string asmstr, list<dag> pattern, 71 : InstSP<outs, in [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrFormatsF2.td | 13 class CSKYInstF2<AddrMode am, dag outs, dag ins, string opcodestr, 15 : CSKY32Inst<am, 0x3d, outs, ins, opcodestr, pattern> { 20 class F2_XYZ<bits<5> datatype, bits<6> sop, string opcodestr, dag outs, dag ins, 22 : CSKYInstF2<AddrModeNone, outs, ins, opcodestr, pattern> { 36 (outs FPR32Op:$vrz), (ins FPR32Op:$vrx, FPR32Op:$vry), 40 (outs FPR64Op:$vrz), (ins FPR64Op:$vrx, FPR64Op:$vry), 47 (outs FPR32Op:$vrz), (ins FPR32Op:$vrZ, FPR32Op:$vrx, FPR32Op:$vry), 51 (outs FPR64Op:$vrz), (ins FPR64Op:$vrZ, FPR64Op:$vrx, FPR64Op:$vry), 58 (outs regtype:$vrz), (ins regtype:$vrx), 63 (outs regtype:$vrz), (ins regtype:$vrx), [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | GenericOpcodes.td | 45 let OutOperandList = (outs type0:$dst); 53 let OutOperandList = (outs type0:$dst); 67 let OutOperandList = (outs type0:$dst); 75 let OutOperandList = (outs type0:$dst); 84 let OutOperandList = (outs type0:$dst); 90 let OutOperandList = (outs type0:$dst); 96 let OutOperandList = (outs type0:$dst); 102 let OutOperandList = (outs type0:$dst); 108 let OutOperandList = (outs type0:$dst); 114 let OutOperandList = (outs type0:$dst); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrFormats.td | 14 class AVRInst<dag outs, dag ins, string asmstr, list<dag> pattern> 18 dag OutOperandList = outs; 27 class AVRInst16<dag outs, dag ins, string asmstr, list<dag> pattern> 28 : AVRInst<outs, ins, asmstr, pattern> { 35 class AVRInst32<dag outs, dag ins, string asmstr, list<dag> pattern> 36 : AVRInst<outs, ins, asmstr, pattern> { 50 class Pseudo<dag outs, dag ins, string asmstr, list<dag> pattern> 51 : AVRInst16<outs, ins, asmstr, pattern> { 66 class FRdRr<bits<4> opcode, bits<2> f, dag outs, dag ins, string asmstr, 67 list<dag> pattern> : AVRInst16<outs, in [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaInstrFormats.td | 12 class XtensaInst<int size, dag outs, dag ins, string asmstr, list<dag> pattern, 19 let OutOperandList = outs; 29 class XtensaInst24<dag outs, dag ins, string asmstr, list<dag> pattern, 31 : XtensaInst<3, outs, ins, asmstr, pattern, itin> { 37 class XtensaInst16<dag outs, dag ins, string asmstr, list<dag> pattern, 39 : XtensaInst<2, outs, ins, asmstr, pattern, itin> { 45 class RRR_Inst<bits<4> op0, bits<4> op1, bits<4> op2, dag outs, dag ins, 47 : XtensaInst24<outs, ins, asmstr, pattern, itin> { 60 class RRI4_Inst<bits<4> op0, bits<4> op1, dag outs, dag ins, 62 : XtensaInst24<outs, ins, asmstr, pattern, itin> { [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 216 outs() << "Segment " << Seg.segname << ": " in printDarwinSectionSizes() 219 outs() << " (vmaddr 0x" << format("%" PRIx64, Seg.vmaddr) << " fileoff " in printDarwinSectionSizes() 221 outs() << "\n"; in printDarwinSectionSizes() 227 outs() << "\tSection (" << format("%.16s", &Sec.segname) << ", " in printDarwinSectionSizes() 230 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": "; in printDarwinSectionSizes() 231 outs() << format(fmt.str().c_str(), Sec.size); in printDarwinSectionSizes() 233 outs() << " (addr 0x" << format("%" PRIx64, Sec.addr) << " offset " in printDarwinSectionSizes() 235 outs() << "\n"; in printDarwinSectionSizes() 239 outs() << "\ttotal " << format(fmt.str().c_str(), sec_total) << "\n"; in printDarwinSectionSizes() 243 outs() << "Segmen in printDarwinSectionSizes() [all...] |