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

/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp575 SDNode *DefNode, unsigned DefIdx,
580 if (!DefNode->isMachineOpcode())
583 unsigned DefClass = get(DefNode->getMachineOpcode()).getSchedClass();
574 getOperandLatency(const InstrItineraryData *ItinData, SDNode *DefNode, unsigned DefIdx, SDNode *UseNode, unsigned UseIdx) const argument
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3373 SDNode *DefNode, unsigned DefIdx,
3375 if (!DefNode->isMachineOpcode())
3378 const MCInstrDesc &DefMCID = get(DefNode->getMachineOpcode());
3395 const MachineSDNode *DefMN = dyn_cast<MachineSDNode>(DefNode);
3413 cast<ConstantSDNode>(DefNode->getOperand(2))->getZExtValue();
3426 cast<ConstantSDNode>(DefNode->getOperand(2))->getZExtValue();
3440 cast<ConstantSDNode>(DefNode->getOperand(2))->getZExtValue();
3372 getOperandLatency(const InstrItineraryData *ItinData, SDNode *DefNode, unsigned DefIdx, SDNode *UseNode, unsigned UseIdx) const argument

Completed in 106 milliseconds