Home
last modified time | relevance | path

Searched refs:promoted (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td52 // array at fixed offsets. Integer arguments are promoted to registers when
56 // parameter array at fixed offsets. Float and double parameters are promoted
61 // promoted to both floating point and integer registers when possible. A
113 // structs. These arguments are not promoted to 64 bits, but they can still
117 // All integers are promoted to i64 by the caller.
H A DSparcInstrInfo.td1313 // this will be promoted to use FSQRTD with doubles instead.
1400 // this will be promoted to use FDIVD with doubles instead.
/freebsd/sys/contrib/device-tree/Bindings/arm/firmware/
H A Dsdei.txt6 firmware-first error handling, or from an IRQ that has been promoted to
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sve_sme_incl.td83 // w: vector of element type promoted to 64bits, vector maintains
85 // f: element type promoted to uint64_t (splat to vector type)
86 // j: element type promoted to 64bits (splat to vector type)
H A Darm_mve_defs.td250 // being automatically promoted to i32 from a smaller integer type.
H A DDiagnosticGroups.td508 def KNRPromotedParameter : DiagGroup<"knr-promoted-parameter">;
H A DDiagnosticSemaKinds.td4722 "%diff{promoted type $ of K&R function parameter is not compatible with the "
4723 "parameter type $|promoted type of K&R function parameter is not compatible "
10396 "undefined behavior because arguments will be promoted to %1">, InGroup<Varargs>;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td74 // On PPC64, integer return values are always promoted to i64
157 // Only handle ints and floats. All ints are promoted to i64.
172 // All small ints are promoted to i64. Vector types, quadword ints,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td29 // promoted into EVEX space. Encoding space changes after the promotion, opcode
34 // promotion, so that the promoted variant can be selected first to benefit RA.
H A DX86InstrCMovSetCC.td151 // SetZUCC and promoted SetCC instructions.
H A DX86InstrFragmentsSIMD.td869 // NOTE: all 128-bit integer vector loads are promoted to v2i64
888 // NOTE: all 256-bit integer vector loads are promoted to v4i64
937 // NOTE: all 128-bit integer vector loads are promoted to v2i64
H A DX86CallingConv.td263 // since the boolean types in AVX/AVX2 are promoted by default.
583 // since the boolean types in AVX/AVX2 are promoted by default.
865 // since the boolean types in AVX/AVX2 are promoted by default.
H A DX86InstrUtils.td120 // PL - Helper for promoted legacy instructions
H A DX86InstrCompiler.td1419 // Except for i16 -> i32 since isel expect i16 ops to be promoted to i32.
H A DX86InstrAVX512.td2807 // KNL does not support KMOVB, 8-bit mask is promoted to 16-bit
2857 // With AVX512F, 8-bit mask is promoted to 16-bit mask,
3146 // With AVX-512 only, 8-bit mask is promoted to 16-bit mask.
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallingConv.td138 // All integers (except soft-float integers) are promoted to 64-bit.
175 // All integers are promoted to 64-bit.
/freebsd/share/mk/
H A Dbsd.sys.mk105 CWARNFLAGS.clang+= -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter
/freebsd/sys/contrib/zstd/
H A DCHANGELOG25 api: Various functions promoted from experimental to stable API: (#2579-2581, @senhuang42)
178 api : ZDICT_finalizeDictionary() is promoted to stable (#2111)
429 API : promoted to stable status : ZSTD_getFrameContentSize(), by Sean Purcell
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td226 // Although we assign the f32 vararg to be bitcast, it will first be promoted
/freebsd/sys/i386/i386/
H A Dpmap.c308 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
1921 * If "promoted" is false, then the page table page "mpte" must be zero filled;
1924 * If "promoted" is true and "allpte_PG_A_set" is false, then "mpte" must
1928 * If "promoted" and "allpte_PG_A_set" are both true, then "mpte" must contain
1933 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, in pmap_insert_pt_page() argument
1938 KASSERT(promoted || !allpte_PG_A_set, in pmap_insert_pt_page()
1940 mpte->valid = promoted ? (allpte_PG_A_set ? VM_PAGE_BITS_ALL : 1) : 0; in pmap_insert_pt_page()
2642 * removes one of the mappings that is being promoted. in pmap_pv_promote_pde()
2991 ("pmap_remove_pde: pte page not promoted")); in pmap_remove_pde()
3470 * promoted
[all...]
/freebsd/sys/riscv/riscv/
H A Dpmap.c1396 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, in pmap_insert_pt_page() argument
1401 KASSERT(promoted || !all_l3e_PTE_A_set, in pmap_insert_pt_page()
1403 mpte->valid = promoted ? (all_l3e_PTE_A_set ? VM_PAGE_BITS_ALL : 1) : 0; in pmap_insert_pt_page()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1806 void setKNRPromoted(bool promoted) { in setKNRPromoted() argument
1807 ParmVarDeclBits.IsKNRPromoted = promoted; in setKNRPromoted()
/freebsd/sys/arm64/arm64/
H A Dpmap.c485 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
4619 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, in pmap_insert_pt_page() argument
4624 KASSERT(promoted || !all_l3e_AF_set, in pmap_insert_pt_page()
4626 mpte->valid = promoted ? (all_l3e_AF_set ? VM_PAGE_BITS_ALL : 1) : 0; in pmap_insert_pt_page()
/freebsd/sys/amd64/amd64/
H A Dpmap.c1300 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
4142 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, in pmap_insert_pt_page() argument
4147 KASSERT(promoted || !allpte_PG_A_set, in pmap_insert_pt_page()
4149 mpte->valid = promoted ? (allpte_PG_A_set ? VM_PAGE_BITS_ALL : 1) : 0; in pmap_insert_pt_page()
/freebsd/contrib/tcsh/
H A DFixes565 19. Avoid using execl() because the last NULL does not always promoted to

12