Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.h70 getSerializableTargetIndices() const override;
H A DWebAssemblyInstrInfo.cpp209 WebAssemblyInstrInfo::getSerializableTargetIndices() const { in getSerializableTargetIndices() function in WebAssemblyInstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1830 getSerializableTargetIndices() const { in getSerializableTargetIndices() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp414 auto Indices = TII->getSerializableTargetIndices(); in getTargetIndexName()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1027 getSerializableTargetIndices() const override;
H A DSIInstrInfo.cpp7318 SIInstrInfo::getSerializableTargetIndices() const { in getSerializableTargetIndices() function in SIInstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp196 auto Indices = TII->getSerializableTargetIndices(); in initNames2TargetIndices()