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

  /external/srec/srec/crec/
astar_pphash.c 61 goto CPE;
68 CPE:
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 767 MachineConstantPoolEntry CPE = Constants[i];
768 unsigned AlignMask = CPE.getAlignment() - 1;
770 Type *Ty = CPE.getType();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 103 /// CPE - A constant pool entry that has been placed somewhere, which
497 const CPEntry & CPE = CPEntries[i][j];
498 AFI->recordCPEClone(i, CPE.CPI);
519 // Create the basic block to hold the CPE's.
541 // identity mapping of CPI's to CPE's.
624 assert(isPowerOf2_32(Align) && "Invalid CPE alignment");
796 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI);
797 assert(CPE && "Cannot find a corresponding CPEntry!");
798 CPE->RefCount++;
    [all...]
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 338 milliseconds