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

  /external/llvm/lib/MC/
ConstantPools.cpp 75 CPE = ConstantPools.end();
76 CPI != CPE; ++CPI) {
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 566 const MachineConstantPoolEntry &CPE =
568 if (!CPE.isMachineConstantPoolEntry()) {
570 SectionKind Kind = CPE.getSectionKind(&DL);
571 const Constant *C = CPE.Val.ConstVal;
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 204 /// CPE - A constant pool entry that has been placed somewhere, which
537 // Create the basic block to hold the CPE's.
560 // identity mapping of CPI's to CPE's.
642 assert(isPowerOf2_32(Align) && "Invalid CPE alignment");
795 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI);
796 assert(CPE && "Cannot find a corresponding CPEntry!");
797 CPE->RefCount++;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 83 /// CPE - A constant pool entry that has been placed somewhere, which
504 const CPEntry & CPE = CPEntries[i][j];
505 if (CPE.CPEMI && CPE.CPEMI->getOperand(1).isCPI())
506 AFI->recordCPEClone(i, CPE.CPI);
529 // Create the basic block to hold the CPE's.
550 // identity mapping of CPI's to CPE's.
704 assert(isPowerOf2_32(Align) && "Invalid CPE alignment");
    [all...]
ARMAsmPrinter.cpp     [all...]

Completed in 152 milliseconds