Searched defs:DefNode (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTargetInstrInfoImpl.cpp517 SDNode *DefNode, unsigned DefIdx,
522 if (!DefNode->isMachineOpcode())
525 unsigned DefClass = get(DefNode->getMachineOpcode()).getSchedClass();
516 getOperandLatency(const InstrItineraryData *ItinData, SDNode *DefNode, unsigned DefIdx, SDNode *UseNode, unsigned UseIdx) const argument
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3003 SDNode *DefNode, unsigned DefIdx,
3005 if (!DefNode->isMachineOpcode())
3008 const MCInstrDesc &DefMCID = get(DefNode->getMachineOpcode());
3025 const MachineSDNode *DefMN = dyn_cast<MachineSDNode>(DefNode);
3043 cast<ConstantSDNode>(DefNode->getOperand(2))->getZExtValue();
3056 cast<ConstantSDNode>(DefNode->getOperand(2))->getZExtValue();
3002 getOperandLatency(const InstrItineraryData *ItinData, SDNode *DefNode, unsigned DefIdx, SDNode *UseNode, unsigned UseIdx) const argument

Completed in 22 milliseconds