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.cpp14785 SmallVector<LoadSDNode *, 4> InputLoads; in combineBVOfConsecutiveLoads() local
14786 InputLoads.push_back(FirstLoad); in combineBVOfConsecutiveLoads()
14816 InputLoads.push_back(LD2); in combineBVOfConsecutiveLoads()
14831 LoadSDNode *LastLoad = InputLoads.back(); in combineBVOfConsecutiveLoads()
14845 for (auto *LD : InputLoads) in combineBVOfConsecutiveLoads()