| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RegisterBank.cpp | 28 if (!covers(RC)) in RegisterBank() 30 // Verify that the register bank covers all the sub classes of the in RegisterBank() 31 // classes it covers. in RegisterBank() 35 // both agree on the covers. in verify() 43 // all the register classes it covers. in verify() 46 assert(covers(SubRC) && "Not all subclasses are covered"); in verify() 52 bool RegisterBank::covers(const TargetRegisterClass &RC) const { in verify() 94 if (covers(RC)) in print() 63 bool RegisterBank::covers(const TargetRegisterClass &RC) const { covers() function in RegisterBank
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MSA.txt | 18 It is not possible to emit bclri.b since andi.b covers exactly the 24 constant since shf.w covers exactly the same cases. shf.w is used 36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the 40 It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the 48 It is not possible to emit splati.w since shf.w covers the same cases.
|
| /freebsd/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf_get_arange.3 | 50 descriptors for one that covers a given address. 73 descriptor that covers the given address. 89 descriptor that covers the provided address. 113 descriptor that covers the given address
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RegisterBank.h | 61 /// Check whether this register bank covers \p RC. 62 /// In other words, check if this register bank fully covers 64 LLVM_ABI bool covers(const TargetRegisterClass &RC) const; 80 /// this register bank covers.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterBankInfo.cpp | 147 assert(RBGPR.covers(*TRI.getRegClass(ARM::GPRRegClassID)) && in ARMRegisterBankInfo() 149 assert(RBGPR.covers(*TRI.getRegClass(ARM::GPRwithAPSRRegClassID)) && in ARMRegisterBankInfo() 151 assert(RBGPR.covers(*TRI.getRegClass(ARM::GPRnopcRegClassID)) && in ARMRegisterBankInfo() 153 assert(RBGPR.covers(*TRI.getRegClass(ARM::rGPRRegClassID)) && in ARMRegisterBankInfo() 155 assert(RBGPR.covers(*TRI.getRegClass(ARM::tGPRRegClassID)) && in ARMRegisterBankInfo() 157 assert(RBGPR.covers(*TRI.getRegClass(ARM::tcGPRRegClassID)) && in ARMRegisterBankInfo() 159 assert(RBGPR.covers(*TRI.getRegClass(ARM::tGPROdd_and_tcGPRRegClassID)) && in ARMRegisterBankInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AArch64ACLETypes.def | 20 // this macro covers all the builtin types. 25 // this macro covers the named subset of builtin types. 29 // Defining the macro covers the integer vector types. 33 // Defining the macro covers the floating point vector types. 37 // Defining the macro covers the boolean vector types.
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | mac-cfg.h | 402 * @LINK_CONTEXT_MODIFY_ACTIVE: covers iwl_link_ctx_cfg_cmd::active 403 * @LINK_CONTEXT_MODIFY_RATES_INFO: covers iwl_link_ctx_cfg_cmd::cck_rates, 407 * @LINK_CONTEXT_MODIFY_PROTECT_FLAGS: covers 409 * @LINK_CONTEXT_MODIFY_QOS_PARAMS: covers iwl_link_ctx_cfg_cmd::qos_flags, 411 * @LINK_CONTEXT_MODIFY_BEACON_TIMING: covers iwl_link_ctx_cfg_cmd::bi, 417 * @LINK_CONTEXT_MODIFY_HE_PARAMS: covers 428 * @LINK_CONTEXT_MODIFY_BSS_COLOR_DISABLE: covers 430 * @LINK_CONTEXT_MODIFY_EHT_PARAMS: covers iwl_link_ctx_cfg_cmd::puncture_mask. 433 * @LINK_CONTEXT_MODIFY_BANDWIDTH: Covers iwl_link_ctx_cfg_cmd::modify_bandwidth. 435 * @LINK_CONTEXT_MODIFY_UHR_PARAMS: covers iwl_link_ctx_cfg_cmd::npca_params and
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | sc.h | 18 * each one covers allocations for base / SC_NGROUP possible allocation sizes. 30 * which covers allocations in (base, base + 1 * delta] 32 * which covers allocations in (base + 1 * delta, base + 2 * delta]. 34 * which covers allocations in (base + 2 * delta, base + 3 * delta]. 37 * which covers allocations in (base + (SC_NGROUP - 1) * delta, 2 * base].
|
| /freebsd/sys/powerpc/include/ |
| H A D | pmap.h | 88 /* Root page directory - 64k -- each entry covers 512GB */ 90 /* l2 page directory - 4k -- each entry covers 1GB */ 92 /* l3 page directory - 4k -- each entry covers 2MB */ 94 /* l4 page directory - 256B/4k -- each entry covers 64k/4k */
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_sf_list.h | 69 * The data covers an offset range (range.start is inclusive, 84 * The *data covers an offset range (range.start is inclusive,
|
| /freebsd/tools/regression/doat/ |
| H A D | README | 5 It prints OK for every successful test. This testing program only covers
|
| /freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
| H A D | bcm2835-rpi-common.dtsi | 3 * This include file covers the common peripherals and configuration between
|
| /freebsd/sys/contrib/device-tree/Bindings/pwm/ |
| H A D | pxa-pwm.txt | 11 length covers only the register window for one PWM output, not that of the
|
| /freebsd/sys/arm/qualcomm/ |
| H A D | ipq4018_machdep.c | 91 * This covers the boot UART. Without it we can't boot successfully: in ipq4018_devmap_init() 98 * This covers a bunch of the reset block, which includes the PS-HOLD in ipq4018_devmap_init()
|
| /freebsd/sys/arm/allwinner/ |
| H A D | aw_machdep.c | 140 * This covers all the on-chip device with 1MB section mappings, which is good 143 * XXX It also covers a block of SRAM and some GPU (mali400) stuff that maybe
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | LPdir_win.c | 122 * concatenate asterisk, |sz| covers trailing '\0'! in LP_find_file() 138 * concatenate asterisk, |sz| covers trailing '\0'! in LP_find_file()
|
| /freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/ |
| H A D | mediatek,mt7921s-bluetooth.yaml | 16 This binding only covers the Bluetooth SDIO function, with one device
|
| /freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | raspberrypi,7inch-touchscreen.yaml | 21 and this binding covers the DSI display parts but not its touch input.
|
| /freebsd/lib/geom/union/ |
| H A D | gunion.8 | 98 The upper disk must be at least the size of the disk that it covers. 103 (or 0.5 percent larger for 4K sector disks) than the disk that it covers,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | MemoryTagManager.h | 47 // Return the number of bytes a single tag covers 56 // 1 granule isn't enough because it only covers addresses
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | varparse-dynamic.mk | 20 # This test covers the code in Var_Parse that deals with DEF_UNDEF but not
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | calxeda.yaml | 10 This binding covers the Calxeda SoC internal peripheral and bus clocks
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/proximity/ |
| H A D | ams,as3935.yaml | 14 binding currently only covers the SPI option.
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/fsl/ |
| H A D | fsl,bman.yaml | 16 This binding covers the CCSR space programming model
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | pcy_data.c | 32 * the policy, otherwise use 'id'. This behaviour covers the two types of
|