Home
last modified time | relevance | path

Searched refs:getSerializableBitmaskMachineOperandTargetFlags (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h335 getSerializableBitmaskMachineOperandTargetFlags() const override;
H A DHexagonInstrInfo.cpp2083 HexagonInstrInfo::getSerializableBitmaskMachineOperandTargetFlags() const { in getSerializableBitmaskMachineOperandTargetFlags() function in HexagonInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h284 getSerializableBitmaskMachineOperandTargetFlags() const override;
H A DAArch64InstrInfo.cpp6819 AArch64InstrInfo::getSerializableBitmaskMachineOperandTargetFlags() const { in getSerializableBitmaskMachineOperandTargetFlags() function in AArch64InstrInfo
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h671 getSerializableBitmaskMachineOperandTargetFlags() const override;
H A DPPCInstrInfo.cpp2913 PPCInstrInfo::getSerializableBitmaskMachineOperandTargetFlags() const { in getSerializableBitmaskMachineOperandTargetFlags() function in PPCInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h345 getSerializableBitmaskMachineOperandTargetFlags() const override;
H A DARMBaseInstrInfo.cpp5524 ARMBaseInstrInfo::getSerializableBitmaskMachineOperandTargetFlags() const { in getSerializableBitmaskMachineOperandTargetFlags() function in ARMBaseInstrInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1860 getSerializableBitmaskMachineOperandTargetFlags() const { in getSerializableBitmaskMachineOperandTargetFlags() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOperand.cpp558 auto BitMasks = TII->getSerializableBitmaskMachineOperandTargetFlags(); in printTargetFlags()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp235 auto Flags = TII->getSerializableBitmaskMachineOperandTargetFlags(); in initNames2BitmaskTargetFlags()