Searched refs:isOnRegUseList (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp201 assert(!MO->isOnRegUseList() && "Already on list");
240 assert(MO->isOnRegUseList() && "Operand not on use list");
H A DMachineInstr.cpp120 if (!isReg() || !isOnRegUseList())
203 // Ensure isOnRegUseList() returns false.
836 // Ensure isOnRegUseList() returns false, regardless of Op's status.
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h744 /// isOnRegUseList - Return true if this operand is on a register use/def list
747 bool isOnRegUseList() const {
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineOperand.h579 /// isOnRegUseList - Return true if this operand is on a register use/def list
582 bool isOnRegUseList() const { function in class:llvm::MachineOperand
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineInstr.cpp86 assert(isOnRegUseList() && "Reg operand is not on a use list");
572 assert((!Operands[i].isReg() || !Operands[i].isOnRegUseList()) &&
691 if (Operands.back().isReg() && Operands.back().isOnRegUseList())

Completed in 127 milliseconds