Home
last modified time | relevance | path

Searched refs:getGenericTypeIndex (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h121 unsigned getGenericTypeIndex() const { in getGenericTypeIndex() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp498 unsigned TypeIdx = OpInfo[i].getGenericTypeIndex(); in getAction()
700 ? std::max(OpInfo.getGenericTypeIndex() + 1U, Acc) in verify()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp1528 if (PrintedTypes[OpInfo.getGenericTypeIndex()]) in getTypeToPrint()
1535 PrintedTypes.set(OpInfo.getGenericTypeIndex()); in getTypeToPrint()
H A DMachineVerifier.cpp907 size_t TypeIdx = MCID.OpInfo[I].getGenericTypeIndex(); in verifyPreISelGenericInstruction()