Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15618 SmallVector<LoadSDNode *, 4> InputLoads; in combineBVOfConsecutiveLoads() local
15619 InputLoads.push_back(FirstLoad); in combineBVOfConsecutiveLoads()
15649 InputLoads.push_back(LD2); in combineBVOfConsecutiveLoads()
15664 LoadSDNode *LastLoad = InputLoads.back(); in combineBVOfConsecutiveLoads()
15678 for (auto *LD : InputLoads) in combineBVOfConsecutiveLoads()