Searched refs:DefNode (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 103 SDNode *DefNode, unsigned DefIdx, in getOperandLatency() argument 105 return PPCGenInstrInfo::getOperandLatency(ItinData, DefNode, DefIdx, in getOperandLatency()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetInstrInfo.cpp | 729 SDNode *DefNode, unsigned DefIdx, in getOperandLatency() argument 734 if (!DefNode->isMachineOpcode()) in getOperandLatency() 737 unsigned DefClass = get(DefNode->getMachineOpcode()).getSchedClass(); in getOperandLatency()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 281 SDNode *DefNode, unsigned DefIdx,
|
| H A D | ARMBaseInstrInfo.cpp | 3705 SDNode *DefNode, unsigned DefIdx, in getOperandLatency() argument 3707 if (!DefNode->isMachineOpcode()) in getOperandLatency() 3710 const MCInstrDesc &DefMCID = get(DefNode->getMachineOpcode()); in getOperandLatency() 3727 const MachineSDNode *DefMN = dyn_cast<MachineSDNode>(DefNode); in getOperandLatency() 3746 cast<ConstantSDNode>(DefNode->getOperand(2))->getZExtValue(); in getOperandLatency() 3759 cast<ConstantSDNode>(DefNode->getOperand(2))->getZExtValue(); in getOperandLatency() 3773 cast<ConstantSDNode>(DefNode->getOperand(2))->getZExtValue(); in getOperandLatency()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetInstrInfo.h | 1027 SDNode *DefNode, unsigned DefIdx,
|