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.cpp145 if (InConstantPool && MI->getOpcode() != Mips::CONSTPOOL_ENTRY) { in EmitInstruction()
147 InConstantPool = false; in EmitInstruction()
161 if (!InConstantPool) { in EmitInstruction()
163 InConstantPool = true; in EmitInstruction()
380 if (!InConstantPool) in EmitFunctionBodyEnd()
382 InConstantPool = false; in EmitFunctionBodyEnd()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.h48 bool InConstantPool; variable
DARMAsmPrinter.cpp63 InConstantPool(false), OptimizationGoals(-1) {} in ARMAsmPrinter()
68 if (!InConstantPool) in EmitFunctionBodyEnd()
70 InConstantPool = false; in EmitFunctionBodyEnd()
1232 if (InConstantPool && MI->getOpcode() != ARM::CONSTPOOL_ENTRY) { in EmitInstruction()
1234 InConstantPool = false; in EmitInstruction()
1536 if (!InConstantPool) { in EmitInstruction()
1538 InConstantPool = true; in EmitInstruction()