Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h90 bool isFoldableLoad(const LoadInst *Ld, const Instruction *&FoldedValue);
H A DSystemZTargetTransformInfo.cpp889 isFoldableLoad(const LoadInst *Ld, const Instruction *&FoldedValue) { in isFoldableLoad() function in SystemZTTIImpl
984 if (isFoldableLoad(cast<LoadInst>(I), FoldedValue)) { in getMemoryOpCost()
1000 if (OtherLoad && isFoldableLoad(OtherLoad, FoldedValue/*dummy*/)) in getMemoryOpCost()