Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14267 SmallVector<LoadSDNode *, 4> InputLoads; in combineBVOfConsecutiveLoads() local
14268 InputLoads.push_back(FirstLoad); in combineBVOfConsecutiveLoads()
14298 InputLoads.push_back(LD2); in combineBVOfConsecutiveLoads()
14313 LoadSDNode *LastLoad = InputLoads.back(); in combineBVOfConsecutiveLoads()
14327 for (auto *LD : InputLoads) in combineBVOfConsecutiveLoads()