Home
last modified time | relevance | path

Searched defs:Opcodes (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h97 inline void OpcodeDecoder::Decode_00xxxxxx(const uint8_t *Opcodes, in Decode_00xxxxxx()
103 inline void OpcodeDecoder::Decode_01xxxxxx(const uint8_t *Opcodes, in Decode_01xxxxxx()
109 inline void OpcodeDecoder::Decode_1000iiii_iiiiiiii(const uint8_t *Opcodes, in Decode_1000iiii_iiiiiiii()
122 inline void OpcodeDecoder::Decode_10011101(const uint8_t *Opcodes, in Decode_10011101()
127 inline void OpcodeDecoder::Decode_10011111(const uint8_t *Opcodes, in Decode_10011111()
132 inline void OpcodeDecoder::Decode_1001nnnn(const uint8_t *Opcodes, in Decode_1001nnnn()
137 inline void OpcodeDecoder::Decode_10100nnn(const uint8_t *Opcodes, in Decode_10100nnn()
144 inline void OpcodeDecoder::Decode_10101nnn(const uint8_t *Opcodes, in Decode_10101nnn()
151 inline void OpcodeDecoder::Decode_10110000(const uint8_t *Opcodes, in Decode_10110000()
156 inline void OpcodeDecoder::Decode_10110001_0000iiii(const uint8_t *Opcodes, in Decode_10110001_0000iiii()
[all …]
H A DARMWinEHPrinter.cpp874 void Decoder::decodeOpcodes(ArrayRef<uint8_t> Opcodes, unsigned Offset, in decodeOpcodes()
972 ListScope Opcodes(SW, "Opcodes"); in dumpXDataRecord() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h62 void EmitRaw(const SmallVectorImpl<uint8_t> &Opcodes) { in EmitRaw()
H A DARMELFStreamer.cpp266 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
722 SmallVector<uint8_t, 64> Opcodes; member in __anonf133901f0111::ARMELFStreamer
767 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
1497 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
H A DARMTargetStreamer.cpp101 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.h215 ArrayRef<uint8_t> Opcodes; member
231 ArrayRef<uint8_t> Opcodes; member
249 ArrayRef<uint8_t> Opcodes; member
262 ArrayRef<uint8_t> Opcodes; member
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DPredicateExpander.cpp118 const RecVec &Opcodes) { in expandCheckOpcode()
148 const RecVec &Opcodes) { in expandCheckPseudo()
242 const RecVec &Opcodes = Rec->getValueAsListOfDefs("Opcodes"); in expandOpcodeSwitchCase() local
H A DDAGISelMatcherOpt.cpp393 StringSet<> Opcodes; in FactorNodes() local
H A DCodeGenSchedule.cpp258 RecVec Opcodes = R->getValueAsListOfDefs("Opcodes"); in checkSTIPredicates() local
305 RecVec Opcodes = EC->getValueAsListOfDefs("Opcodes"); in processSTIPredicate() local
337 RecVec Opcodes = EC->getValueAsListOfDefs("Opcodes"); in processSTIPredicate() local
H A DCodeGenSchedule.h355 std::vector<const Record *> Opcodes; variable
H A DFixedLenDecoderEmitter.cpp369 const std::vector<EncodingIDAndOpcode> &Opcodes; member in __anonb45472a50511::FilterChooser
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.h26 uint16_t Opcodes[3]; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2530 void ARMDAGToDAGISel::SelectMVE_WB(SDNode *N, const uint16_t *Opcodes, in SelectMVE_WB()
2692 const uint16_t *Opcodes = IsUnsigned ? OpcodesU : OpcodesS; in SelectBaseMVE_VMLLDAV() local
2750 const uint16_t *const *Opcodes, in SelectMVE_VLD()
2805 void ARMDAGToDAGISel::SelectMVE_VxDUP(SDNode *N, const uint16_t *Opcodes, in SelectMVE_VxDUP()
4149 static const uint16_t Opcodes[] = { ARM::VLD2DUPd8, ARM::VLD2DUPd16, in Select() local
4156 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo, in Select() local
4164 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo, in Select() local
4183 static const uint16_t Opcodes[] = { ARM::VLD2DUPd8wb_fixed, in Select() local
4191 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo_UPD, in Select() local
4199 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo_UPD, in Select() local
[all …]
H A DARMInstructionSelector.cpp128 } const Opcodes; member in __anon23aef0430111::ARMInstructionSelector
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp42 std::vector<unsigned> Opcodes; in computeAliasingInstructions() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h192 ArrayRef<uint8_t> Opcodes; variable
244 ArrayRef<uint8_t> Opcodes; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp312 const auto Opcodes = getOpcodesOrDie(State.getInstrInfo()); in benchmarkMain() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp443 std::initializer_list<unsigned> Opcodes) { in getActionDefinitionsBuilder()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp246 std::pair<unsigned, unsigned> Opcodes = getMFHiLoOpc(Src); in expandCopy() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1774 SmallVectorImpl<uint64_t> &Opcodes, in getSalvageOpsForGEP()
1829 SmallVectorImpl<uint64_t> &Opcodes, in getSalvageOpsForBinOp()
1886 auto applyOps = [&](ArrayRef<uint64_t> Opcodes) { in salvageDebugInfoImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h152 std::vector<LineTableOpcode> Opcodes; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp922 const AAIsDead *LivenessAA, const ArrayRef<unsigned> &Opcodes, in checkForAllInstructionsImpl()
945 const ArrayRef<unsigned> &Opcodes, in checkForAllInstructions()
H A DAttributorAttributes.cpp748 auto Opcodes = { in updateImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp3460 ArrayRef<uint8_t> Opcodes, bool is64) { in rebaseTable()
4119 ArrayRef<uint8_t> Opcodes, bool is64, in bindTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11860 SmallVector<uint8_t, 16> Opcodes; in parseDirectiveUnwindRaw() local