Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h125 bool isFoldableLoad(const LoadInst *Ld,
H A DSystemZTargetTransformInfo.cpp1215 bool SystemZTTIImpl::isFoldableLoad(const LoadInst *Ld, in isFoldableLoad() function in SystemZTTIImpl
1318 if (isFoldableLoad(cast<LoadInst>(I), FoldedValue)) { in getMemoryOpCost()
1334 if (OtherLoad && isFoldableLoad(OtherLoad, FoldedValue/*dummy*/)) in getMemoryOpCost()