Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp12950 SDValue FirstInput = N->getOperand(0); in combineElementTruncationToVectorTruncation() local
12951 assert(FirstInput.getOpcode() == PPCISD::MFVSR && in combineElementTruncationToVectorTruncation()
12956 unsigned FirstConversion = FirstInput.getOperand(0).getOpcode(); in combineElementTruncationToVectorTruncation()
12964 EVT SrcVT = FirstInput.getOperand(0).getValueType(); in combineElementTruncationToVectorTruncation()
12980 if (N->getOperand(i) != FirstInput) in combineElementTruncationToVectorTruncation()
13041 SDValue FirstInput = N->getOperand(0); in combineBVOfConsecutiveLoads() local
13044 if (FirstInput.getOpcode() == ISD::FP_ROUND && in combineBVOfConsecutiveLoads()
13045 FirstInput.getOperand(0).getOpcode() == ISD::LOAD) { in combineBVOfConsecutiveLoads()
13046 LoadSDNode *LD = dyn_cast<LoadSDNode>(FirstInput.getOperand(0)); in combineBVOfConsecutiveLoads()
13050 if ((!IsRoundOfExtLoad && FirstInput.getOpcode() != ISD::LOAD) || in combineBVOfConsecutiveLoads()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp2565 bool FirstInput = true; in writeOperandBundles() local
2567 if (!FirstInput) in writeOperandBundles()
2569 FirstInput = false; in writeOperandBundles()