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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h147 inline unsigned getMachineOpcode() const;
362 /// post-isel opcodes, see getMachineOpcode.
380 /// getMachineOpcode - This may only be called if isMachineOpcode returns
383 unsigned getMachineOpcode() const { function in class:llvm::SDNode
798 inline unsigned SDValue::getMachineOpcode() const { function in class:llvm::SDNode::SDValue
799 return Node->getMachineOpcode();

Completed in 46 milliseconds