Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrDesc.h98 bool isGenericType() const { in isGenericType() function
104 assert(isGenericType() && "non-generic types don't have an index"); in getGenericTypeIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp350 if (!OpInfo[i].isGenericType()) in getAction()
552 return OpInfo.isGenericType() in verify()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp1244 if (!OpInfo.isGenericType()) in getTypeToPrint()
DMachineVerifier.cpp924 if (!MCID.OpInfo[I].isGenericType()) in visitMachineInstrBefore()