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

/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp723 SDNode *UseNode, unsigned UseIdx) const {
731 if (!UseNode->isMachineOpcode())
733 unsigned UseClass = get(UseNode->getMachineOpcode()).getSchedClass();
721 getOperandLatency(const InstrItineraryData *ItinData, SDNode *DefNode, unsigned DefIdx, SDNode *UseNode, unsigned UseIdx) const argument
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3704 SDNode *UseNode, unsigned UseIdx) const {
3716 if (!UseNode->isMachineOpcode()) {
3724 const MCInstrDesc &UseMCID = get(UseNode->getMachineOpcode());
3728 const MachineSDNode *UseMN = dyn_cast<MachineSDNode>(UseNode);
3702 getOperandLatency(const InstrItineraryData *ItinData, SDNode *DefNode, unsigned DefIdx, SDNode *UseNode, unsigned UseIdx) const argument

Completed in 69 milliseconds