Home
last modified time | relevance | path

Searched refs:mods (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/libunwind/src/
H A DAddressSpace.hpp546 HMODULE mods[1024]; in findUnwindSections()
550 if (!EnumProcessModules(process, mods, sizeof(mods), &needed)) { in findUnwindSections()
559 PIMAGE_DOS_HEADER pidh = (PIMAGE_DOS_HEADER)mods[i]; in findUnwindSections()
566 info.dso_base = (uintptr_t)mods[i]; in findUnwindSections()
568 uintptr_t begin = pish->VirtualAddress + (uintptr_t)mods[i]; in findUnwindSections()
/llvm-project-15.0.7/llvm/test/Transforms/NewGVN/
H A D2008-12-09-SelfRemove.ll11 define void @d_print_mod_list(%struct.d_print_info* %dpi, %struct.d_print_mod* %mods, i32 %suffix) …
28 ; CHECK: define void @d_print_mod_list(%struct.d_print_info* %dpi, %struct.d_print_mod* %mods, i32 …
/llvm-project-15.0.7/llvm/test/Transforms/GVN/
H A D2008-12-09-SelfRemove.ll11 define void @d_print_mod_list(%struct.d_print_info* %dpi, %struct.d_print_mod* %mods, i32 %suffix) …
28 ; CHECK: define void @d_print_mod_list(%struct.d_print_info* %dpi, %struct.d_print_mod* %mods, i32 …
/llvm-project-15.0.7/llvm/test/TableGen/
H A DDefaultOpsGlobalISel.td60 // CHECK-NEXT: GIR_ComplexSubOperandRenderer, /*InsnID*/0, /*RendererID*/0, /*SubOperand*/1, // mods
62 // CHECK-NEXT: GIR_ComplexSubOperandRenderer, /*InsnID*/0, /*RendererID*/0, /*SubOperand*/1, // mods
185 (fcanonicalize (f32 (SelectSrcMods f32:$src, i32:$mods))),
186 (FMAX $mods, $src, $mods, $src, 0)
/llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/
H A Dmodule-flags.ll1 ; RUN: lli -jit-kind=orc-lazy -orc-lazy-debug=mods-to-stdout %s | FileCheck %s
/llvm-project-15.0.7/flang/lib/Optimizer/Support/
H A DInternalNames.cpp28 static std::string doModules(llvm::ArrayRef<llvm::StringRef> mods) { in doModules() argument
31 for (auto mod : mods) { in doModules()
38 static std::string doModulesHost(llvm::ArrayRef<llvm::StringRef> mods, in doModulesHost() argument
40 std::string result = doModules(mods); in doModulesHost()
/llvm-project-15.0.7/lldb/utils/lui/
H A Dlldbutil.py784 mods = get_module_names(thread)
808 … num=i, addr=load_addr, mod=mods[i], symbol=symbols[i], offset=symbol_offset), file=output)
811 num=i, addr=load_addr, mod=mods[i], func='%s [inlined]' %
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1173 mods = get_module_names(thread)
1204 mod=mods[i],
1213 mod=mods[i],
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td889 (f32 (fsub (f32 (VOP3Mods f32:$x, i32:$mods)),
890 (f32 (ffloor (f32 (VOP3Mods f32:$x, i32:$mods)))))),
891 (V_FRACT_F32_e64 $mods, $x)
896 (f64 (fadd (f64 (VOP3Mods f64:$x, i32:$mods)),
897 (f64 (fneg (f64 (ffloor (f64 (VOP3Mods f64:$x, i32:$mods)))))))),
898 (V_FRACT_F64_e64 $mods, $x)
2812 (f64 (ffloor (f64 (VOP3Mods f64:$x, i32:$mods)))),
2814 $mods,
2820 (V_FRACT_F64_e64 $mods, $x),
H A DVOP3PInstructions.td46 dag mods = !con(!if(UseTiedOutput, (ins clampmod:$clamp, VGPR_32:$vdst_in),
51 let Ins64 = !con(srcs, mods);
52 let InsVOP3Base = !con(dpp_srcs, mods);
H A DAMDGPU.td436 def FeatureSDWAOutModsVOPC : SubtargetFeature<"sdwa-out-mods-vopc",
H A DSIInstrInfo.td2110 string mods = !if(HasModifiers, "$neg_lo$neg_hi", "");
2116 string ret = dst#", "#src0#src1#src2#opsel#mods#clamp;
/llvm-project-15.0.7/utils/bazel/
H A D.bazelrc194 # The user.bazelrc file is not checked in but available for local mods.
/llvm-project-15.0.7/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm557 sub ecx,edx ; esp-((#args+2)*4) -> ecx -- without mods, stack ptr would be this