| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| HD | SparcCallingConv.td | 52 // 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.
|
| HD | SparcInstrInfo.td | 1313 // 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/ |
| HD | sdei.txt | 6 firmware-first error handling, or from an IRQ that has been promoted to
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | arm_sve_sme_incl.td | 83 // 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)
|
| HD | arm_mve_defs.td | 250 // being automatically promoted to i32 from a smaller integer type.
|
| HD | DiagnosticGroups.td | 508 def KNRPromotedParameter : DiagGroup<"knr-promoted-parameter">;
|
| HD | DiagnosticSemaKinds.td | 4722 "%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/ |
| HD | PPCCallingConv.td | 74 // 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/ |
| HD | X86InstrPredicates.td | 29 // 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.
|
| HD | X86InstrCMovSetCC.td | 151 // SetZUCC and promoted SetCC instructions.
|
| HD | X86CallingConv.td | 263 // 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.
|
| HD | X86InstrFragmentsSIMD.td | 869 // 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
|
| HD | X86InstrUtils.td | 120 // PL - Helper for promoted legacy instructions
|
| HD | X86InstrCompiler.td | 1419 // Except for i16 -> i32 since isel expect i16 ops to be promoted to i32.
|
| HD | X86InstrAVX512.td | 2807 // 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/ |
| HD | MipsCallingConv.td | 138 // All integers (except soft-float integers) are promoted to 64-bit. 175 // All integers are promoted to 64-bit.
|
| /freebsd-14-stable/share/mk/ |
| HD | bsd.sys.mk | 106 CWARNFLAGS.clang+= -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter
|
| /freebsd-14-stable/sys/contrib/zstd/ |
| HD | CHANGELOG | 25 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/ |
| HD | SystemZCallingConv.td | 226 // Although we assign the f32 vararg to be bitcast, it will first be promoted
|
| /freebsd-14-stable/sys/riscv/riscv/ |
| HD | pmap.c | 1204 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/ |
| HD | Decl.h | 1806 void setKNRPromoted(bool promoted) { in setKNRPromoted() argument 1807 ParmVarDeclBits.IsKNRPromoted = promoted; in setKNRPromoted()
|
| /freebsd-14-stable/sys/i386/i386/ |
| HD | pmap.c | 320 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/ |
| HD | pmap.c | 4041 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/ |
| HD | pmap.c | 1310 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/ |
| HD | Fixes | 565 19. Avoid using execl() because the last NULL does not always promoted to
|