Home
last modified time | relevance | path

Searched refs:this (Results 5301 - 5325 of 5840) sorted by relevance

1...<<211212213214215216217218219220>>...234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DObjectFile.h68 /// Get a string that represents the type of this relocation.
103 /// Get the alignment of this section as the actual value (not log 2).
107 /// Whether this section contains instructions.
109 /// Whether this section contains data, not instructions.
111 /// Whether this section contains BSS uninitialized data.
117 /// Whether this section will be placed in the text segment, according to the
121 /// Whether this section will be placed in the data segment, according to the
186 /// Return the value of the symbol depending on the object this can be an
190 /// Get the alignment of this symbol as the actual value (not log 2).
195 /// Get section this symbo
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h47 // Value to use in this block.
69 : BB(ThisBB), AvailableVal(V), DefBB(V ? this : nullptr) {} in BBInfo()
189 // Leave this entry on the worklist, but set its BlkNum to mark that its in BuildBlockList()
237 /// of root nodes for blocks that define the value. The dominators for this
281 /// and this function returns true.
303 // If this block already needs a PHI, there is nothing to do here. in FindPHIPlacement()
326 /// FindAvailableVal - If this block requires a PHI, first check if an
359 // Record the available value to speed up subsequent uses of this in FindAvailableVals()
365 // Check if this block contains a newly added PHI. in FindAvailableVals()
408 // Mark that the block containing this PH in CheckIfPHIMatches()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DAttributes.h169 /// \brief Return a raw pointer that uniquely identifies this attribute.
247 /// attribute sets are immutable, this returns a new set.
252 /// attribute sets are immutable, this returns a new set.
257 /// attribute sets are immutable, this returns a new set.
262 /// attribute sets are immutable, this returns a new set.
266 /// \brief Remove the specified attribute at the specified index from this
267 /// attribute list. Because attribute lists are immutable, this returns the
272 /// \brief Remove the specified attribute at the specified index from this
273 /// attribute list. Because attribute lists are immutable, this returns the
278 /// \brief Remove the specified attributes at the specified index from this
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerMIPS32.h362 this->bind(L);
H A DIceGlobalInits.h237 // ugh, we should actually do new char[], but this may involve in DataInitializer()
345 this->OffsetExpr[i] = OffsetExpr[i]; in RelocInitializer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBTFDebug.h43 void setId(uint32_t Id) { this->Id = Id; } in setId()
46 /// Get the size of this BTF type entry.
52 /// Emit types for this BTF type entry.
324 /// Post process after all instructions in this function are processed.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.h152 // indicates that this bit takes the same value as the bit described by
162 // of registers, could be read as "this value of this bit is defined by
163 // this bit".
221 // This "meet" function will update the value of the "*this" object with
222 // the newly calculated one, and return "true" if the value of *this has
234 if (*this == V) // This.meet(This) = This in meet()
237 // At this point, we know that the value of "this" will change. in meet()
389 // utilize this shoul
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h9 // functions with the isa/dyncast family of functions. In particular, this
17 // has state or virtual methods, which is an important part of this gross/neat
149 // by the Info parameter. Note: this is only needed before coroutine is split.
152 // referred to by this parameter.
224 /// are taken from this declaration.
398 if (auto Suspend = dyn_cast<CoroSuspendInst>(this)) in getCoroSave()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver.h4 // you may not use this file except in compliance with the License.
121 BlockInfo* curr = this; in FindFirstParent()
344 /// @note this method does not resolve the decorations as these are
348 /// @param index the index of the parameter, if this variable is a parameter
374 /// @note this method must only be called after all semantic nodes are built.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DTriple.h15 // this file. Undefine them here.
276 return !(*this == Other); in operator !=()
289 /// Return the normalized form of this triple's string.
296 /// getArch - Get the parsed architecture type of this triple.
299 /// getSubArch - get the parsed subarchitecture type for this triple.
302 /// getVendor - Get the parsed vendor type of this triple.
305 /// getOS - Get the parsed operating system type of this triple.
308 /// hasEnvironment - Does this triple have the optional environment
314 /// getEnvironment - Get the parsed environment type of this triple.
326 /// getFormat - Get the object format for this tripl
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h114 /// The minimum initiation interval between iterations for this schedule.
116 /// The maximum initiation interval between iterations for this schedule.
309 /// Set the Minimum Initiation Interval for this schedule attempt.
311 /// Set the Maximum Initiation Interval for this schedule attempt.
371 for (SUnit *SU : *this) { in computeNodeSetInfo()
520 /// Set the initiation interval for this schedule.
569 /// Return the maximum stage count needed for this schedule.
H A DRegisterPressure.h99 /// Pressure increments are tiny, typically 1-2 units, and this is only for
216 return const_cast<PressureDiffs*>(this)->operator[](Idx);
381 /// Register pressure corresponds to liveness before this instruction
413 /// Get the MI position corresponding to this register pressure.
474 /// Consider the pressure increase caused by traversing this instruction
477 /// excess register units of that pressure set introduced by this instruction.
490 /// Consider the pressure increase caused by traversing this instruction
493 /// excess register units of that pressure set introduced by this instruction.
500 /// traversing this instruction either upward or downward depending on the
515 /// Get the pressure of each PSet after traversing this instructio
[all...]
/third_party/toybox/lib/
H A Dargs.c25 * union "this" (see generated/globals.h), which it treats as an array of longs
41 * Changes to union this:
42 * this[0]=NULL (because -c didn't get an argument this time)
43 * this[1]="fruit" (argument to -b)
52 // Suffixes specify that this option takes an argument (stored in GLOBALS):
62 // Chop this option out with USE_TOYBOX_FLOAT() in option string
67 // | this is required. If more than one marked, only one required.
69 // ^ Stop parsing after encountering this argument
95 // Linked list of all known options (option string parsed into this)
[all...]
/third_party/protobuf/php/tests/
H A Dundefined_test.php378 $this->assertSame(3, count($arr));
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbeta_distribution.h4 // you may not use this file except in compliance with the License.
143 // Note that this value is quite large, and a smaller a_ is NOT abnormal.
193 // Placing this last for optimal alignment.
214 return (*this)(g, param_); in operator ()()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dcallbacks.rs47 // the callback can't mess with its own ex_data slot so this is safe in raw_verify()
/third_party/rust/crates/minimal-lexical/src/
H A Dbigint.rs161 // We don't care if this wraps: the index is bounds-checked. in normalize()
175 // We don't care if this wraps: the index is bounds-checked. in is_normalized()
334 /// factor, this significantly reduces the number of multiplications
485 // We panicked in `try_resize` if this wasn't true. in large_add_from()
712 // instructions. The quickest way to check this support is using a
/third_party/skia/third_party/externals/angle2/src/common/
H A Dangleutils.h3 // Use of this source code is governed by a BSD-style license that can be
79 return *this; in operator <<()
/third_party/zlib/contrib/pascal/
H A Dexample.pas287 (* At this point, uncompr is still mostly zeroes, so it should compress
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dlapic.c565 * uses the Hyper-V APIC enlightenment. In this case we may need in apic_clear_isr()
777 * this allows unique addressing of VCPUs with APIC ID over 0xff. in kvm_apic_match_physical_addr()
913 * means that the interrupt should be dropped. In this case, *bitmap would be
1266 * this interface assumes a trap-like exit, which has already finished
1388 /* this bitmask has a bit cleared for each reserved register */ in kvm_lapic_reg_read()
1448 static int apic_mmio_read(struct kvm_vcpu *vcpu, struct kvm_io_device *this, in apic_mmio_read() argument
1451 struct kvm_lapic *apic = to_lapic(this); in apic_mmio_read()
1527 * On APICv, this test will cause a busy wait
2138 static int apic_mmio_write(struct kvm_vcpu *vcpu, struct kvm_io_device *this, in apic_mmio_write() argument
2141 struct kvm_lapic *apic = to_lapic(this); in apic_mmio_write()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dlapic.c239 * the compiler decides to reload x2apic_id after this check. in kvm_recalculate_phys_map()
398 * this task still needs to retry and complete its calculation. in kvm_recalculate_apic_map()
794 * uses the Hyper-V APIC enlightenment. In this case we may need in apic_clear_isr()
924 * While this might not be ideal from performance point of view, in pv_eoi_test_and_clr_pending()
925 * this makes sure pv eoi is only enabled when we know it's safe. in pv_eoi_test_and_clr_pending()
1139 * means that the interrupt should be dropped. In this case, *bitmap would be
1491 * this interface assumes a trap-like exit, which has already finished
1689 static int apic_mmio_read(struct kvm_vcpu *vcpu, struct kvm_io_device *this, in apic_mmio_read() argument
1692 struct kvm_lapic *apic = to_lapic(this); in apic_mmio_read()
1774 * On APICv, this tes
2407 apic_mmio_write(struct kvm_vcpu *vcpu, struct kvm_io_device *this, gpa_t address, int len, const void *data) apic_mmio_write() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h2 // Use of this source code is governed by a BSD-style license that can be
327 // Call to this function can be nested but must be followed by an equal
2067 BlockPoolsScope no_pool_scope(this);
2076 BlockPoolsScope no_pool_scope(this);
2085 BlockPoolsScope no_pool_scope(this);
2379 // Unused on this architecture.
2419 // Checks whether veneers need to be emitted at this point.
2516 // If available, a veneer for this label can be used for other branches in the
2517 // chain if the link chain cannot be fixed up without this branch.
2643 int veneer_pool_blocked_nesting_; // Block emission if this i
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h4 * you may not use this file except in compliance with the License.
125 // indicate if this node type can enable hardware composer
694 // Only call this if the node is self-drawing surface node.
726 // To fix this bug, we set callback which would call RSRenderThread::RequestNextVSync() to forcedly "refresh"
833 // [planning] Remove this after skia is upgraded, the clipRegion is supported
1047 this->GetDirtyManager()->MergeDirtyRect(this->GetOldDirtyInSurface());
1341 These two values are the same in most cases. If there are filter cache occlusion, this two values will be
1369 // [planning] Remove this after skia is upgraded, the clipRegion is supported
1452 // mark if this sel
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dutil.S8 | derivatives of this routine.
19 | For details on the license for this file, please see the
20 | file, README, in this same directory.
325 | get destination format - this is the also the rounding precision
H A Dtbldo.S20 | For details on the license for this file, please see the
21 | file, README, in this same directory.

Completed in 31 milliseconds

1...<<211212213214215216217218219220>>...234