Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
154 if (InConstantPool && MI->getOpcode() != CSKY::CONSTPOOL_ENTRY) { in emitInstruction()
155 InConstantPool = false; in emitInstruction()
H A DCSKYAsmPrinter.h24 bool InConstantPool = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp202 if (InConstantPool && Opc != Mips::CONSTPOOL_ENTRY) { in emitInstruction()
204 InConstantPool = false; in emitInstruction()
218 if (!InConstantPool) { in emitInstruction()
220 InConstantPool = true; in emitInstruction()
462 if (!InConstantPool) in emitFunctionBodyEnd()
464 InConstantPool = false; in emitFunctionBodyEnd()
H A DMipsAsmPrinter.h64 bool InConstantPool = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h50 bool InConstantPool; variable
H A DARMAsmPrinter.cpp55 MCP(nullptr), InConstantPool(false), OptimizationGoals(-1) {} in ARMAsmPrinter()
64 if (!InConstantPool) in emitFunctionBodyEnd()
66 InConstantPool = false; in emitFunctionBodyEnd()
1465 if (InConstantPool && MI->getOpcode() != ARM::CONSTPOOL_ENTRY) { in emitInstruction()
1467 InConstantPool = false; in emitInstruction()
1841 if (!InConstantPool) { in emitInstruction()
1843 InConstantPool = true; in emitInstruction()