HomeSort by relevance Sort by last modified time
    Searched refs:CPI (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/lib/MC/
ConstantPools.cpp 74 for (ConstantPoolMapTy::iterator CPI = ConstantPools.begin(),
76 CPI != CPE; ++CPI) {
77 MCSection *Section = CPI->first;
78 ConstantPool &CP = CPI->second;
  /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/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/Target/X86/
X86InstrBuilder.h 174 addConstantPoolReference(const MachineInstrBuilder &MIB, unsigned CPI,
178 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0);
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
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...]
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMFrameLowering.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 238 unsigned getCatchPadExceptionPointerVReg(const Value *CPI,
  /external/llvm/lib/IR/
Verifier.cpp 403 void visitCatchPadInst(CatchPadInst &CPI);
405 void visitCleanupPadInst(CleanupPadInst &CPI);
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 133 for (const CatchPadInst *CPI : Handlers) {
135 Constant *TypeInfo = cast<Constant>(CPI->getArgOperand(0));
140 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue();
141 HT.Handler = CPI->getParent();
142 if (isa<ConstantPointerNull>(CPI->getArgOperand(2)))
145 HT.CatchObj.Alloca = cast<AllocaInst>(CPI->getArgOperand(2));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 516 const Value *CPI, const TargetRegisterClass *RC) {
518 auto I = CatchPadExceptionPointers.insert({CPI, 0});
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.h 743 void visitCleanupPad(const CleanupPadInst &CPI);
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
CGException.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 486 void visitCatchSwitchInst(CatchSwitchInst &CPI) {
487 markAnythingOverdefined(&CPI);
488 visitTerminatorInst(CPI);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h     [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...]

Completed in 1953 milliseconds

1 2