Searched refs:fill (Results 201 - 211 of 211) sorted by relevance

123456789

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp363 Row.fill(AMDGPU::NoSubRegister);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp2798 std::fill(FoldedMask.begin() + HwLen, FoldedMask.end(), -1);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1044 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions),
4352 /// should fill in the InVals array with legal-type argument values, and
4590 /// array. The implementation should fill in the InVals array with legal-type
5349 /// instruction selection by target hooks. e.g. To fill in optional defs for
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Darc.c838 ARC_FILL_COMPRESSED = 1 << 1, /* fill with compressed data */
839 ARC_FILL_ENCRYPTED = 1 << 2, /* fill with encrypted data */
841 ARC_FILL_IN_PLACE = 1 << 4 /* fill in place (special case) */
1234 * The hash table is big enough to fill all of physical memory
1973 * efficiently fill the buf with data of the specified compression setting from
1978 * will allocate a new data buffer for the buf, remove that flag, and fill the
2717 boolean_t noauth, boolean_t fill, arc_buf_t **ret)
2806 if (fill) {
10210 * fill +-----+-----+-----+-----+-----+
2715 arc_buf_alloc_impl(arc_buf_hdr_t *hdr, spa_t *spa, const zbookmark_phys_t *zb, const void *tag, boolean_t encrypted, boolean_t compressed, boolean_t noauth, boolean_t fill, arc_buf_t **ret) argument
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2037 std::fill(Types.begin(), Types.end(), TypeSetByHwMode());
2764 /// target, fill in Reason and return false. Otherwise, return true. This is
3795 // fill in the InstResults map.
/freebsd-current/contrib/bmake/
H A Dconfigure6317 /* HP-UX has wait3 but does not fill in rusage at all. */
/freebsd-current/sys/dev/bxe/
H A Dbxe.c1574 /* fill in the completion parameters */
1650 /* fill in addresses and len */
1687 /* fill in addresses and len */
2798 * If all the buffer descriptors are filled with mbufs then fill in
2800 * buffer limit is imposed then fill in the next producer index.
2859 "fp[%02d].tpa[%02d] TPA fill len_on_bd=%d frag_size=%d pages=%d\n",
2892 BLOGD(sc, DBG_LRO, "fp[%02d].tpa[%02d] TPA fill i=%d j=%d "
2918 "fp[%02d].tpa[%02d] TPA fill done frag_size=%d\n",
3286 * If all the buffer descriptors are filled with mbufs then fill in
3288 * buffer limit is imposed then fill i
9347 bxe_fill(struct bxe_softc *sc, uint32_t addr, int fill, uint32_t len) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1418 std::fill(CondCodeNodes.begin(), CondCodeNodes.end(),
1420 std::fill(ValueTypeNodes.begin(), ValueTypeNodes.end(),
7293 assert(Value.getValueType() == MVT::i8 && "memset with non-byte fill value?");
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1959 /// \Returns true if there are enough operands identical to \p Op to fill
9697 std::fill(std::next(Mask.begin(), Part * VL.size()),
10666 std::fill(std::next(Mask.begin(), I * SliceSize),
12970 // and fill the ready-list with initial instructions.
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp562 ThisDeclInfo->fill();
3252 // so fill in the canonical type field.
3280 // so fill in the canonical type field.
3374 // type either so fill in the canonical type field.
3412 // either, so fill in the canonical type field.
3452 // either, so fill in the canonical type field.
3485 // type either, so fill in the canonical type field.
3532 // is instantiation-dependent, this won't be a canonical type either, so fill
3801 // either, so fill in the canonical type field. We also have to pull
4036 // so fill i
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8300 AccessKind2Accesses.fill(nullptr);
12253 // Check if any excess argument (which we fill up with poison) is known to

Completed in 359 milliseconds

123456789