Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DJob.cpp149 bool FirstInput = true; in buildArgvForResponseFile() local
153 } else if (FirstInput) { in buildArgvForResponseFile()
154 FirstInput = false; in buildArgvForResponseFile()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp776 CreateObjectFileHandler(MemoryBuffer &FirstInput) { in CreateObjectFileHandler() argument
778 Expected<std::unique_ptr<Binary>> BinaryOrErr = createBinary(FirstInput); in CreateObjectFileHandler()
793 CreateFileHandler(MemoryBuffer &FirstInput) { in CreateFileHandler() argument
811 return CreateObjectFileHandler(FirstInput); in CreateFileHandler()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13608 SDValue FirstInput = N->getOperand(0); in combineElementTruncationToVectorTruncation() local
13609 assert(FirstInput.getOpcode() == PPCISD::MFVSR && in combineElementTruncationToVectorTruncation()
13614 unsigned FirstConversion = FirstInput.getOperand(0).getOpcode(); in combineElementTruncationToVectorTruncation()
13622 EVT SrcVT = FirstInput.getOperand(0).getValueType(); in combineElementTruncationToVectorTruncation()
13638 if (N->getOperand(i) != FirstInput) in combineElementTruncationToVectorTruncation()
13699 SDValue FirstInput = N->getOperand(0); in combineBVOfConsecutiveLoads() local
13702 if (FirstInput.getOpcode() == ISD::FP_ROUND && in combineBVOfConsecutiveLoads()
13703 FirstInput.getOperand(0).getOpcode() == ISD::LOAD) { in combineBVOfConsecutiveLoads()
13704 LoadSDNode *LD = dyn_cast<LoadSDNode>(FirstInput.getOperand(0)); in combineBVOfConsecutiveLoads()
13708 if ((!IsRoundOfExtLoad && FirstInput.getOpcode() != ISD::LOAD) || in combineBVOfConsecutiveLoads()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2789 bool FirstInput = true; in writeOperandBundles() local
2791 if (!FirstInput) in writeOperandBundles()
2793 FirstInput = false; in writeOperandBundles()