Searched refs:model (Results 126 - 130 of 130) sorted by relevance

123456

/openbsd-current/gnu/gcc/gcc/config/arm/
H A Darm.c395 /* Which floating point model to use. */
410 /* Which thread pointer model to use. */
3938 unsigned int model = SYMBOL_REF_TLS_MODEL (x);
3940 switch (model)
3952 share the LDM result with other LD model accesses. */
3929 unsigned int model = SYMBOL_REF_TLS_MODEL (x); local
/openbsd-current/usr.sbin/unbound/
H A Dltmain.sh7062 # Tru64 UNIX uses -model [arg] to determine the layout of C++
7065 -model|-arch|-isysroot|--sysroot)
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMakeMaker.pm1385 from a Makefile.PL. It is based on the Makefile.SH model provided by
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3332 TLSModel::Model model = DAG.getTarget().getTLSModel(GV); local
3340 // Get the offset of GA from the thread pointer, based on the TLS model.
3342 switch (model) {
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2984 // %fs:0x28, unless we're using a Kernel code model, in which case
3070 // %fs:0x48, unless we're using a Kernel code model, in which case it's %gs:
4810 assert(Is64Bit && "Large code model is only legal in 64-bit mode.");
4811 // In the 64-bit large code model, we have to make all calls
5467 // FIXME: Some tweaks might be needed for medium code model.
5471 // For small code model we assume that latest object is 16MB before end of 31
5477 // For kernel code model we know that all object resist in the negative half
11856 // This entry crosses lanes, so there is no way to model this shuffle.
11913 // This entry crosses lanes, so there is no way to model this shuffle.
12857 /// This handles cases where we can model
[all...]

Completed in 380 milliseconds

123456