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.cpp3368 SDNode *DefNode, unsigned DefIdx,
3370 if (!DefNode->isMachineOpcode())
3373 const MCInstrDesc &DefMCID = get(DefNode->getMachineOpcode());
3390 const MachineSDNode *DefMN = dyn_cast<MachineSDNode>(DefNode);
3408 cast<ConstantSDNode>(DefNode->getOperand(2))->getZExtValue();
3421 cast<ConstantSDNode>(DefNode->getOperand(2))->getZExtValue();
3435 cast<ConstantSDNode>(DefNode->getOperand(2))->getZExtValue();
3367 getOperandLatency(const InstrItineraryData *ItinData, SDNode *DefNode, unsigned DefIdx, SDNode *UseNode, unsigned UseIdx) const argument

Completed in 2668 milliseconds