Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp155 bool FirstInput = true; in buildArgvForResponseFile() local
159 } else if (FirstInput) { in buildArgvForResponseFile()
160 FirstInput = false; in buildArgvForResponseFile()
H A DOffloadBundler.cpp818 CreateObjectFileHandler(MemoryBuffer &FirstInput, in CreateObjectFileHandler() argument
821 Expected<std::unique_ptr<Binary>> BinaryOrErr = createBinary(FirstInput); in CreateObjectFileHandler()
837 CreateFileHandler(MemoryBuffer &FirstInput, in CreateFileHandler() argument
860 return CreateObjectFileHandler(FirstInput, BundlerConfig); in CreateFileHandler()
862 return CreateObjectFileHandler(FirstInput, BundlerConfig); in CreateFileHandler()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14464 SDValue FirstInput = N->getOperand(0); in combineElementTruncationToVectorTruncation() local
14465 assert(FirstInput.getOpcode() == PPCISD::MFVSR && in combineElementTruncationToVectorTruncation()
14494 if (N->getOperand(i) != FirstInput) in combineElementTruncationToVectorTruncation()
14555 SDValue FirstInput = N->getOperand(0); in combineBVOfConsecutiveLoads() local
14559 if (FirstInput.getOpcode() == ISD::FP_ROUND && in combineBVOfConsecutiveLoads()
14570 FirstLoad = cast<LoadSDNode>(FirstInput); in combineBVOfConsecutiveLoads()
14827 SDValue FirstInput = N->getOperand(0); in DAGCombineBuildVector() local
14828 if (FirstInput.getOpcode() == PPCISD::MFVSR) { in DAGCombineBuildVector()
14864 if (FirstInput.getOpcode() != ISD::SINT_TO_FP && in DAGCombineBuildVector()
14865 FirstInput.getOpcode() != ISD::UINT_TO_FP) in DAGCombineBuildVector()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2821 bool FirstInput = true; in writeOperandBundles() local
2824 if (!FirstInput) in writeOperandBundles()
2826 FirstInput = false; in writeOperandBundles()