Home
last modified time | relevance | path

Searched refs:setContext (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DArchiveYAML.cpp21 IO.setContext(&A); in mapping()
26 IO.setContext(nullptr); in mapping()
H A DOffloadYAML.cpp49 IO.setContext(&O); in mapping()
56 IO.setContext(nullptr); in mapping()
H A DMachOYAML.cpp102 IO.setContext(&Object); in mapping()
123 IO.setContext(nullptr); in mapping()
146 IO.setContext(&UniversalBinary); in mapping()
154 IO.setContext(nullptr); in mapping()
H A DDWARFYAML.cpp94 IO.setContext(&DWARFCtx); in mapping()
110 IO.setContext(OldContext); in mapping()
H A DXCOFFYAML.cpp349 IO.setContext(&Obj); in mapping()
356 IO.setContext(nullptr); in mapping()
H A DWasmYAML.cpp38 IO.setContext(&Object); in mapping()
42 IO.setContext(nullptr); in mapping()
H A DCOFFYAML.cpp503 IO.setContext(static_cast<void *>(&H)); in mapping()
H A DELFYAML.cpp1890 IO.setContext(&Object); in mapping()
1904 IO.setContext(nullptr); in mapping()
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp1507 int setContext(int DeviceId) { in setContext() function in __anondfa3b3cd0111::DeviceRTLTy
1605 if (DeviceRTL.setContext(DeviceId) != OFFLOAD_SUCCESS) in __tgt_rtl_load_binary()
1615 if (DeviceRTL.setContext(DeviceId) != OFFLOAD_SUCCESS) in __tgt_rtl_data_alloc()
1641 if (DeviceRTL.setContext(DeviceId) != OFFLOAD_SUCCESS) in __tgt_rtl_data_submit_async()
1667 if (DeviceRTL.setContext(DeviceId) != OFFLOAD_SUCCESS) in __tgt_rtl_data_retrieve_async()
1680 if (DeviceRTL.setContext(SrcDevId) != OFFLOAD_SUCCESS) in __tgt_rtl_data_exchange_async()
1705 if (DeviceRTL.setContext(DeviceId) != OFFLOAD_SUCCESS) in __tgt_rtl_data_delete()
1735 if (DeviceRTL.setContext(DeviceId) != OFFLOAD_SUCCESS) in __tgt_rtl_run_target_team_region_async()
1793 if (DeviceRTL.setContext(DeviceId) != OFFLOAD_SUCCESS) in __tgt_rtl_create_event()
1828 if (DeviceRTL.setContext(DeviceId) != OFFLOAD_SUCCESS) in __tgt_rtl_destroy_event()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProf.h512 setContext(Context, CState);
533 setContext(Context, CState);
623 void setContext(SampleContextFrames Context,
1114 void setContext(const SampleContext &FContext) { Context = FContext; }
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp473 FProfile.setContext(Context); in getTopLevelFunctionProfile()
618 Ret.first->second.setContext(Context); in getLeafProfileAndAddTotalSamples()
955 NewProfile.getContext().setContext(NewContext); in convertToProfileMap()
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DLibcTest.cpp178 T->setContext(&Ctx); in runTests()
H A DLibcTest.h66 void setContext(RunContext *C) { Ctx = C; } in setContext() function
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp288 Io.setContext(&Context); in mapping()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProf.cpp396 FProfile.setContext(FContext); in trimAndMergeColdContextProfiles()
H A DSampleProfReader.cpp284 FProfile.setContext(FContext); in readImpl()
599 FProfile.setContext(*FContext); in readFuncProfile()
/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp252 S.setContext(NewContext); in importContext()
/llvm-project-15.0.7/llvm/lib/Support/
H A DYAMLTraits.cpp46 void IO::setContext(void *Context) { in setContext() function in IO
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h2441 void setContext(isl::set NewContext);
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp189 In.setContext(&In); in MIRParserImpl()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp1437 scop->setContext(newContext); in addUserAssumptions()
2681 scop->setContext(newContext); in addUserContext()
H A DScopInfo.cpp1353 void Scop::setContext(isl::set NewContext) { in setContext() function in Scop
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp1738 Input.setContext(Style); in parseConfiguration()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp967 void setContext(DeclContext *DC) { getTopOfStack().Context = DC; } in setContext() function in __anon296aa5740111::DSAStackTy
4557 DSAStack->setContext(CurContext); in ActOnOpenMPRegionStart()