Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12069 bool IsRoundOfExtLoad = false; in combineBVOfConsecutiveLoads() local
12074 IsRoundOfExtLoad = LD->getExtensionType() == ISD::EXTLOAD; in combineBVOfConsecutiveLoads()
12077 if ((!IsRoundOfExtLoad && FirstInput.getOpcode() != ISD::LOAD) || in combineBVOfConsecutiveLoads()
12083 if (IsRoundOfExtLoad && N->getOperand(i).getOpcode() != ISD::FP_ROUND) in combineBVOfConsecutiveLoads()
12086 SDValue NextInput = IsRoundOfExtLoad ? N->getOperand(i).getOperand(0) : in combineBVOfConsecutiveLoads()
12092 IsRoundOfExtLoad ? N->getOperand(i-1).getOperand(0) : N->getOperand(i-1); in combineBVOfConsecutiveLoads()
12097 if (IsRoundOfExtLoad && LD2->getExtensionType() != ISD::EXTLOAD) in combineBVOfConsecutiveLoads()
12114 IsRoundOfExtLoad ? FirstInput.getOperand(0) : FirstInput; in combineBVOfConsecutiveLoads()
12116 IsRoundOfExtLoad ? N->getOperand(N->getNumOperands()-1).getOperand(0) : in combineBVOfConsecutiveLoads()