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());
266 unsigned Opc = Node->getMachineOpcode();
326 if (N->isMachineOpcode() && TII->get(N->getMachineOpcode()).isCall())
344 if (N->isMachineOpcode() && TII->get(N->getMachineOpcode()).isCall())
401 unsigned Opc = MainNode->getMachineOpcode();
416 TII->get(N->getMachineOpcode()).getImplicitDefs()) {
421 if (NumUsed > TII->get(N->getMachineOpcode()).getNumDefs())
505 unsigned POpc = Node->getMachineOpcode();
511 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 276 unsigned Opcode = Node->getMachineOpcode();
404 if (N->getMachineOpcode() ==
407 } else if (N->getMachineOpcode() ==
462 if (N->getMachineOpcode() ==
466 } else if (N->getMachineOpcode() ==
532 Node->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) {
734 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameSetupOpcode()) {
803 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameSetupOpcode()) {
816 SUNode->getMachineOpcode() == (unsigned)TII->getCallFrameDestroyOpcode()) {
    [all...]
InstrEmitter.cpp 115 const MCInstrDesc &II = TII->get(User->getMachineOpcode());
191 assert(Node->getMachineOpcode() != TargetOpcode::IMPLICIT_DEF &&
249 Op.getMachineOpcode() == TargetOpcode::IMPLICIT_DEF) {
432 unsigned Opc = Node->getMachineOpcode();
666 unsigned Opc = Node->getMachineOpcode();
774 const MCInstrDesc &MCID = TII->get(F->getMachineOpcode());
    [all...]
ScheduleDAGFast.cpp 252 const MCInstrDesc &MCID = TII->get(N->getMachineOpcode());
425 const MCInstrDesc &MCID = TII->get(N->getMachineOpcode());
508 const MCInstrDesc &MCID = TII->get(Node->getMachineOpcode());
SelectionDAGDumper.cpp 41 if (getMachineOpcode() < TII->getNumOpcodes())
42 return TII->getName(getMachineOpcode());
  /external/llvm/lib/CodeGen/
TargetInstrInfoImpl.cpp 522 unsigned DefClass = get(DefNode->getMachineOpcode()).getSchedClass();
525 unsigned UseClass = get(UseNode->getMachineOpcode()).getSchedClass();
537 return ItinData->getStageLatency(get(N->getMachineOpcode()).getSchedClass());
ScheduleDAG.cpp 59 return &TII->get(Node->getMachineOpcode());
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 143 inline unsigned getMachineOpcode() const;
357 /// post-isel opcodes, see getMachineOpcode.
375 /// getMachineOpcode - This may only be called if isMachineOpcode returns
378 unsigned getMachineOpcode() const {
793 inline unsigned SDValue::getMachineOpcode() const {
794 return Node->getMachineOpcode();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]
ARMISelDAGToDAG.cpp 355 const MCInstrDesc &MCID = TII->get(Use->getMachineOpcode());
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
X86ISelDAGToDAG.cpp     [all...]

Completed in 382 milliseconds