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

/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp703 SDNode *UseNode, unsigned UseIdx) const {
711 if (!UseNode->isMachineOpcode())
713 unsigned UseClass = get(UseNode->getMachineOpcode()).getSchedClass();
701 getOperandLatency(const InstrItineraryData *ItinData, SDNode *DefNode, unsigned DefIdx, SDNode *UseNode, unsigned UseIdx) const argument
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3590 SDNode *UseNode, unsigned UseIdx) const {
3602 if (!UseNode->isMachineOpcode()) {
3610 const MCInstrDesc &UseMCID = get(UseNode->getMachineOpcode());
3614 const MachineSDNode *UseMN = dyn_cast<MachineSDNode>(UseNode);
3588 getOperandLatency(const InstrItineraryData *ItinData, SDNode *DefNode, unsigned DefIdx, SDNode *UseNode, unsigned UseIdx) const argument

Completed in 375 milliseconds