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 76 CPE = ConstantPools.end();
77 CPI != CPE; ++CPI) {
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 558 const MachineConstantPoolEntry &CPE =
560 if (!CPE.isMachineConstantPoolEntry()) {
561 SectionKind Kind = CPE.getSectionKind(TM.getDataLayout());
562 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/Target/ARM/
ARMConstantIslandPass.cpp 83 /// CPE - A constant pool entry that has been placed somewhere, which
486 const CPEntry & CPE = CPEntries[i][j];
487 AFI->recordCPEClone(i, CPE.CPI);
508 // Create the basic block to hold the CPE's.
530 // identity mapping of CPI's to CPE's.
614 assert(isPowerOf2_32(Align) && "Invalid CPE alignment");
787 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI);
788 assert(CPE && "Cannot find a corresponding CPEntry!");
789 CPE->RefCount++;
    [all...]
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 348 milliseconds