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

  /external/llvm/include/llvm/CodeGen/
TargetSchedule.h 97 const MCProcResourceDesc *getProcResource(unsigned PIdx) const {
98 return SchedModel.getProcResource(PIdx);
136 int getResourceBufferSize(unsigned PIdx) const {
137 return SchedModel.getProcResource(PIdx)->BufferSize;
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 78 int PIdx = MI->findFirstPredOperandIdx();
79 return PIdx != -1 ? (ARMCC::CondCodes)MI->getOperand(PIdx).getImm()
ARMBaseRegisterInfo.cpp 741 int PIdx = MI.findFirstPredOperandIdx();
742 ARMCC::CondCodes Pred = (PIdx == -1)
743 ? ARMCC::AL : (ARMCC::CondCodes)MI.getOperand(PIdx).getImm();
744 unsigned PredReg = (PIdx == -1) ? 0 : MI.getOperand(PIdx+1).getReg();
ARMBaseInstrInfo.cpp 441 int PIdx = I->findFirstPredOperandIdx();
442 if (PIdx != -1 && I->getOperand(PIdx).getImm() != ARMCC::AL)
448 int PIdx = MI->findFirstPredOperandIdx();
449 return PIdx != -1 && MI->getOperand(PIdx).getImm() != ARMCC::AL;
464 int PIdx = MI->findFirstPredOperandIdx();
465 if (PIdx != -1) {
466 MachineOperand &PMO = MI->getOperand(PIdx);
468 MI->getOperand(PIdx+1).setReg(Pred[1].getReg())
    [all...]
Thumb1RegisterInfo.cpp 628 int PIdx = MI.findFirstPredOperandIdx();
629 if (PIdx != -1)
630 removeOperands(MI, PIdx);
ARMFrameLowering.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp     [all...]
CodeGenSchedule.h 401 void addWriteRes(Record *ProcWriteResDef, unsigned PIdx);
403 void addReadAdvance(Record *ProcReadAdvanceDef, unsigned PIdx);
FixedLenDecoderEmitter.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/llvm/lib/Target/R600/
R600InstrInfo.cpp 938 int PIdx = MI->findFirstPredOperandIdx();
945 if (PIdx != -1) {
946 MachineOperand &PMO = MI->getOperand(PIdx);
    [all...]

Completed in 376 milliseconds