Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h64 bool InConstantPool = false; variable
/netbsd-src/external/apache2/llvm/dist/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()
1299 if (InConstantPool && MI->getOpcode() != ARM::CONSTPOOL_ENTRY) { in emitInstruction()
1301 InConstantPool = false; in emitInstruction()
1667 if (!InConstantPool) { in emitInstruction()
1669 InConstantPool = true; in emitInstruction()