Home
last modified time | relevance | path

Searched refs:getNextOperandForReg (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h92 static MachineOperand *getNextOperandForReg(const MachineOperand *MO) { in getNextOperandForReg() function
849 Op = getNextOperandForReg(Op); in advance()
863 Op = getNextOperandForReg(Op); in advance()
951 Op = getNextOperandForReg(Op); in advance()
965 Op = getNextOperandForReg(Op); in advance()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h124 static MachineOperand *getNextOperandForReg(const MachineOperand *MO) { in getNextOperandForReg() function
970 Op = getNextOperandForReg(Op); in advance()
984 Op = getNextOperandForReg(Op); in advance()
1076 Op = getNextOperandForReg(Op); in advance()
1090 Op = getNextOperandForReg(Op); in advance()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRegisterInfo.h382 Op = Op->getNextOperandForReg();
388 Op = Op->getNextOperandForReg();
DMachineOperand.h282 MachineOperand *getNextOperandForReg() const { in getNextOperandForReg() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocFast.cpp198 while ((Next = Next->getNextOperandForReg())) in isLastUseOfLocalReg()