Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp102 for (MachineInstr::mmo_iterator MMOI = MI->memoperands_begin(), in lowerAlignmentHint() local
103 EE = MI->memoperands_end(); MMOI != EE; ++MMOI) in lowerAlignmentHint()
104 if ((*MMOI)->getAlign() < Alignment) in lowerAlignmentHint()
105 Alignment = (*MMOI)->getAlign(); in lowerAlignmentHint()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1367 auto MMOI = MI.memoperands_begin(); in extractSpillBaseRegAndOffset() local
1368 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue(); in extractSpillBaseRegAndOffset()
1993 auto MMOI = MI.memoperands_begin(); in isSpillInstruction() local
1994 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue(); in isSpillInstruction()
H A DVarLocBasedImpl.cpp1295 auto MMOI = MI.memoperands_begin(); in extractSpillBaseRegAndOffset() local
1296 const PseudoSourceValue *PVal = (*MMOI)->getPseudoValue(); in extractSpillBaseRegAndOffset()