Home
last modified time | relevance | path

Searched refs:NumMemRefs (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineInstr.h77 uint16_t NumMemRefs; // information on memory references variable
288 mmo_iterator memoperands_end() const { return MemRefs + NumMemRefs; }
289 bool memoperands_empty() const { return NumMemRefs == 0; }
294 return NumMemRefs == 1;
899 NumMemRefs = NewMemRefsEnd - NewMemRefs;
/external/llvm/lib/CodeGen/
DMachineInstr.cpp486 NumMemRefs(0), MemRefs(0), in MachineInstr()
506 NumMemRefs(0), MemRefs(0), Parent(0) { in MachineInstr()
521 NumMemRefs(0), MemRefs(0), Parent(0), debugLoc(dl) { in MachineInstr()
537 NumMemRefs(0), MemRefs(0), Parent(0) { in MachineInstr()
553 NumMemRefs(0), MemRefs(0), Parent(0), debugLoc(dl) { in MachineInstr()
568 NumMemRefs(MI.NumMemRefs), MemRefs(MI.MemRefs), in MachineInstr()
743 uint16_t OldNumMemRefs = NumMemRefs; in addMemOperand()
745 uint16_t NewNum = NumMemRefs + 1; in addMemOperand()
752 NumMemRefs = NewNum; in addMemOperand()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp2789 unsigned NumMemRefs = 0; in SelectCodeCommon() local
2794 ++NumMemRefs; in SelectCodeCommon()
2797 ++NumMemRefs; in SelectCodeCommon()
2799 ++NumMemRefs; in SelectCodeCommon()
2804 MF->allocateMemRefsArray(NumMemRefs); in SelectCodeCommon()
2821 ->setMemRefs(MemRefs, MemRefs + NumMemRefs); in SelectCodeCommon()