Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp876 CreateObjectFileHandler(MemoryBuffer &FirstInput, in CreateObjectFileHandler() argument
879 Expected<std::unique_ptr<Binary>> BinaryOrErr = createBinary(FirstInput); in CreateObjectFileHandler()
895 CreateFileHandler(MemoryBuffer &FirstInput, in CreateFileHandler() argument
918 return CreateObjectFileHandler(FirstInput, BundlerConfig); in CreateFileHandler()
920 return CreateObjectFileHandler(FirstInput, BundlerConfig); in CreateFileHandler()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14677 SDValue FirstInput = N->getOperand(0); in combineElementTruncationToVectorTruncation() local
14678 assert(FirstInput.getOpcode() == PPCISD::MFVSR && in combineElementTruncationToVectorTruncation()
14683 unsigned FirstConversion = FirstInput.getOperand(0).getOpcode(); in combineElementTruncationToVectorTruncation()
14691 EVT SrcVT = FirstInput.getOperand(0).getValueType(); in combineElementTruncationToVectorTruncation()
14707 if (N->getOperand(i) != FirstInput) in combineElementTruncationToVectorTruncation()
14768 SDValue FirstInput = N->getOperand(0); in combineBVOfConsecutiveLoads() local
14772 if (FirstInput.getOpcode() == ISD::FP_ROUND && in combineBVOfConsecutiveLoads()
14773 FirstInput.getOperand(0).getOpcode() == ISD::LOAD) { in combineBVOfConsecutiveLoads()
14774 FirstLoad = cast<LoadSDNode>(FirstInput.getOperand(0)); in combineBVOfConsecutiveLoads()
14778 if ((!IsRoundOfExtLoad && FirstInput.getOpcode() != ISD::LOAD) || in combineBVOfConsecutiveLoads()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2911 bool FirstInput = true; in writeOperandBundles() local
2914 if (!FirstInput) in writeOperandBundles()
2916 FirstInput = false; in writeOperandBundles()