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

  /external/autotest/client/profilers/cpistat/
cpistat 79 CPI = cycles * 1.0/instructions
80 print ('cycles: %12lu, instructions: %12lu, CPI: %2.4f'
81 % (cycles, instructions, CPI))
  /external/clang/lib/CodeGen/
CGCleanup.cpp     [all...]
CGException.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMConstantIslandPass.cpp 215 unsigned CPI;
217 CPEntry(MachineInstr *cpemi, unsigned cpi, unsigned rc = 0)
218 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
290 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
297 bool decrementCPEReferenceCount(unsigned CPI, MachineInstr* CPEMI);
506 AFI->recordCPEClone(i, CPE.CPI);
550 // identity mapping of CPI's to CPE's.
580 DEBUG(dbgs() << "Moved CPI#" << i << " to end of function, size = "
672 *ARMConstantIslands::findConstPoolEntry(unsigned CPI,
    [all...]
ARMFrameLowering.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 311 unsigned CPI;
313 CPEntry(MachineInstr *cpemi, unsigned cpi, unsigned rc = 0)
314 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
379 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
395 bool decrementCPEReferenceCount(unsigned CPI, MachineInstr* CPEMI);
560 // identity mapping of CPI's to CPE's.
591 DEBUG(dbgs() << "Moved CPI#" << i << " to end of function, size = "
618 *MipsConstantIslands::findConstPoolEntry(unsigned CPI,
620 std::vector<CPEntry> &CPEs = CPEntries[CPI];
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 398 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align);
401 ADRPReg).addConstantPoolIndex(CPI, 0, AArch64II::MO_PAGE);
407 .addConstantPoolIndex(CPI, 0, AArch64II::MO_PAGEOFF | AArch64II::MO_NC);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp 403 void visitCatchPadInst(CatchPadInst &CPI);
405 void visitCleanupPadInst(CleanupPadInst &CPI);
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 2549 milliseconds