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

  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 277 bool isUse() const {
336 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineOperand.h 231 bool isUse() const {
277 return !isUndef() && (isUse() || getSubReg());
SlotIndexes.h 204 /// isUse - Return true if this is a USE slot.
205 bool isUse() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineOperand.h 359 bool isUse() const {
449 return !isUndef() && !isInternalRead() && (isUse() || getSubReg());
    [all...]
  /external/llvm/lib/Target/Hexagon/
RDFGraph.h 497 bool isUse() const {
729 static bool IsUse(const NodeAddr<NodeBase*> BA) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
RDFGraph.h 543 bool isUse() const {
803 static bool IsUse(const NodeAddr<NodeBase*> BA) {
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 2736 milliseconds