Home
last modified time | relevance | path

Searched refs:getSerializableTargetIndices (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h69 getSerializableTargetIndices() const override;
H A DWebAssemblyInstrInfo.cpp193 WebAssemblyInstrInfo::getSerializableTargetIndices() const { in getSerializableTargetIndices() function in WebAssemblyInstrInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1833 getSerializableTargetIndices() const { in getSerializableTargetIndices() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOperand.cpp417 auto Indices = TII->getSerializableTargetIndices(); in getTargetIndexName()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1075 getSerializableTargetIndices() const override;
H A DSIInstrInfo.cpp7612 SIInstrInfo::getSerializableTargetIndices() const { in getSerializableTargetIndices() function in SIInstrInfo
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp193 auto Indices = TII->getSerializableTargetIndices(); in initNames2TargetIndices()