HomeSort by: relevance | last modified time | path
    Searched refs:BundleList (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceFileWriter.h 114 std::vector<BundleKey> BundleList;
ResourceFileWriter.cpp 489 StringTableData.BundleList.push_back(Key);
1285 for (auto Key : StringTableData.BundleList) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCoroutine.cpp 384 SmallVector<llvm::OperandBundleDef, 1> BundleList;
387 BundleList.emplace_back("funclet", EHPad);
389 return BundleList;
CGCleanup.cpp 1323 SmallVector<llvm::OperandBundleDef, 1> BundleList =
1326 BundleList.emplace_back("funclet", CGF.CurrentFuncletPad);
1327 CGF.Builder.CreateInvoke(SehCppScope, Cont, InvokeDest, None, BundleList);
CGCall.cpp 4389 SmallVector<llvm::OperandBundleDef, 1> BundleList;
4393 return BundleList;
4398 return BundleList;
4400 BundleList.emplace_back("funclet", CurrentFuncletPad);
4401 return BundleList;
4417 SmallVector<llvm::OperandBundleDef, 1> BundleList =
4426 BundleList);
4430 llvm::CallInst *call = Builder.CreateCall(callee, args, BundleList);
4460 SmallVector<llvm::OperandBundleDef, 1> BundleList =
4465 Inst = Builder.CreateCall(Callee, Args, BundleList, Name)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 2757 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) {
2764 if (!BundleList.empty() &&
2789 BundleList.emplace_back(std::move(Tag), std::move(Inputs));
2794 if (BundleList.empty())
6552 SmallVector<OperandBundleDef, 2> BundleList;
6561 parseOptionalOperandBundles(BundleList, PFS) ||
6627 InvokeInst::Create(Ty, Callee, NormalBB, UnwindBB, Args, BundleList);
6861 SmallVector<OperandBundleDef, 2> BundleList;
6869 parseOptionalOperandBundles(BundleList, PFS) ||
6954 BundleList);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLParser.h 504 parseOptionalOperandBundles(SmallVectorImpl<OperandBundleDef> &BundleList,

Completed in 26 milliseconds