Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-tli-checker/
HDllvm-tli-checker.cpp145 for (auto &TLIName : TLINames) { in dump() local
146 outs() << (TLIName.second ? " " : "not ") in dump()
147 << "available: " << getPrintableName(TLIName.first) << '\n'; in dump()
322 for (auto &TLIName : TLINames) { in main() local
323 bool TLIHas = TLIName.second; in main()
324 bool SDKHas = SDKNames.count(TLIName.first) == 1; in main()
339 << YesNo[SDKHas] << ": " << getPrintableName(TLIName.first) in main()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDReplaceWithVeclib.cpp49 const StringRef TLIName, in getTLIFunction() argument
51 Function *TLIFunc = M->getFunction(TLIName); in getTLIFunction()
54 Function::Create(VectorFTy, Function::ExternalLinkage, TLIName, *M); in getTLIFunction()
59 << TLIName << "` of type `" << *(TLIFunc->getType()) in getTLIFunction()
66 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Adding `" << TLIName in getTLIFunction()