HomeSort by relevance Sort by last modified time
    Searched defs:isTargetOpcode (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h 141 inline bool isTargetOpcode() const;
360 /// isTargetOpcode - Test if this node has a target-specific opcode (in the
362 bool isTargetOpcode() const { return NodeType >= ISD::BUILTIN_OP_END; }
784 inline bool SDValue::isTargetOpcode() const {
785 return Node->isTargetOpcode();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 168 inline bool isTargetOpcode() const;
465 bool isTargetOpcode() const { return NodeType >= ISD::BUILTIN_OP_END; }
883 inline bool SDValue::isTargetOpcode() const {
884 return Node->isTargetOpcode();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 188 inline bool isTargetOpcode() const;
629 bool isTargetOpcode() const { return NodeType >= ISD::BUILTIN_OP_END; }
    [all...]

Completed in 49 milliseconds