Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dmachinesink-debug-inv-0.mir6 # the pass examines MemOperands the IR is required for the original bug to
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1071 SmallVector<MachineMemOperand *, 2> MemOperands; in parse() local
1078 MemOperands.push_back(MemOp); in parse()
1119 if (!MemOperands.empty()) in parse()
1120 MI->setMemRefs(MF, MemOperands); in parse()