Searched refs:get (Results 276 - 300 of 3120) sorted by relevance

<<11121314151617181920>>

/freebsd-current/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dzpool_set_001_neg.ksh71 ACTUAL=$( $ZPOOL get $PROP $TESTPOOL | $GREP $PROP | $AWK '{print $1}' )
H A Dzpool_get_001_neg.ksh38 # zpool get works when run as a user
42 # 1. For each property, get that property
57 log_assert "zpool get works when run as a user"
66 ACTUAL=$( $ZPOOL get $PROP $TESTPOOL | $GREP $PROP | $AWK '{print $1}' )
74 log_must run_unprivileged "$ZPOOL get all $TESTPOOL"
76 log_pass "zpool get works when run as a user"
H A Dzfs_set_001_neg.ksh71 ACTUAL=$($ZFS get $PROP -o value -H snapdir $TESTPOOl/$TESTFS/prop )
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_020_pos.ksh88 log_must $ZPOOL get all $TESTPOOL
89 $ZPOOL get all $TESTPOOL > $TMPDIR/values.${TESTCASE_ID}
/freebsd-current/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_012_pos.ksh82 # get pool and filesystem sizes. Since we're starting with an empty
87 FS_SIZE=$( $ZFS get -p -H -o value used $TESTPOOL/$TESTFS )
107 NEW_FS_SIZE=$( $ZFS get -p -H -o value used $TESTPOOL/$TESTFS )
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Drun_program_wrapper.cpp38 memcpy(ArgVStorage.back().get(), Arg.data(), Arg.size());
44 ArgV.push_back(ArgStorage.get());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ReturnThunks.cpp81 const MCInstrDesc &CS = ST.getInstrInfo()->get(X86::CS_PREFIX);
82 const MCInstrDesc &JMP = ST.getInstrInfo()->get(X86::TAILJMPd);
/freebsd-current/usr.sbin/periodic/etc/daily/
H A D223.backup-zfs70 zfs get $daily_backup_zfs_get_flags > "$bak_dir/zfs_props.tmp"
73 zpool get $daily_backup_zpool_get_flags > "$bak_dir/zpool_props.tmp"
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DPatchableFunction.cpp47 TII->get(TargetOpcode::PATCHABLE_FUNCTION_ENTER));
57 TII->get(TargetOpcode::PATCHABLE_OP))
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp284 OriginalMCID = &TII->get(AArch64::FMLAv4i32_indexed);
285 ReplInstrMCID.push_back(&TII->get(AArch64::DUPv4i32lane));
286 ReplInstrMCID.push_back(&TII->get(AArch64::FMLAv4f32));
300 OriginalMCID = &TII->get(I.OrigOpc);
302 ReplInstrMCID.push_back(&TII->get(Repl));
364 DupMCID = &TII->get(AArch64::DUPv4i32lane);
365 MulMCID = &TII->get(AArch64::FMLAv4f32);
368 DupMCID = &TII->get(AArch64::DUPv4i32lane);
369 MulMCID = &TII->get(AArch64::FMLSv4f32);
372 DupMCID = &TII->get(AArch6
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h34 llvm::vfs::FileSystem *FS = llvm::vfs::getRealFileSystem().get();
45 llvm::yaml::Input Input(Buffer.get()->getBuffer());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerUnreachable.cpp137 FunctionType *ExitFTy = FunctionType::get(Type::getVoidTy(C), false);
138 InlineAsm *Exit = InlineAsm::get(ExitFTy, "exit;", "", true);
H A DNVVMIntrRange.cpp69 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Low)),
70 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, High))};
71 C->setMetadata(LLVMContext::MD_range, MDNode::get(Context, LowAndHigh));
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp122 auto *SrcIVTy = FixedVectorType::get(
123 IntegerType::get(C->getContext(), FPWidth), NumSrcElts);
134 return ConstantInt::get(DestTy, Result);
137 return ConstantFP::get(DestTy->getContext(), FP);
150 return FoldBitCast(ConstantVector::get(Ops), DestTy, DL);
179 auto *DestIVTy = FixedVectorType::get(
180 IntegerType::get(C->getContext(), FPWidth), NumDstElt);
192 auto *SrcIVTy = FixedVectorType::get(
193 IntegerType::get(C->getContext(), FPWidth), NumSrcElt);
236 Instruction::Shl, Src, ConstantInt::get(Sr
[all...]
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Darray.inc25 using std::get;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Doptions.h33 bool get(OptionBit Opt) const { return Val & (1U << static_cast<u32>(Opt)); } function in struct:scudo::Options
43 Options.get(OptionBit::UseMemoryTagging);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp33 std::string &get() { function in class:__anon3003::ModuleHasher
71 GV.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++));
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCXXPredicates.cpp22 [&](auto &Elt) { return Elt.second.get(); });
27 const CXXPredicateCode &CXXPredicateCode::get(CXXPredicateCodePool &Pool, function in class:llvm::gi::CXXPredicateCode
/freebsd-current/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp140 OS = BOS.get();
158 PassBuilder PB(Target.get(), PipelineTuningOptions(), std::nullopt, &PIC);
188 RunPasses(BOS.get(), Out.get(), M.get(), Context, Buffer, nullptr, nullptr,
226 RunPasses(BOS.get(), Out.get(), M.get(), Context, Buffer, &MPM, &MAM, MFPM,
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.cpp154 return get(M0) < I.get(M0);
159 return get(M0) == I.get(M0);
164 return get(M0).isSubClassOf(I.get(M0));
170 const RegSizeInfo &A0 = get(M0);
171 const RegSizeInfo &B0 = I.get(M0);
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dlibdispatch.h149 __merge_range_t* __r = __ranges.get();
230 __values.get() + __chunk,
235 std::__construct_at(__values.get() + __chunk, __transform(__first + __index));
240 std::make_move_iterator(__values.get()),
241 std::make_move_iterator(__values.get() + __partitions.__chunk_count_),
272 std::__construct_at(__values.get(), std::move(*__first));
274 std::__construct_at(__values.get() + __i, std::move(__values.get()[__i - 1]));
276 *__first = std::move(__values.get()[__size - 1]);
297 __inplace_merge_chunks(__values.get());
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h413 return get(Opcode).TSFlags & SIInstrFlags::SALU;
421 return get(Opcode).TSFlags & SIInstrFlags::VALU;
445 return get(Opcode).TSFlags & SIInstrFlags::SOP1;
453 return get(Opcode).TSFlags & SIInstrFlags::SOP2;
461 return get(Opcode).TSFlags & SIInstrFlags::SOPC;
469 return get(Opcode).TSFlags & SIInstrFlags::SOPK;
477 return get(Opcode).TSFlags & SIInstrFlags::SOPP;
485 return get(Opcode).TSFlags & SIInstrFlags::IsPacked;
493 return get(Opcode).TSFlags & SIInstrFlags::VOP1;
501 return get(Opcod
[all...]
/freebsd-current/contrib/kyua/utils/
H A Dauto_array_test.cpp175 ATF_TEST_CASE(get); variable
176 ATF_TEST_CASE_HEAD(get)
178 set_md_var("descr", "Tests the auto_array smart pointer class' get "
181 ATF_TEST_CASE_BODY(get)
185 ATF_REQUIRE_EQ(t.get(), ta);
306 ATF_ADD_TEST_CASE(tcs, get);
/freebsd-current/tools/test/stress2/testcases/lockf/
H A Dlockf.c49 get(void) { function
61 err(1, "get: read(%d)", fd);
63 errx(1, "get() read 0 bytes");
65 errx(1, "get() size error: %d", r);
159 while ((get() & 1) == 0 && done_testing == 0)
162 printf("Child %d, sem = %d\n", i, get()),
169 while ((get() & 1) == 1 && done_testing == 0)
172 printf("Parent %d, sem = %d\n", i, get()),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp72 BuildMI(MBB, MBBI, dl, TII.get(AdjOp), StackPtr)
142 BuildMI(MBB, MBBI, dl, TII->get(Opc), ARC::SP)
148 BuildMI(MBB, MBBI, dl, TII->get(ARC::ST_AW_rs9))
159 BuildMI(MBB, MBBI, dl, TII->get(ARC::PUSH_S_BLINK));
160 BuildMI(MBB, MBBI, dl, TII->get(ARC::SUB_rru6))
164 BuildMI(MBB, MBBI, dl, TII->get(ARC::BL))
173 BuildMI(MBB, MBBI, dl, TII->get(ARC::PUSH_S_BLINK));
187 TII->get(isUInt<6>(MFI.getStackSize()) ? ARC::ADD_rru6
200 BuildMI(MBB, MBBI, dl, TII->get(TargetOpcode::CFI_INSTRUCTION))
208 BuildMI(MBB, MBBI, dl, TII->get(TargetOpcod
[all...]

Completed in 206 milliseconds

<<11121314151617181920>>