Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h103 unsigned getGenericTypeIndex() const { in getGenericTypeIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp355 unsigned TypeIdx = OpInfo[i].getGenericTypeIndex(); in getAction()
553 ? std::max(OpInfo.getGenericTypeIndex() + 1U, Acc) in verify()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp1247 if (PrintedTypes[OpInfo.getGenericTypeIndex()]) in getTypeToPrint()
1254 PrintedTypes.set(OpInfo.getGenericTypeIndex()); in getTypeToPrint()
DMachineVerifier.cpp928 size_t TypeIdx = MCID.OpInfo[I].getGenericTypeIndex(); in visitMachineInstrBefore()