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()
152 if (InConstantPool && MI->getOpcode() != CSKY::CONSTPOOL_ENTRY) { in emitInstruction()
153 InConstantPool = false; in emitInstruction()
H A DCSKYAsmPrinter.h24 bool InConstantPool = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp204 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()
H A DMipsAsmPrinter.h62 /// InConstantPool - Maintain state when emitting a sequence of constant
64 bool InConstantPool = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h45 /// InConstantPool - Maintain state when emitting a sequence of constant
47 bool InConstantPool; variable
H A DARMAsmPrinter.cpp56 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()