Home
last modified time | relevance | path

Searched refs:NewNum (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp727 size_t NewNum = (MemRefsEnd - MemRefs) + 1; in addMemOperand() local
728 mmo_iterator NewMemRefs = MF.allocateMemRefsArray(NewNum); in addMemOperand()
729 mmo_iterator NewMemRefsEnd = NewMemRefs + NewNum; in addMemOperand()
732 NewMemRefs[NewNum - 1] = MO; in addMemOperand()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp895 unsigned NewNum = NumMemRefs + 1; in addMemOperand() local
896 mmo_iterator NewMemRefs = MF.allocateMemRefsArray(NewNum); in addMemOperand()
899 NewMemRefs[NewNum - 1] = MO; in addMemOperand()
900 setMemRefs(NewMemRefs, NewMemRefs + NewNum); in addMemOperand()