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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h184 inline unsigned getMachineOpcode() const;
400 /// post-isel opcodes, see getMachineOpcode.
418 /// getMachineOpcode - This may only be called if isMachineOpcode returns
421 unsigned getMachineOpcode() const { function in class:llvm::SDNode
904 inline unsigned SDValue::getMachineOpcode() const { function in class:llvm::SDValue
905 return Node->getMachineOpcode();

Completed in 1111 milliseconds