Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 25 of 84) sorted by relevance

1234

/llvm-project/clang/test/CodeGen/
H A Dbuiltins-hexagon-circ.c6 unsigned char test1(int mod, void *start) { in test1()
13 unsigned char test2(int mod, void *start) { in test2()
20 unsigned short test3(int mod, void *start) { in test3()
27 short test4(int mod, void *start) { in test4()
34 int test5(int mod, void *start) { in test5()
41 long long test6(int mod, void *start) { in test6()
48 unsigned char test7(int mod, void *start) { in test7()
55 unsigned char test8(int mod, void *start) { in test8()
62 unsigned short test9(int mod, void *start) { in test9()
69 short test10(int mod, void *start) { in test10()
[all …]
H A Dhexagon-brev-store-elm.c9 int *brev_store_elimination_test1(int *ptr, int mod) { in brev_store_elimination_test1()
18 int brev_store_elimination_test2(int *ptr, int mod) { in brev_store_elimination_test2()
27 int brev_store_elimination_test3(int *ptr, int mod, int inc) { in brev_store_elimination_test3()
42 int brev_store_elimination_test4(int *ptr, int mod) { in brev_store_elimination_test4()
/llvm-project/flang/lib/Optimizer/Dialect/Support/
H A DFIRContext.cpp20 void fir::setTargetTriple(mlir::ModuleOp mod, llvm::StringRef triple) { in setTargetTriple() argument
26 llvm::Triple fir::getTargetTriple(mlir::ModuleOp mod) { in getTargetTriple() argument
36 void fir::setKindMapping(mlir::ModuleOp mod, fir::KindMapping &kindMap) { in setKindMapping() argument
43 fir::KindMapping fir::getKindMapping(mlir::ModuleOp mod) { in getKindMapping() argument
65 setTargetCPU(mlir::ModuleOp mod,llvm::StringRef cpu) setTargetCPU() argument
73 getTargetCPU(mlir::ModuleOp mod) getTargetCPU() argument
82 setTargetFeatures(mlir::ModuleOp mod,llvm::StringRef features) setTargetFeatures() argument
91 getTargetFeatures(mlir::ModuleOp mod) getTargetFeatures() argument
[all...]
/llvm-project/polly/lib/External/isl/imath/
H A Drsamath.c55 mp_result rsa_rsaep(mp_int msg, mp_int exp, mp_int mod, mp_int cipher) { in rsa_rsaep()
60 mp_result rsa_rsadp(mp_int cipher, mp_int exp, mp_int mod, mp_int msg) { in rsa_rsadp()
65 mp_result rsa_rsasp(mp_int msg, mp_int exp, mp_int mod, mp_int signature) { in rsa_rsasp()
70 mp_result rsa_rsavp(mp_int signature, mp_int exp, mp_int mod, mp_int msg) { in rsa_rsavp()
76 int rsa_max_message_len(mp_int mod) { in rsa_max_message_len()
139 static mp_result s_rsa_transform(mp_int msg, mp_int exp, mp_int mod, in s_rsa_transform()
/llvm-project/mlir/test/python/integration/dialects/
H A Dtransform.py57 def mod(): function
132 def mod(): global() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp58 for (const auto &mod : modules) { in OnLibraryLoaded() local
100 for (const auto &mod : modules) { OnLibraryLoaded() local
[all...]
H A Dsanitizer_win_weak_interception.cpp
H A Dsanitizer_win_dll_thunk.cpp
H A Dsanitizer_symbolizer.cpp47 void AddressInfo::FillModuleInfo(const LoadedModule &mod) { in FillModuleInfo()
/llvm-project/libc/test/UnitTest/
H A DStringUtils.h27 unsigned char mod = static_cast<unsigned char>(value) & 0xFF; global() variable
/llvm-project/llvm/tools/lto/
H A Dlto.cpp304 const char* lto_module_get_target_triple(lto_module_t mod) { in lto_module_set_target_triple() argument
308 void lto_module_set_target_triple(lto_module_t mod, const char *triple) { in lto_module_get_num_symbols() argument
312 unsigned int lto_module_get_num_symbols(lto_module_t mod) { in lto_module_get_symbol_name() argument
316 const char* lto_module_get_symbol_name(lto_module_t mod, unsigned int index) { in lto_module_get_symbol_attribute() argument
298 lto_module_dispose(lto_module_t mod) lto_module_dispose() argument
300 lto_module_get_target_triple(lto_module_t mod) lto_module_get_target_triple() argument
321 lto_module_get_linkeropts(lto_module_t mod) lto_module_get_linkeropts() argument
325 lto_module_get_macho_cputype(lto_module_t mod,unsigned int * out_cputype,unsigned int * out_cpusubtype) lto_module_get_macho_cputype() argument
374 lto_codegen_add_module(lto_code_gen_t cg,lto_module_t mod) lto_codegen_add_module() argument
378 lto_codegen_set_module(lto_code_gen_t cg,lto_module_t mod) lto_codegen_set_module() argument
514 lto_module_has_ctor_dtor(lto_module_t mod) lto_module_has_ctor_dtor() argument
588 lto_module_is_thinlto(lto_module_t mod) lto_module_is_thinlto() argument
[all...]
/llvm-project/clang/test/Modules/
H A DReachability-using.cpp12 export module mod; module
/llvm-project/flang/test/Lower/
H A Dcall-bindc.f904 module mod module
/llvm-project/clang/test/CXX/module/module.private.frag/
H A Dp1.cpp22 export module mod; module
/llvm-project/clang/test/CodeGenCXX/
H A Dpartitions.cpp35 export module mod; module
/llvm-project/compiler-rt/lib/stats/
H A Dstats.cpp65 const LoadedModule *mod = Symbolizer::GetOrInit()->FindModuleForAddress( in WriteModuleReport() local
86 unsigned __sanitizer_stats_register(StatModule **mod) { in __sanitizer_stats_register()
H A Dstats_client.cpp65 extern "C" void __sanitizer_stat_init(StatModule *mod) { in __sanitizer_stat_init()
/llvm-project/flang/lib/Optimizer/Transforms/
H A DPolymorphicOpConversion.cpp226 mlir::ModuleOp mod = getOperation(); runOnOperation() local
261 auto mod = selectType.getOperation()->getParentOfType<mlir::ModuleOp>(); matchAndRewrite() local
347 genTypeLadderStep(mlir::Location loc,mlir::Value selector,mlir::Attribute attr,mlir::Block * dest,std::optional<mlir::ValueRange> destOps,mlir::ModuleOp mod,mlir::PatternRewriter & rewriter,fir::KindMapping & kindMap) const genTypeLadderStep() argument
429 genTypeDescCompare(mlir::Location loc,mlir::Value selector,mlir::Type ty,mlir::ModuleOp mod,mlir::PatternRewriter & rewriter) const genTypeDescCompare() argument
[all...]
/llvm-project/flang/test/Semantics/
H A Dtest_modfile.py62 mod = Path(tmpdir).joinpath(mod) variable
/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp
H A Dasan_win_dynamic_runtime_thunk.cpp69 asan_thread_init(void * mod,unsigned long reason,void * reserved) asan_thread_init() argument
/llvm-project/mlir/lib/Dialect/LLVMIR/Transforms/
H A DAddComdats.cpp48 ModuleOp mod = getOperation(); in runOnOperation() local
/llvm-project/flang/unittests/Optimizer/
H A DFIRContextTest.cpp38 mlir::ModuleOp mod; global() member
[all...]
/llvm-project/llvm/examples/BrainF/
H A DBrainFDriver.cpp70 void addMainFunction(Module *mod) { in addMainFunction() argument
/llvm-project/flang/tools/tco/
H A Dtco.cpp72 printModule(mlir::ModuleOp mod,raw_ostream & output) printModule() argument

1234