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

  /external/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/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]

Completed in 5912 milliseconds