Searched refs:InConstantPool (Results 1 – 6 of 6) sorted by relevance
107 if (!InConstantPool) { in emitCustomConstantPool()109 InConstantPool = true; in emitCustomConstantPool()125 if (!InConstantPool) in emitFunctionBodyEnd()127 InConstantPool = false; in emitFunctionBodyEnd()152 if (InConstantPool && MI->getOpcode() != CSKY::CONSTPOOL_ENTRY) { in emitInstruction()153 InConstantPool = false; in emitInstruction()
24 bool InConstantPool = false; variable
204 if (InConstantPool && Opc != Mips::CONSTPOOL_ENTRY) { in emitInstruction()206 InConstantPool = false; in emitInstruction()220 if (!InConstantPool) { in emitInstruction()222 InConstantPool = true; in emitInstruction()462 if (!InConstantPool) in emitFunctionBodyEnd()464 InConstantPool = false; in emitFunctionBodyEnd()
62 /// InConstantPool - Maintain state when emitting a sequence of constant64 bool InConstantPool = false; variable
45 /// InConstantPool - Maintain state when emitting a sequence of constant47 bool InConstantPool; variable
56 MCP(nullptr), InConstantPool(false), OptimizationGoals(-1) {} in ARMAsmPrinter()61 if (!InConstantPool) in emitFunctionBodyEnd()63 InConstantPool = false; in emitFunctionBodyEnd()1439 if (InConstantPool && MI->getOpcode() != ARM::CONSTPOOL_ENTRY) { in emitInstruction()1441 InConstantPool = false; in emitInstruction()1807 if (!InConstantPool) { in emitInstruction()1809 InConstantPool = true; in emitInstruction()