HomeSort by relevance Sort by last modified time
    Searched defs:CPE (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 761 MachineConstantPoolEntry CPE = Constants[i];
762 unsigned AlignMask = CPE.getAlignment() - 1;
764 Type *Ty = CPE.getType();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMConstantIslandPass.cpp 83 /// CPE - A constant pool entry that has been placed somewhere, which
485 const CPEntry & CPE = CPEntries[i][j];
486 AFI->recordCPEClone(i, CPE.CPI);
507 // Create the basic block to hold the CPE's.
529 // identity mapping of CPI's to CPE's.
612 assert(isPowerOf2_32(Align) && "Invalid CPE alignment");
785 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI);
786 assert(CPE && "Cannot find a corresponding CPEntry!");
787 CPE->RefCount++;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 203 /// CPE - A constant pool entry that has been placed somewhere, which
539 // Create the basic block to hold the CPE's.
562 // identity mapping of CPI's to CPE's.
646 assert(isPowerOf2_32(Align) && "Invalid CPE alignment");
799 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI);
800 assert(CPE && "Cannot find a corresponding CPEntry!");
801 CPE->RefCount++;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 253 milliseconds