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

/freebsd-10.3-release/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.h43 /// InConstantPool - Maintain state when emitting a sequence of constant
45 bool InConstantPool; member in class:llvm::ARMAsmPrinter
48 : AsmPrinter(TM, Streamer), AFI(NULL), MCP(NULL), InConstantPool(false) {
H A DARMAsmPrinter.cpp126 if (!InConstantPool)
128 InConstantPool = false;
1110 if (InConstantPool && MI->getOpcode() != ARM::CONSTPOOL_ENTRY) {
1112 InConstantPool = false;
1406 if (!InConstantPool) {
1408 InConstantPool = true;
/freebsd-10.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.h49 /// InConstantPool - Maintain state when emitting a sequence of constant
51 bool InConstantPool; member in class:llvm::MipsAsmPrinter
62 : AsmPrinter(TM, Streamer), MCP(0), InConstantPool(false),
H A DMipsAsmPrinter.cpp80 if (InConstantPool && MI->getOpcode() != Mips::CONSTPOOL_ENTRY) {
82 InConstantPool = false;
96 if (!InConstantPool) {
98 InConstantPool = true;
326 if (!InConstantPool)
328 InConstantPool = false;

Completed in 108 milliseconds