Home
last modified time | relevance | path

Searched refs:InConstantPool (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp107 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()
H A DCSKYAsmPrinter.h24 bool InConstantPool = false; variable
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp203 if (InConstantPool && Opc != Mips::CONSTPOOL_ENTRY) { in emitInstruction()
205 InConstantPool = false; in emitInstruction()
219 if (!InConstantPool) { in emitInstruction()
221 InConstantPool = true; in emitInstruction()
461 if (!InConstantPool) in emitFunctionBodyEnd()
463 InConstantPool = false; in emitFunctionBodyEnd()
H A DMipsAsmPrinter.h64 bool InConstantPool = false; variable
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h47 bool InConstantPool; variable
H A DARMAsmPrinter.cpp58 MCP(nullptr), InConstantPool(false), OptimizationGoals(-1) {} in ARMAsmPrinter()
63 if (!InConstantPool) in emitFunctionBodyEnd()
65 InConstantPool = false; in emitFunctionBodyEnd()
1349 if (InConstantPool && MI->getOpcode() != ARM::CONSTPOOL_ENTRY) { in emitInstruction()
1351 InConstantPool = false; in emitInstruction()
1717 if (!InConstantPool) { in emitInstruction()
1719 InConstantPool = true; in emitInstruction()