Home
last modified time | relevance | path

Searched defs:TempRegID (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h1059 uint64_t TempRegID = readULEB(); in executeMatchTable() local
1211 uint64_t TempRegID = readULEB(); in executeMatchTable() local
1455 uint64_t TempRegID = readULEB(); in executeMatchTable() local
1488 uint64_t TempRegID = readULEB(); in executeMatchTable() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1253 unsigned TempRegID = Rule.allocateTempRegID(); in importExplicitUseRenderer() local
1382 const TreePatternNode &Src, unsigned TempRegID) { in createAndImportSubInstructionRenderer()
1561 unsigned TempRegID = M.allocateTempRegID(); in importExplicitDefRenderers() local
1596 unsigned TempRegID = M.allocateTempRegID(); in importExplicitUseRenderers() local
1757 unsigned TempRegID = M.allocateTempRegID(); in importDefaultOperandRenderers() local
H A DGlobalISelCombinerEmitter.cpp106 void declareTempRegExpansion(CodeExpansions &CE, unsigned TempRegID, in declareTempRegExpansion()
1971 unsigned TempRegID; in emitInstructionApplyPattern() local
2053 unsigned TempRegID = M.allocateTempRegID(); in emitCodeGenInstructionApplyImmOperand() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2073 unsigned TempRegID; variable
2345 unsigned TempRegID; variable
2349 BuildConstantAction(unsigned TempRegID, int64_t Val) in BuildConstantAction()
2380 unsigned TempRegID = -1; variable
2388 ReplaceRegAction(unsigned OldInsnID, unsigned OldOpIdx, unsigned TempRegID) in ReplaceRegAction()
2451 unsigned TempRegID; variable
2454 MakeTempRegisterAction(const LLTCodeGenOrTempType &Ty, unsigned TempRegID) in MakeTempRegisterAction()