Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcCallingConv.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.
HDSparcInstrInfo.td1313 // this will be promoted to use FSQRTD with doubles instead.
1400 // this will be promoted to use FDIVD with doubles instead.
/freebsd-14-stable/sys/contrib/device-tree/Bindings/arm/firmware/
HDsdei.txt6 firmware-first error handling, or from an IRQ that has been promoted to
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDarm_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)
HDarm_mve_defs.td250 // being automatically promoted to i32 from a smaller integer type.
HDDiagnosticGroups.td508 def KNRPromotedParameter : DiagGroup<"knr-promoted-parameter">;
HDDiagnosticSemaKinds.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-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCCallingConv.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-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrPredicates.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.
HDX86InstrCMovSetCC.td151 // SetZUCC and promoted SetCC instructions.
HDX86CallingConv.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.
HDX86InstrFragmentsSIMD.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
HDX86InstrUtils.td120 // PL - Helper for promoted legacy instructions
HDX86InstrCompiler.td1419 // Except for i16 -> i32 since isel expect i16 ops to be promoted to i32.
HDX86InstrAVX512.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-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsCallingConv.td138 // All integers (except soft-float integers) are promoted to 64-bit.
175 // All integers are promoted to 64-bit.
/freebsd-14-stable/share/mk/
HDbsd.sys.mk106 CWARNFLAGS.clang+= -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter
/freebsd-14-stable/sys/contrib/zstd/
HDCHANGELOG25 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-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZCallingConv.td226 // Although we assign the f32 vararg to be bitcast, it will first be promoted
/freebsd-14-stable/sys/riscv/riscv/
HDpmap.c1204 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, in pmap_insert_pt_page() argument
1209 KASSERT(promoted || !all_l3e_PTE_A_set, in pmap_insert_pt_page()
1211 mpte->valid = promoted ? (all_l3e_PTE_A_set ? VM_PAGE_BITS_ALL : 1) : 0; in pmap_insert_pt_page()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h1806 void setKNRPromoted(bool promoted) { in setKNRPromoted() argument
1807 ParmVarDeclBits.IsKNRPromoted = promoted; in setKNRPromoted()
/freebsd-14-stable/sys/i386/i386/
HDpmap.c320 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted);
1926 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted) in pmap_insert_pt_page() argument
1930 mpte->valid = promoted ? VM_PAGE_BITS_ALL : 0; in pmap_insert_pt_page()
/freebsd-14-stable/sys/arm64/arm64/
HDpmap.c4041 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, in pmap_insert_pt_page() argument
4046 KASSERT(promoted || !all_l3e_AF_set, in pmap_insert_pt_page()
4048 mpte->valid = promoted ? (all_l3e_AF_set ? VM_PAGE_BITS_ALL : 1) : 0; in pmap_insert_pt_page()
/freebsd-14-stable/sys/amd64/amd64/
HDpmap.c1310 static int pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted,
4146 pmap_insert_pt_page(pmap_t pmap, vm_page_t mpte, bool promoted, in pmap_insert_pt_page() argument
4151 KASSERT(promoted || !allpte_PG_A_set, in pmap_insert_pt_page()
4153 mpte->valid = promoted ? (allpte_PG_A_set ? VM_PAGE_BITS_ALL : 1) : 0; in pmap_insert_pt_page()
/freebsd-14-stable/contrib/tcsh/
HDFixes565 19. Avoid using execl() because the last NULL does not always promoted to

12