Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h114 unsigned getGenericTypeIndex() const { in getGenericTypeIndex() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp490 unsigned TypeIdx = OpInfo[i].getGenericTypeIndex(); in getAction()
704 ? std::max(OpInfo.getGenericTypeIndex() + 1U, Acc) in verify()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1436 if (PrintedTypes[OpInfo.getGenericTypeIndex()]) in getTypeToPrint()
1443 PrintedTypes.set(OpInfo.getGenericTypeIndex()); in getTypeToPrint()
DMachineVerifier.cpp931 size_t TypeIdx = MCID.OpInfo[I].getGenericTypeIndex(); in verifyPreISelGenericInstruction()