Searched refs:allocateTempRegID (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp842 /// ID for the next temporary register ID allocated with allocateTempRegID()
968 unsigned allocateTempRegID() { return NextTempRegID++; } function in class:__anon2930::RuleMatcher
4054 unsigned TempRegID = Rule.allocateTempRegID();
4463 unsigned TempRegID = M.allocateTempRegID();

Completed in 193 milliseconds