Home
last modified time | relevance | path

Searched refs:UseNode (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h104 SDNode *UseNode, unsigned UseIdx) const override { in getOperandLatency() argument
106 UseNode, UseIdx); in getOperandLatency()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp730 SDNode *UseNode, unsigned UseIdx) const { in getOperandLatency() argument
738 if (!UseNode->isMachineOpcode()) in getOperandLatency()
740 unsigned UseClass = get(UseNode->getMachineOpcode()).getSchedClass(); in getOperandLatency()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h282 SDNode *UseNode, unsigned UseIdx) const override;
H A DARMBaseInstrInfo.cpp3706 SDNode *UseNode, unsigned UseIdx) const { in getOperandLatency() argument
3718 if (!UseNode->isMachineOpcode()) { in getOperandLatency()
3726 const MCInstrDesc &UseMCID = get(UseNode->getMachineOpcode()); in getOperandLatency()
3730 const MachineSDNode *UseMN = dyn_cast<MachineSDNode>(UseNode); in getOperandLatency()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrInfo.h1028 SDNode *UseNode, unsigned UseIdx) const;