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.h116 bool isFoldableLoad(const LoadInst *Ld, const Instruction *&FoldedValue);
H A DSystemZTargetTransformInfo.cpp1071 isFoldableLoad(const LoadInst *Ld, const Instruction *&FoldedValue) { in isFoldableLoad() function in SystemZTTIImpl
1173 if (isFoldableLoad(cast<LoadInst>(I), FoldedValue)) { in getMemoryOpCost()
1189 if (OtherLoad && isFoldableLoad(OtherLoad, FoldedValue/*dummy*/)) in getMemoryOpCost()