Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DJob.cpp149 bool FirstInput = true; in buildArgvForResponseFile() local
153 } else if (FirstInput) { in buildArgvForResponseFile()
154 FirstInput = false; in buildArgvForResponseFile()
/llvm-project-15.0.7/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp871 CreateObjectFileHandler(MemoryBuffer &FirstInput) { in CreateObjectFileHandler() argument
873 Expected<std::unique_ptr<Binary>> BinaryOrErr = createBinary(FirstInput); in CreateObjectFileHandler()
888 CreateFileHandler(MemoryBuffer &FirstInput) { in CreateFileHandler() argument
906 return CreateObjectFileHandler(FirstInput); in CreateFileHandler()
908 return CreateObjectFileHandler(FirstInput); in CreateFileHandler()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14017 SDValue FirstInput = N->getOperand(0); in combineElementTruncationToVectorTruncation() local
14018 assert(FirstInput.getOpcode() == PPCISD::MFVSR && in combineElementTruncationToVectorTruncation()
14047 if (N->getOperand(i) != FirstInput) in combineElementTruncationToVectorTruncation()
14108 SDValue FirstInput = N->getOperand(0); in combineBVOfConsecutiveLoads() local
14111 if (FirstInput.getOpcode() == ISD::FP_ROUND && in combineBVOfConsecutiveLoads()
14154 IsRoundOfExtLoad ? FirstInput.getOperand(0) : FirstInput; in combineBVOfConsecutiveLoads()
14372 SDValue FirstInput = N->getOperand(0); in DAGCombineBuildVector() local
14373 if (FirstInput.getOpcode() == PPCISD::MFVSR) { in DAGCombineBuildVector()
14409 if (FirstInput.getOpcode() != ISD::SINT_TO_FP && in DAGCombineBuildVector()
14410 FirstInput.getOpcode() != ISD::UINT_TO_FP) in DAGCombineBuildVector()
[all …]
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp2736 bool FirstInput = true; in writeOperandBundles() local
2739 if (!FirstInput) in writeOperandBundles()
2741 FirstInput = false; in writeOperandBundles()