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

  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 97 const MCProcResourceDesc *getProcResource(unsigned PIdx) const {
98 return SchedModel.getProcResource(PIdx);
102 const char *getResourceName(unsigned PIdx) const {
103 if (!PIdx)
105 return SchedModel.getProcResource(PIdx)->Name;
144 int getResourceBufferSize(unsigned PIdx) const {
145 return SchedModel.getProcResource(PIdx)->BufferSize;
MachineScheduler.h 704 unsigned getNextResourceCycle(unsigned PIdx, unsigned Cycles);
720 void incExecutedResources(unsigned PIdx, unsigned Count);
722 unsigned countResource(unsigned PIdx, unsigned Cycles, unsigned ReadyCycle);
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp     [all...]
CodeGenSchedule.h 423 void addWriteRes(Record *ProcWriteResDef, unsigned PIdx);
425 void addReadAdvance(Record *ProcReadAdvanceDef, unsigned PIdx);
FixedLenDecoderEmitter.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 757 int PIdx = MI.findFirstPredOperandIdx();
758 ARMCC::CondCodes Pred = (PIdx == -1)
759 ? ARMCC::AL : (ARMCC::CondCodes)MI.getOperand(PIdx).getImm();
760 unsigned PredReg = (PIdx == -1) ? 0 : MI.getOperand(PIdx+1).getReg();
ARMBaseInstrInfo.h 78 int PIdx = MI->findFirstPredOperandIdx();
79 return PIdx != -1 ? (ARMCC::CondCodes)MI->getOperand(PIdx).getImm()
Thumb1RegisterInfo.cpp 620 int PIdx = MI.findFirstPredOperandIdx();
621 if (PIdx != -1)
622 removeOperands(MI, PIdx);
ARMBaseInstrInfo.cpp 446 int PIdx = I->findFirstPredOperandIdx();
447 if (PIdx != -1 && I->getOperand(PIdx).getImm() != ARMCC::AL)
453 int PIdx = MI->findFirstPredOperandIdx();
454 return PIdx != -1 && MI->getOperand(PIdx).getImm() != ARMCC::AL;
469 int PIdx = MI->findFirstPredOperandIdx();
470 if (PIdx != -1) {
471 MachineOperand &PMO = MI->getOperand(PIdx);
473 MI->getOperand(PIdx+1).setReg(Pred[1].getReg())
    [all...]
ARMFrameLowering.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600InstrInfo.cpp 458 int PIdx = MI->findFirstPredOperandIdx();
460 if (PIdx != -1) {
461 MachineOperand &PMO = MI->getOperand(PIdx);
  /external/mesa3d/src/gallium/drivers/radeon/
R600InstrInfo.cpp 458 int PIdx = MI->findFirstPredOperandIdx();
460 if (PIdx != -1) {
461 MachineOperand &PMO = MI->getOperand(PIdx);
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 515 for (unsigned PIdx = 0; PIdx < ArgIndex; ++PIdx)
516 Ph->values()[PIdx] = CurrE;
  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 1016 int PIdx = MI->findFirstPredOperandIdx();
    [all...]

Completed in 559 milliseconds