/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ARMEHABIPrinter.h | 95 void OpcodeDecoder::Decode_00xxxxxx(const uint8_t *Opcodes, unsigned &OI) { in Decode_00xxxxxx() 100 void OpcodeDecoder::Decode_01xxxxxx(const uint8_t *Opcodes, unsigned &OI) { in Decode_01xxxxxx() 105 void OpcodeDecoder::Decode_1000iiii_iiiiiiii(const uint8_t *Opcodes, in Decode_1000iiii_iiiiiiii() 118 void OpcodeDecoder::Decode_10011101(const uint8_t *Opcodes, unsigned &OI) { in Decode_10011101() 122 void OpcodeDecoder::Decode_10011111(const uint8_t *Opcodes, unsigned &OI) { in Decode_10011111() 126 void OpcodeDecoder::Decode_1001nnnn(const uint8_t *Opcodes, unsigned &OI) { in Decode_1001nnnn() 130 void OpcodeDecoder::Decode_10100nnn(const uint8_t *Opcodes, unsigned &OI) { in Decode_10100nnn() 136 void OpcodeDecoder::Decode_10101nnn(const uint8_t *Opcodes, unsigned &OI) { in Decode_10101nnn() 142 void OpcodeDecoder::Decode_10110000(const uint8_t *Opcodes, unsigned &OI) { in Decode_10110000() 146 void OpcodeDecoder::Decode_10110001_0000iiii(const uint8_t *Opcodes, in Decode_10110001_0000iiii() [all …]
|
H A D | ARMWinEHPrinter.cpp | 500 void Decoder::decodeOpcodes(ArrayRef<uint8_t> Opcodes, unsigned Offset, in decodeOpcodes() 559 ListScope Opcodes(SW, "Opcodes"); in dumpXDataRecord() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMUnwindOpAsm.h | 64 void EmitRaw(const SmallVectorImpl<uint8_t> &Opcodes) { in EmitRaw()
|
H A D | ARMTargetStreamer.cpp | 56 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
|
H A D | ARMELFStreamer.cpp | 277 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw() 663 SmallVector<uint8_t, 64> Opcodes; member in __anon4e7726870111::ARMELFStreamer 699 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw() 1342 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/ |
H A D | MachO.h | 126 ArrayRef<uint8_t> Opcodes; variable 169 ArrayRef<uint8_t> Opcodes; variable
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | DAGISelMatcherOpt.cpp | 453 StringSet<> Opcodes; in FactorNodes() local
|
H A D | FixedLenDecoderEmitter.cpp | 312 const std::vector<unsigned> &Opcodes; member in __anon7d7e680d0711::FilterChooser
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2157 const uint16_t *Opcodes) { in SelectVLDDup() 2794 static const uint16_t Opcodes[] = { ARM::VLD2DUPd8, ARM::VLD2DUPd16, in Select() local 2800 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo, in Select() local 2807 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo, in Select() local 2814 static const uint16_t Opcodes[] = { ARM::VLD2DUPd8wb_fixed, in Select() local 2821 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo_UPD, in Select() local 2828 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo_UPD, in Select() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsSEFrameLowering.cpp | 242 std::pair<unsigned, unsigned> Opcodes = getMFHiLoOpc(Src); in expandCopy() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 1819 MachOObjectFile::rebaseTable(ArrayRef<uint8_t> Opcodes, bool is64) { in rebaseTable() 2073 MachOObjectFile::bindTable(ArrayRef<uint8_t> Opcodes, bool is64, in bindTable()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 9756 SmallVector<uint8_t, 16> Opcodes; in parseDirectiveUnwindRaw() local
|