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

/external/llvm/lib/CodeGen/
H A DTargetInstrInfoImpl.cpp515 SDNode *UseNode, unsigned UseIdx) const {
523 if (!UseNode->isMachineOpcode())
525 unsigned UseClass = get(UseNode->getMachineOpcode()).getSchedClass();
513 getOperandLatency(const InstrItineraryData *ItinData, SDNode *DefNode, unsigned DefIdx, SDNode *UseNode, unsigned UseIdx) const argument
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2702 SDNode *UseNode, unsigned UseIdx) const {
2714 if (!UseNode->isMachineOpcode()) {
2722 const MCInstrDesc &UseMCID = get(UseNode->getMachineOpcode());
2726 const MachineSDNode *UseMN = dyn_cast<MachineSDNode>(UseNode);
2700 getOperandLatency(const InstrItineraryData *ItinData, SDNode *DefNode, unsigned DefIdx, SDNode *UseNode, unsigned UseIdx) const argument

Completed in 89 milliseconds