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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
rdtsc_buckets.cpp 100 uint64_t CPE = bucket.elapsed / bucket.count;
114 CPE,
135 fprintf(f, " %%Tot %%Par Cycles CPE NumEvent CPE2 NumEvent2 Bucket\n");
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.cpp 150 MachineConstantPoolEntry CPE = CP[i];
153 ELFSection &CstPool = EW.getConstantPoolSection(CPE);
157 if (CPE.isMachineConstantPoolEntry())
158 assert(0 && "CPE.isMachineConstantPoolEntry not supported yet");
161 EW.EmitGlobalConstant(CPE.Val.ConstVal, CstPool);
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 557 const MachineConstantPoolEntry &CPE =
559 if (!CPE.isMachineConstantPoolEntry()) {
561 SectionKind Kind = CPE.getSectionKind(&DL);
562 const Constant *C = CPE.Val.ConstVal;
563 unsigned Align = CPE.Alignment;
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMConstantIslandPass.cpp 83 /// CPE - A constant pool entry that has been placed somewhere, which
517 const CPEntry & CPE = CPEntries[i][j];
518 if (CPE.CPEMI && CPE.CPEMI->getOperand(1).isCPI())
519 AFI->recordCPEClone(i, CPE.CPI);
542 // Create the basic block to hold the CPE's.
563 // identity mapping of CPI's to CPE's.
717 assert(isPowerOf2_32(Align) && "Invalid CPE alignment");
    [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 194 /// CPE - A constant pool entry that has been placed somewhere, which
528 // Create the basic block to hold the CPE's.
551 // identity mapping of CPI's to CPE's.
633 assert(isPowerOf2_32(Align) && "Invalid CPE alignment");
782 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI);
783 assert(CPE && "Cannot find a corresponding CPEntry!");
784 CPE->RefCount++;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 771 MachineConstantPoolEntry CPE = Constants[i];
772 unsigned AlignMask = CPE.getAlignment() - 1;
774 Type *Ty = CPE.getType();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMConstantIslandPass.cpp 64 /// CPE - A constant pool entry that has been placed somewhere, which
374 const CPEntry & CPE = CPEntries[i][j];
375 AFI->recordCPEClone(i, CPE.CPI);
397 // Create the basic block to hold the CPE's.
402 // identity mapping of CPI's to CPE's.
641 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI);
642 assert(CPE && "Cannot find a corresponding CPEntry!");
643 CPE->RefCount++;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 1155 milliseconds