Home
last modified time | relevance | path

Searched refs:InConstantPool (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp167 if (InConstantPool && Opc != Mips::CONSTPOOL_ENTRY) { in EmitInstruction()
169 InConstantPool = false; in EmitInstruction()
183 if (!InConstantPool) { in EmitInstruction()
185 InConstantPool = true; in EmitInstruction()
416 if (!InConstantPool) in EmitFunctionBodyEnd()
418 InConstantPool = false; in EmitFunctionBodyEnd()
DMipsAsmPrinter.h65 bool InConstantPool = false; variable
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.h48 bool InConstantPool; variable
DARMAsmPrinter.cpp62 InConstantPool(false), OptimizationGoals(-1) {} in ARMAsmPrinter()
67 if (!InConstantPool) in EmitFunctionBodyEnd()
69 InConstantPool = false; in EmitFunctionBodyEnd()
1280 if (InConstantPool && MI->getOpcode() != ARM::CONSTPOOL_ENTRY) { in EmitInstruction()
1282 InConstantPool = false; in EmitInstruction()
1584 if (!InConstantPool) { in EmitInstruction()
1586 InConstantPool = true; in EmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMAsmPrinter.h48 bool InConstantPool; variable
DARMAsmPrinter.cpp58 InConstantPool(false), OptimizationGoals(-1) {} in ARMAsmPrinter()
63 if (!InConstantPool) in EmitFunctionBodyEnd()
65 InConstantPool = false; in EmitFunctionBodyEnd()
1211 if (InConstantPool && MI->getOpcode() != ARM::CONSTPOOL_ENTRY) { in EmitInstruction()
1213 InConstantPool = false; in EmitInstruction()
1519 if (!InConstantPool) { in EmitInstruction()
1521 InConstantPool = true; in EmitInstruction()