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

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 82 N->getMachineOpcode() == TargetOpcode::IMPLICIT_DEF))
123 const MCInstrDesc &II = TII->get(Def->getMachineOpcode());
298 unsigned Opc = Node->getMachineOpcode();
358 if (N->isMachineOpcode() && TII->get(N->getMachineOpcode()).isCall())
376 if (N->isMachineOpcode() && TII->get(N->getMachineOpcode()).isCall())
433 unsigned Opc = MainNode->getMachineOpcode();
448 TII->get(N->getMachineOpcode()).getImplicitDefs()) {
453 if (NumUsed > TII->get(N->getMachineOpcode()).getNumDefs())
537 unsigned POpc = Node->getMachineOpcode();
543 unsigned NRegDefs = SchedDAG->TII->get(Node->getMachineOpcode()).getNumDefs()
    [all...]
ResourcePriorityQueue.cpp 259 switch (SU->getNode()->getMachineOpcode()) {
262 SU->getNode()->getMachineOpcode())))
299 switch (SU->getNode()->getMachineOpcode()) {
302 SU->getNode()->getMachineOpcode()));
450 const MCInstrDesc &TID = TII->get(N->getMachineOpcode());
553 const MCInstrDesc &TID = TII->get(N->getMachineOpcode());
555 if (N->getMachineOpcode() == TargetOpcode::IMPLICIT_DEF) {
ScheduleDAGRRList.cpp 277 unsigned Opcode = Node->getMachineOpcode();
405 if (N->getMachineOpcode() ==
408 } else if (N->getMachineOpcode() ==
463 if (N->getMachineOpcode() ==
467 } else if (N->getMachineOpcode() ==
533 Node->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) {
737 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameSetupOpcode()) {
806 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameSetupOpcode()) {
819 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) {
    [all...]
ScheduleDAGFast.cpp 252 const MCInstrDesc &MCID = TII->get(N->getMachineOpcode());
425 const MCInstrDesc &MCID = TII->get(N->getMachineOpcode());
503 const MCInstrDesc &MCID = TII->get(Node->getMachineOpcode());
InstrEmitter.cpp 132 const MCInstrDesc &II = TII->get(User->getMachineOpcode());
210 assert(Node->getMachineOpcode() != TargetOpcode::IMPLICIT_DEF &&
269 Op.getMachineOpcode() == TargetOpcode::IMPLICIT_DEF) {
459 unsigned Opc = Node->getMachineOpcode();
696 unsigned Opc = Node->getMachineOpcode();
    [all...]
SelectionDAGDumper.cpp 41 if (getMachineOpcode() < TII->getNumOpcodes())
42 return TII->getName(getMachineOpcode());
  /external/llvm/lib/CodeGen/
TargetInstrInfoImpl.cpp 525 unsigned DefClass = get(DefNode->getMachineOpcode()).getSchedClass();
528 unsigned UseClass = get(UseNode->getMachineOpcode()).getSchedClass();
540 return ItinData->getStageLatency(get(N->getMachineOpcode()).getSchedClass());
ScheduleDAG.cpp 59 return &TII->get(Node->getMachineOpcode());
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 147 inline unsigned getMachineOpcode() const;
362 /// post-isel opcodes, see getMachineOpcode.
380 /// getMachineOpcode - This may only be called if isMachineOpcode returns
383 unsigned getMachineOpcode() const {
798 inline unsigned SDValue::getMachineOpcode() const {
799 return Node->getMachineOpcode();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
ARMISelDAGToDAG.cpp 349 const MCInstrDesc &MCID = TII->get(Use->getMachineOpcode());
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]

Completed in 269 milliseconds