Home
last modified time | relevance | path

Searched refs:getSerializableDirectMachineOperandTargetFlags (Results 1 – 25 of 25) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.h83 getSerializableDirectMachineOperandTargetFlags() const override;
H A DLoongArchInstrInfo.cpp471 LoongArchInstrInfo::getSerializableDirectMachineOperandTargetFlags() const { in getSerializableDirectMachineOperandTargetFlags() function in LoongArchInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h85 getSerializableDirectMachineOperandTargetFlags() const override;
H A DLanaiInstrInfo.cpp168 LanaiInstrInfo::getSerializableDirectMachineOperandTargetFlags() const { in getSerializableDirectMachineOperandTargetFlags() function in LanaiInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h187 getSerializableDirectMachineOperandTargetFlags() const override;
H A DMipsInstrInfo.cpp904 MipsInstrInfo::getSerializableDirectMachineOperandTargetFlags() const { in getSerializableDirectMachineOperandTargetFlags() function in MipsInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h144 getSerializableDirectMachineOperandTargetFlags() const override;
H A DRISCVInstrInfo.cpp1815 RISCVInstrInfo::getSerializableDirectMachineOperandTargetFlags() const { in getSerializableDirectMachineOperandTargetFlags() function in RISCVInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h336 getSerializableDirectMachineOperandTargetFlags() const override;
H A DM68kInstrInfo.cpp804 M68kInstrInfo::getSerializableDirectMachineOperandTargetFlags() const { in getSerializableDirectMachineOperandTargetFlags() function in M68kInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h328 getSerializableDirectMachineOperandTargetFlags() const override;
H A DHexagonInstrInfo.cpp2071 HexagonInstrInfo::getSerializableDirectMachineOperandTargetFlags() const { in getSerializableDirectMachineOperandTargetFlags() function in HexagonInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h552 getSerializableDirectMachineOperandTargetFlags() const override;
H A DX86InstrInfo.cpp9273 X86InstrInfo::getSerializableDirectMachineOperandTargetFlags() const { in getSerializableDirectMachineOperandTargetFlags() function in X86InstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h284 getSerializableDirectMachineOperandTargetFlags() const override;
H A DAArch64InstrInfo.cpp6979 AArch64InstrInfo::getSerializableDirectMachineOperandTargetFlags() const { in getSerializableDirectMachineOperandTargetFlags() function in AArch64InstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h700 getSerializableDirectMachineOperandTargetFlags() const override;
H A DPPCInstrInfo.cpp2984 PPCInstrInfo::getSerializableDirectMachineOperandTargetFlags() const { in getSerializableDirectMachineOperandTargetFlags() function in PPCInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h344 getSerializableDirectMachineOperandTargetFlags() const override;
H A DARMBaseInstrInfo.cpp5537 ARMBaseInstrInfo::getSerializableDirectMachineOperandTargetFlags() const { in getSerializableDirectMachineOperandTargetFlags() function in ARMBaseInstrInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1904 getSerializableDirectMachineOperandTargetFlags() const { in getSerializableDirectMachineOperandTargetFlags() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOperand.cpp464 auto Flags = TII->getSerializableDirectMachineOperandTargetFlags(); in getTargetFlagName()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1082 getSerializableDirectMachineOperandTargetFlags() const override;
H A DSIInstrInfo.cpp7790 SIInstrInfo::getSerializableDirectMachineOperandTargetFlags() const { in getSerializableDirectMachineOperandTargetFlags() function in SIInstrInfo
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp211 auto Flags = TII->getSerializableDirectMachineOperandTargetFlags(); in initNames2DirectTargetFlags()