Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp345 unsigned TypeIdx = OpInfo[i].getGenericTypeIndex(); in getAction()
389 ? std::max(OpInfo.getGenericTypeIndex() + 1U, Acc) in verify()
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h123 unsigned getGenericTypeIndex() const { in getGenericTypeIndex() function
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1611 if (PrintedTypes[OpInfo.getGenericTypeIndex()]) in getTypeToPrint()
1618 PrintedTypes.set(OpInfo.getGenericTypeIndex()); in getTypeToPrint()
H A DMachineVerifier.cpp1095 size_t TypeIdx = MCID.operands()[I].getGenericTypeIndex(); in verifyPreISelGenericInstruction()