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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRegisterInfo.h 145 /// use_empty - Return true if there are no instructions using the specified
147 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } function in class:llvm::MachineRegisterInfo
SelectionDAGNodes.h 155 /// use_empty - Return true if there are no nodes using value ResNo
158 inline bool use_empty() const;
389 /// use_empty - Return true if there are no uses of this node.
391 bool use_empty() const { return UseList == NULL; } function in class:llvm::SDNode
396 return !use_empty() && llvm::next(use_begin()) == use_end();
796 inline bool SDValue::use_empty() const { function in class:llvm::SDNode::SDValue
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Value.h 156 bool use_empty() const { return UseList == 0; } function in class:llvm::Value
  /external/llvm/include/llvm/IR/
Value.h 289 bool use_empty() const { function
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Value.h 322 bool use_empty() const { function
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Value.h 298 bool use_empty() const { function
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 446 /// use_empty - Return true if there are no instructions using the specified
448 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } function in class:llvm::MachineRegisterInfo
    [all...]
SelectionDAGNodes.h 185 inline bool use_empty() const;
506 bool use_empty() const { return UseList == nullptr; } function in class:llvm::SDNode
510 return !use_empty() && std::next(use_begin()) == use_end();
898 inline bool SDValue::use_empty() const { function in class:llvm::SDValue
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 495 /// use_empty - Return true if there are no instructions using the specified
497 bool use_empty(unsigned RegNo) const { return use_begin(RegNo) == use_end(); } function in class:llvm::MachineRegisterInfo
    [all...]
SelectionDAGNodes.h 207 inline bool use_empty() const;
697 bool use_empty() const { return UseList == nullptr; } function in class:llvm::SDNode
701 return !use_empty() && std::next(use_begin()) == use_end();
1145 inline bool SDValue::use_empty() const { function in class:llvm::SDValue
    [all...]

Completed in 697 milliseconds