HomeSort by: relevance | last modified time | path
    Searched defs:getMachineOpcode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 210 inline unsigned getMachineOpcode() const;
620 /// post-isel opcodes, see getMachineOpcode.
678 unsigned getMachineOpcode() const {
1145 inline unsigned SDValue::getMachineOpcode() const {
1146 return Node->getMachineOpcode();
SelectionDAGNodes.h 210 inline unsigned getMachineOpcode() const;
620 /// post-isel opcodes, see getMachineOpcode.
678 unsigned getMachineOpcode() const {
1145 inline unsigned SDValue::getMachineOpcode() const {
1146 return Node->getMachineOpcode();

Completed in 45 milliseconds