Searched refs:pointer (Results 251 - 275 of 345) sorted by relevance

<<11121314

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp800 "didn't expect split byval pointer");
803 // We just need to copy the frame index value to the pointer.
941 LLT::pointer(AS, DL.getPointerSizeInBits(AS)));
948 // NOTE: Assume that a pointer won't get split into more than one VT.
964 LLT FramePtrTy = LLT::pointer(AS, DL.getPointerSizeInBits(AS));
1140 LLT PtrTy = LLT::pointer(Flags.getPointerAddrSpace(),
1151 return LLT::pointer(AddrSpace, DL.getPointerSize(AddrSpace));
1251 /// pointer information in the CCValAssign. We accept copies from physical
1253 /// pointer LLT.
/freebsd-current/contrib/llvm-project/libcxx/include/__iterator/
H A Dcommon_iterator.h287 using pointer = typename __arrow_type_or_void<_Iter, _Sent>::type;
/freebsd-current/cddl/lib/libzpool/
H A DMakefile291 CFLAGS.gcc+= -Wno-pointer-to-int-cast
/freebsd-current/sys/conf/
H A Dkern.pre.mk249 -Wno-pointer-arith \
327 OFEDNOERR= -Wno-cast-qual -Wno-pointer-arith
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h59 /// Return a pointer to the left subtree. This value
63 /// Return a pointer to the right subtree. This value is
256 // pointer is externally viewable by client code, the
648 using pointer = value_type *;
764 using pointer = value_type *;
885 /// Generic profile trait for pointer types. We treat pointers as
930 /// ImutContainerInfo - Specialization for pointer values to treat pointers
967 /// Constructs a set from a pointer to a tree root. In general one
1095 /// Constructs a set from a pointer to a tree root. In general one
/freebsd-current/crypto/openssl/crypto/
H A Dsparccpuid.S31 ! stack wiping I return pointer to the top of stack of the *caller*.
133 add %fp,BIAS,%i0 ! return pointer to caller��s top of stack
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Dacpi.c116 return buf.pointer;
178 memcpy(&le_value, obj->buffer.pointer,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp733 if (PtrTy != LLT::pointer(0, 64)) {
734 LLVM_DEBUG(dbgs() << "Load/Store pointer has type: " << PtrTy
735 << ", expected: " << LLT::pointer(0, 64) << '\n');
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h112 /// getRegUseDefListHead - Return the head pointer for the register use/def
907 // frame pointer when the register allocator has already used the frame
908 // pointer register for something else.
1036 using pointer = value_type *;
1144 using pointer = value_type *;
H A DMachineBasicBlock.h171 /// constant, this contains a pointer to that block.
487 using pointer = const RegisterMaskPair *;
528 pointer operator->() const {
802 /// Otherwise return a null pointer.
811 /// Otherwise return a null pointer.
838 /// Returns a pointer to the first instruction in this block that is not a
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp148 // If a null pointer expression's type is the C++0x nullptr_t, then
375 /// EmitPointerToBoolConversion - Perform a pointer to boolean conversion.
1055 // We ignore conversions to/from pointer and/or bool.
1167 // We ignore conversions to/from pointer and/or bool.
1387 // Handle pointer conversions next: pointers can only be converted to/from
1388 // other pointers and integers. Check for pointer types in terms of LLVM, as
1389 // some native types (like Obj-C id) may map to a pointer type.
1391 // The source value may be an integer, or a pointer.
1402 // Then, cast to pointer.
2109 // Casting to pointer tha
3622 Value *pointer = op.LHS; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp459 } else if (Ty == LLT::scalar(32) || Ty == LLT::pointer(0, 32)) {
469 } else if (Ty == LLT::scalar(64) || Ty == LLT::pointer(0, 64)) {
601 if (Ty == LLT::pointer(0, 64))
603 else if (Ty == LLT::pointer(0, 32))
1511 LLT::pointer(0, MF.getDataLayout().getPointerSizeInBits()), Alignment);
H A DX86LegalizerInfo.cpp43 const LLT p0 = LLT::pointer(0, TM.getPointerSizeInBits(0));
329 // pointer handling
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc275 // Minimal const-propagating pointer.
379 const char* p; // A pointer field.
426 // Tests that Field(&Foo::field, ...) works when field is a pointer.
435 // Matching a pointer that is not NULL.
523 // Tests that Field() works when the argument is a pointer to const.
533 // Tests that Field() works when the argument is a pointer to non-const.
543 // Tests that Field() works when the argument is a reference to a const pointer.
553 // Tests that Field() does not match the NULL pointer.
572 // Tests that Field() can describe itself when used to match a pointer.
588 // Tests that Field() can explain the result of matching a pointer
2213 const int* const pointer = a; local
3120 const int* const pointer = a; local
[all...]
/freebsd-current/sys/dev/ixgbe/
H A Dixgbe_common.c65 * @hw: pointer to the hardware structure
156 * @hw: pointer to hardware structure
231 * @hw: pointer to hardware structure
388 * @hw: pointer to hardware structure
451 * @hw: pointer to hw structure
488 * @hw: pointer to hardware structure
522 * @hw: pointer to hardware structure
636 * @hw: pointer to hardware structure
747 * @hw: pointer to hardware structure
781 * @hw: pointer t
2217 u16 pointer = 0; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp147 auto AddrReg = MIRBuilder.buildFrameIndex(LLT::pointer(0, 64), FI);
178 // The calling code knows if this is a pointer or not, we're only touching
251 LLT p0 = LLT::pointer(0, 64);
558 const LLT p0 = LLT::pointer(0, 64);
940 // Byval parameters hand the function a pointer directly into the stack area
1139 // The stack pointer must be 16-byte aligned at all times it's used for a
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h235 using pointer = NodeId *;
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h650 // set_up_tc: pointer to the function that sets up the test suite
651 // tear_down_tc: pointer to the function that tears down the test suite
669 // set_up_tc: pointer to the function that sets up the test suite
670 // tear_down_tc: pointer to the function that tears down the test suite
775 return *(gtest_trace_stack_.pointer());
785 // Returns a pointer to the parsed --gtest_internal_run_death_test
793 // Returns a pointer to the current death test factory.
/freebsd-current/sys/netgraph/
H A Dng_pppoe.c292 node_p node; /* back pointer to node */
309 void *pointer; member in union:uniq
654 if (cookie.pointer == NG_HOOK_PRIVATE(hook))
657 CTR3(KTR_NET, "%20s: matched %p for %p", __func__, hook, cookie.pointer);
1524 uniqtag.data.pointer = sp;
/freebsd-current/sys/crypto/openssl/arm/
H A Dghashv8-armx.S119 @ increment for input pointer;
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h127 // Convert smart pointer to pointer (C++ only)
354 /// pointer to the original declaration.
641 /// A Literal pointer to an object allocated in memory.
642 /// At compile time, pointer literals are represented by symbolic names.
650 // The clang declaration for the value that this pointer points to.
1047 SExpr *pointer() { return Ptr; } function in class:clang::threadSafety::Load
1048 const SExpr *pointer() const { return Ptr; } function in class:clang::threadSafety::Load
1058 return Cmp.compare(pointer(), E->pointer());
[all...]
/freebsd-current/lib/libc/amd64/string/
H A Dstpncpy.S241 lea (%rdi, %r8, 1), %rax # return pointer to NUL byte
/freebsd-current/stand/i386/boot0/
H A Dboot0.S85 * %si pointer to the partition table from which we were loaded.
247 * Start out with a pointer to the 4th byte of the first table entry
454 * Around the call, save the partition pointer to %bx and
570 movw %sp,%si # Packet pointer
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLegalizerInfo.cpp71 const LLT p0 = LLT::pointer(0, 32);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp43 const LLT p0 = LLT::pointer(0, XLen);
360 // va_list must be a pointer, but most sized types are pretty easy to handle

Completed in 305 milliseconds

<<11121314