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 756 MachineConstantPoolEntry CPE = Constants[i];
757 unsigned AlignMask = CPE.getAlignment() - 1;
759 Type *Ty = CPE.getType();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 82 /// CPE - A constant pool entry that has been placed somewhere, which
484 const CPEntry & CPE = CPEntries[i][j];
485 AFI->recordCPEClone(i, CPE.CPI);
506 // Create the basic block to hold the CPE's.
528 // identity mapping of CPI's to CPE's.
611 assert(isPowerOf2_32(Align) && "Invalid CPE alignment");
784 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI);
785 assert(CPE && "Cannot find a corresponding CPEntry!");
786 CPE->RefCount++;
    [all...]
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 100 milliseconds