/external/llvm/include/llvm/CodeGen/ |
MachineInstrBundle.h | 167 /// Information about how a physical register Reg is used by a set of 207 /// physical register. This function should not be called after operator++(), 210 /// @param Reg The physical register to analyze.
|
ScheduleDAGInstrs.h | 55 /// Record a physical register access. 67 /// Use a SparseMultiSet to track physical registers. Storage is only 165 /// Set of live physical registers for updating kill flags.
|
/external/llvm/include/llvm/Target/ |
TargetRegisterInfo.h | 43 /// physical registers. The individual bits in a lane mask can't be assigned 263 // Register numbers can represent physical registers, virtual registers, and 267 // [1;2^30) Physical registers assigned by TableGen. 299 /// the physical register namespace. 325 /// Returns the Register Class of a physical register of the given type, 445 /// Bits are numbered from the LSB, so the bit for physical register Reg can 467 /// Returns a bitset indexed by physical register number indicating if a 708 /// first when allocating a physical register for the virtual register [all...] |
/external/llvm/lib/CodeGen/ |
RegAllocBasic.cpp | 172 // Collect interferences assigned to any alias of the physical register. 222 // Populate a list of physical register spill candidates. 253 // Tell the caller to allocate to this newly freed physical register.
|
RegAllocFast.cpp | 88 // that is currently available in a physical register. 93 // RegState - Track the state of a physical register. 109 // the physical register is currently allocated to a virtual register. In 268 "Spilling a physical register is illegal!"); 340 /// usePhysReg - Handle the direct use of a physical register. 376 // its value is defined only by physical sub-registers. This check 495 /// that PhysReg is the proper container for VirtReg now. The physical 514 /// allocVirtReg - Allocate a physical register for VirtReg. [all...] |
TwoAddressInstructionPass.cpp | 92 // A map from virtual registers to physical registers which are likely targets 93 // to be coalesced to due to copies from physical registers to virtual 97 // A map from virtual registers to physical registers which are likely targets 98 // to be coalesced to due to copies to physical registers from virtual 378 /// whether they are physical registers by reference. 449 // All uses of physical registers are likely to be kills. 517 /// Return the physical register the specified virtual register might be mapped 592 // -RegB is tied to the wrong physical register, but RegC is. 593 // -RegB is tied to the wrong physical register, and RegC isn't tied. 598 // -RegC is tied to the wrong physical register, but RegB is [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCVSXSwapRemoval.cpp | 135 // mark as mentioning a physical register if the search leads 294 // If the real source value is a physical register, then mark the 295 // XXPERMDI as mentioning a physical register. 313 // register. We turn off the marking for mention of a physical 315 // will not swap the value in the physical register. Whether 381 // to another, we can accept this even if it is a physical 549 // physical register is encountered, we stop the search and 551 // XXPERMDI) as mentioning a physical register. 576 // def-use relationships of virtual registers. Mention of a physical 580 // call. Computations with physical register mentions are flagge [all...] |
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyRegStackify.cpp | 103 // doesn't account for physical register dependencies, because WebAssembly 158 // An instruction with a physical register. Conservatively mark it as 160 // in an expression stack which might use it (physical registers
|
/frameworks/base/core/java/android/hardware/display/ |
DisplayManagerInternal.java | 114 * to be presented on a physical display if appropriate. Otherwise, the display manager 115 * may choose to make the physical display mirror some other logical display. 139 * TODO: Technically this should be associated with a physical rather than logical
|
/frameworks/base/core/java/android/util/ |
DisplayMetrics.java | 194 * The exact physical pixels per inch of the screen in the X dimension. 198 * The exact physical pixels per inch of the screen in the Y dimension. 300 * Returns true if the physical aspects of the two display metrics
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
DeviceDiscoveryAction.java | 37 * <li>Gather "Physical address" and "device type" of all acknowledged devices 48 // State in which the action is waiting for gathering physical address of non-local devices. 134 Slog.v(TAG, "Start [Physical Address Stage]:" + mDevices.size());
|
/hardware/bsp/intel/peripheral/libmraa/include/ |
mraa_internal_types.h | 207 * A Structure representing a physical Pin. 224 * A Structure representing the physical properties of a i2c bus. 236 * A Structure representing the physical properties of a spi bus.
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/ |
viddec_fw_decoder_host.h | 80 @param[in] phys : Physical address on where firmware should be loaded. 99 @param[in] phys : Physical address on where global memory starts. 118 @param[in] phys : Physical address of allocated memory for this codec.
|
/hardware/libhardware/include/hardware/ |
tv_input.h | 76 /* Physical HDMI port. (e.g. HDMI 1) */ 86 /* Type of physical TV input. */ 119 * hotplug events (i.e. plugging cable into or out of the physical port).
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
coff.h | 155 char s_paddr[4]; /* physical address, aliased s_nlib */ 214 * grouping will have l_lnno = 0 and in place of physical address will be the 221 char l_paddr[4]; /* (physical) address of line number */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
coff.h | 155 char s_paddr[4]; /* physical address, aliased s_nlib */ 214 * grouping will have l_lnno = 0 and in place of physical address will be the 221 char l_paddr[4]; /* (physical) address of line number */
|
/art/compiler/optimizing/ |
ssa_builder.h | 36 * have a physical location after register allocation. See the
|
/bionic/libc/kernel/uapi/linux/ |
agpgart.h | 85 __u32 physical; member in struct:_agp_allocate
|
/cts/hostsidetests/aadb/src/android/aadb/cts/ |
TestDeviceStressTest.java | 35 * Requires a physical device to be connected.
|
/cts/tests/camera/src/android/hardware/cts/ |
Camera_SizeTest.java | 64 * aspect ratio must be the same as the physical camera sensor, and the FOV for these outputs
|
/development/ndk/platforms/android-14/include/android/ |
native_window.h | 93 * window's physical size, then it buffer will be scaled to match that size
|
/development/ndk/platforms/android-21/include/linux/ |
agpgart.h | 85 __u32 physical; member in struct:_agp_allocate
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
io_apic_32.h | 99 } physical; member in union:IO_APIC_route_entry::__anon2689
|
/device/asus/fugu/libaudio/ |
AudioStreamOut.h | 108 // actual physical outputs.
|
/docs/source.android.com/src/devices/camera/ |
camera3_metadata.jd | 59 pipeline, as well as controls that affect physical devices, such as lens focus
|