Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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.cpp990 decodeOpcodes(ArrayRef<uint8_t> Opcodes,unsigned Offset,bool Prologue) decodeOpcodes() argument
1089 ListScope Opcodes(SW, "Opcodes"); dumpXDataRecord() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h62 void EmitRaw(const SmallVectorImpl<uint8_t> &Opcodes) { in EmitRaw()
H A DARMELFStreamer.cpp280 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
728 SmallVector<uint8_t, 64> Opcodes; member in __anonf150d5940111::ARMELFStreamer
773 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
1450 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw()
H A DARMTargetStreamer.cpp102 const SmallVectorImpl<uint8_t> &Opcodes) { in emitUnwindRaw() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h214 ArrayRef<uint8_t> Opcodes; member
230 ArrayRef<uint8_t> Opcodes; member
248 ArrayRef<uint8_t> Opcodes; member
261 ArrayRef<uint8_t> Opcodes; member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.cpp142 const RecVec &Opcodes) { in expandCheckOpcode()
172 const RecVec &Opcodes) { in expandCheckPseudo()
270 const RecVec &Opcodes = Rec->getValueAsListOfDefs("Opcodes"); in expandOpcodeSwitchCase() local
H A DCodeGenSchedule.cpp275 RecVec Opcodes = R->getValueAsListOfDefs("Opcodes"); in checkSTIPredicates() local
321 RecVec Opcodes = EC->getValueAsListOfDefs("Opcodes"); in processSTIPredicate() local
353 RecVec Opcodes = EC->getValueAsListOfDefs("Opcodes"); in processSTIPredicate() local
H A DCodeGenSchedule.h360 std::vector<const Record *> Opcodes; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.h26 uint16_t Opcodes[3]; member
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp570 unsigned Opcodes[2] = {RISCV::VSLIDEDOWN_VX, RISCV::VSLIDEUP_VX}; in getShuffleCost() local
596 unsigned Opcodes[] = {RISCV::VID_V, RISCV::VRSUB_VX, RISCV::VRGATHER_VV}; in getShuffleCost() local
1164 SmallVector<unsigned, 3> Opcodes; in getMinMaxReductionCost() local
1210 SmallVector<unsigned, 3> Opcodes; in getMinMaxReductionCost() local
1266 SmallVector<unsigned, 3> Opcodes; in getArithmeticReductionCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2575 void ARMDAGToDAGISel::SelectMVE_WB(SDNode *N, const uint16_t *Opcodes, in SelectMVE_WB()
2734 const uint16_t *Opcodes = IsUnsigned ? OpcodesU : OpcodesS; in SelectBaseMVE_VMLLDAV() local
2792 const uint16_t *const *Opcodes, in SelectMVE_VLD()
2847 void ARMDAGToDAGISel::SelectMVE_VxDUP(SDNode *N, const uint16_t *Opcodes, in SelectMVE_VxDUP()
4335 static const uint16_t Opcodes[] = { ARM::VLD2DUPd8, ARM::VLD2DUPd16, in Select() local
4342 static const uint16_t Opcodes[] = { ARM::VLD3DUPd8Pseudo, in Select() local
4350 static const uint16_t Opcodes[] = { ARM::VLD4DUPd8Pseudo, in Select() local
4442 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() local
4485 static const uint16_t *const Opcodes[] = {Opcodes8, Opcodes16, Opcodes32}; in Select() local
5145 static const uint16_t Opcodes[] = {ARM::MVE_VLDRWU32_qi_pre, in Select() local
[all …]
H A DARMInstructionSelector.cpp128 } const Opcodes; member in __anone228b8980111::ARMInstructionSelector
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp422 StringSet<> Opcodes; in FactorNodes() local
H A DDecoderEmitter.cpp408 const std::vector<EncodingIDAndOpcode> &Opcodes; member in __anonfc09cd8b0511::FilterChooser
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h193 ArrayRef<uint8_t> Opcodes; variable
245 ArrayRef<uint8_t> Opcodes; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp300 std::initializer_list<unsigned> Opcodes) { in getActionDefinitionsBuilder()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2397 SmallVectorImpl<uint64_t> &Opcodes, in getSalvageOpsForGEP()
2452 SmallVectorImpl<uint64_t> &Opcodes, in handleSSAValueOperands()
2464 SmallVectorImpl<uint64_t> &Opcodes, in getSalvageOpsForBinOp()
2523 SmallVectorImpl<uint64_t> &Opcodes, in getSalvageOpsForIcmpOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp246 std::pair<unsigned, unsigned> Opcodes = getMFHiLoOpc(Src); in expandCopy() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h175 std::vector<LineTableOpcode> Opcodes; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp2113 unsigned Opcodes[] = { contracting() local
2129 unsigned Opcodes[] = { contracting() local
2148 unsigned Opcodes[] = { contracting() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2029 const AAIsDead *LivenessAA, ArrayRef<unsigned> Opcodes, in checkForAllInstructionsImpl()
2059 ArrayRef<unsigned> Opcodes, in checkForAllInstructions()
2084 ArrayRef<unsigned> Opcodes, in checkForAllInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2513 const unsigned Opcodes[2][2] = {{AArch64::BRAA, AArch64::BRAAZ}, in emitInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3803 ArrayRef<uint8_t> Opcodes, bool is64) { in rebaseTable()
4464 ArrayRef<uint8_t> Opcodes, bool is64, in bindTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2901 ArrayRef<unsigned> Opcodes = in select() local
2907 static constexpr unsigned Opcodes[] = {AArch64::STLRB, AArch64::STLRH, in select() local

12