Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.h58 bool InConstantPool; variable
104 InConstantPool(false), MCInstLowering(*this) {} in MipsAsmPrinter()
DMipsAsmPrinter.cpp146 if (InConstantPool && MI->getOpcode() != Mips::CONSTPOOL_ENTRY) { in EmitInstruction()
148 InConstantPool = false; in EmitInstruction()
162 if (!InConstantPool) { in EmitInstruction()
164 InConstantPool = true; in EmitInstruction()
381 if (!InConstantPool) in EmitFunctionBodyEnd()
383 InConstantPool = false; in EmitFunctionBodyEnd()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.h48 bool InConstantPool; variable
DARMAsmPrinter.cpp64 InConstantPool(false) {} in ARMAsmPrinter()
69 if (!InConstantPool) in EmitFunctionBodyEnd()
71 InConstantPool = false; in EmitFunctionBodyEnd()
1190 if (InConstantPool && MI->getOpcode() != ARM::CONSTPOOL_ENTRY) { in EmitInstruction()
1192 InConstantPool = false; in EmitInstruction()
1495 if (!InConstantPool) { in EmitInstruction()
1497 InConstantPool = true; in EmitInstruction()