HomeSort by relevance Sort by last modified time
    Searched refs:InConstantPool (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.h 45 /// InConstantPool - Maintain state when emitting a sequence of constant
47 bool InConstantPool;
51 InConstantPool(false) {
ARMAsmPrinter.cpp 63 if (!InConstantPool)
65 InConstantPool = false;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.h 56 /// InConstantPool - Maintain state when emitting a sequence of constant
58 bool InConstantPool;
93 : AsmPrinter(TM, Streamer), MCP(nullptr), InConstantPool(false),
MipsAsmPrinter.cpp 143 if (InConstantPool && MI->getOpcode() != Mips::CONSTPOOL_ENTRY) {
145 InConstantPool = false;
159 if (!InConstantPool) {
161 InConstantPool = true;
389 if (!InConstantPool)
391 InConstantPool = false;
    [all...]

Completed in 175 milliseconds