Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1133 LoadInst *OtherLoad = dyn_cast<LoadInst>(OtherOp); in getMemoryOpCost() local
1134 if (!OtherLoad && in getMemoryOpCost()
1137 OtherLoad = dyn_cast<LoadInst>(OtherOp->getOperand(0)); in getMemoryOpCost()
1138 if (OtherLoad && isFoldableLoad(OtherLoad, FoldedValue/*dummy*/)) in getMemoryOpCost()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstore-narrow.ll207 %OtherLoad = load i32 , ptr%P2
214 ret i32 %OtherLoad