Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
457 if (!InConstantPool) in EmitFunctionBodyEnd()
459 InConstantPool = false; in EmitFunctionBodyEnd()
H A DMipsAsmPrinter.h65 bool InConstantPool = false; variable
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h48 bool InConstantPool; variable
H A DARMAsmPrinter.cpp58 InConstantPool(false), OptimizationGoals(-1) {} in ARMAsmPrinter()
63 if (!InConstantPool) in EmitFunctionBodyEnd()
65 InConstantPool = false; in EmitFunctionBodyEnd()
1243 if (InConstantPool && MI->getOpcode() != ARM::CONSTPOOL_ENTRY) { in EmitInstruction()
1245 InConstantPool = false; in EmitInstruction()
1551 if (!InConstantPool) { in EmitInstruction()
1553 InConstantPool = true; in EmitInstruction()