HomeSort by relevance Sort by last modified time
    Searched refs:getNextOperandForReg (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRegisterInfo.h 382 Op = Op->getNextOperandForReg();
388 Op = Op->getNextOperandForReg();
MachineOperand.h 280 /// getNextOperandForReg - Return the next MachineOperand in the function that
282 MachineOperand *getNextOperandForReg() const {
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 92 static MachineOperand *getNextOperandForReg(const MachineOperand *MO) {
235 // Make it a friend so it can access getNextOperandForReg().
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 124 static MachineOperand *getNextOperandForReg(const MachineOperand *MO) {
272 // Make it a friend so it can access getNextOperandForReg().
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocFast.cpp 198 while ((Next = Next->getNextOperandForReg()))
    [all...]

Completed in 407 milliseconds