Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp306 std::vector<ffi_type *> ArgsTypes(ArgNum, &ffi_type_pointer); in __tgt_rtl_run_target_team_region() local
316 &ffi_type_void, &ArgsTypes[0]); in __tgt_rtl_run_target_team_region()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp476 SmallVector<Type *, 8> ArgsTypes({__VA_ARGS__}); \ in initializeRuntimeFunctions()
479 if (declMatchesRTFTypes(F, OMPBuilder._ReturnType, ArgsTypes)) { \ in initializeRuntimeFunctions()
486 RFI.ArgumentTypes = std::move(ArgsTypes); \ in initializeRuntimeFunctions()