Home
last modified time | relevance | path

Searched refs:OpcodeFrom (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp458 unsigned OpcodeFrom) { in aliasActionDefinitions() argument
459 assert(OpcodeTo != OpcodeFrom && "Cannot alias to self"); in aliasActionDefinitions()
461 const unsigned OpcodeFromIdx = getOpcodeIdxForOpcode(OpcodeFrom); in aliasActionDefinitions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1259 void aliasActionDefinitions(unsigned OpcodeTo, unsigned OpcodeFrom);