Searched refs:get (Results 151 - 175 of 3120) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h67 return get();
77 return get();
80 PtrTy get() const { function in class:clang::OpaquePtr
104 OpaquePtr<T> get() const { return OpaquePtr<T>::getFromOpaquePtr(Ptr); } function in struct:clang::UnionOpaquePtr
105 operator OpaquePtr<T>() const { return get(); }
170 PtrTy get() const { return Val; } function in class:clang::ActionResult
171 template <typename T> T *getAs() { return static_cast<T *>(get()); }
203 PtrTy get() const { function in class:clang::ActionResult
207 template <typename T> T *getAs() { return static_cast<T *>(get()); }
222 PtrTraits::getAsVoidPointer(Result.get())
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandAtomicPseudoInsts.cpp163 TII->get(Width == 32 ? LoongArch::LL_W : LoongArch::LL_D), DestReg)
170 BuildMI(LoopMBB, DL, TII->get(LoongArch::OR), ScratchReg)
175 BuildMI(LoopMBB, DL, TII->get(LoongArch::AND), ScratchReg)
178 BuildMI(LoopMBB, DL, TII->get(LoongArch::NOR), ScratchReg)
183 BuildMI(LoopMBB, DL, TII->get(LoongArch::ADD_W), ScratchReg)
188 BuildMI(LoopMBB, DL, TII->get(LoongArch::SUB_W), ScratchReg)
193 BuildMI(LoopMBB, DL, TII->get(LoongArch::AND), ScratchReg)
198 BuildMI(LoopMBB, DL, TII->get(LoongArch::OR), ScratchReg)
203 BuildMI(LoopMBB, DL, TII->get(LoongArch::XOR), ScratchReg)
209 TII->get(Widt
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h49 /// OtherClass *Other = dyn_cast<OtherClass>(Ptr); // Ptr.get() not required
186 IntrusiveRefCntPtr(IntrusiveRefCntPtr<X> S) : Obj(S.get()) {
205 T *get() const { return Obj; } function in class:llvm::IntrusiveRefCntPtr
242 return A.get() == B.get();
248 return A.get() != B.get();
253 return A.get() == B;
258 return A.get() != B;
263 return A == B.get();
[all...]
H A DImmutableMap.h100 TreeTy *T = F.add(Old.Root.get(), std::pair<key_type, data_type>(K, D));
105 TreeTy *T = F.remove(Old.Root.get(), K);
119 return Root && RHS.Root ? Root->isEqual(*RHS.Root.get()) : Root == RHS.Root;
123 return Root && RHS.Root ? Root->isNotEqual(*RHS.Root.get())
129 return Root.get();
132 TreeTy *getRootWithoutRetain() const { return Root.get(); }
166 iterator begin() const { return iterator(Root.get()); }
192 ID.AddPointer(M.Root.get());
244 Factory->add(Root.get(), std::pair<key_type, data_type>(K, D));
249 TreeTy *NewT = Factory->remove(Root.get(),
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__functional/
H A Dperfect_forward.h55 noexcept(_Op()(std::get<_Idx>(__bound_args_)..., std::forward<_Args>(__args)...)))
56 -> decltype(_Op()(std::get<_Idx>(__bound_args_)..., std::forward<_Args>(__args)...)) {
57 return _Op()(std::get<_Idx>(__bound_args_)..., std::forward<_Args>(__args)...);
65 noexcept(_Op()(std::get<_Idx>(__bound_args_)..., std::forward<_Args>(__args)...)))
66 -> decltype(_Op()(std::get<_Idx>(__bound_args_)..., std::forward<_Args>(__args)...)) {
67 return _Op()(std::get<_Idx>(__bound_args_)..., std::forward<_Args>(__args)...);
75 noexcept(_Op()(std::get<_Idx>(std::move(__bound_args_))..., std::forward<_Args>(__args)...)))
76 -> decltype(_Op()(std::get<_Idx>(std::move(__bound_args_))..., std::forward<_Args>(__args)...)) {
77 return _Op()(std::get<_Idx>(std::move(__bound_args_))..., std::forward<_Args>(__args)...);
85 noexcept(_Op()(std::get<_Id
[all...]
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCXXPredicates.h48 static const CXXPredicateCode &get(CXXPredicateCodePool &Pool,
55 return get(AllCXXMatchCode, std::move(Code));
59 return get(AllCXXApplyCode, std::move(Code));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp40 // Note that technically the last frame area (VLAs) doesn't get created until
152 BuildMI(MBB, MBBI, DL, TII.get(VE::STrii))
157 BuildMI(MBB, MBBI, DL, TII.get(VE::STrii))
164 BuildMI(MBB, MBBI, DL, TII.get(VE::STrii))
169 BuildMI(MBB, MBBI, DL, TII.get(VE::STrii))
176 BuildMI(MBB, MBBI, DL, TII.get(VE::STrii))
200 BuildMI(MBB, MBBI, DL, TII.get(VE::LDrii), VE::SX17)
205 BuildMI(MBB, MBBI, DL, TII.get(VE::LDrii), VE::SX16)
209 BuildMI(MBB, MBBI, DL, TII.get(VE::LDrii), VE::SX15)
215 BuildMI(MBB, MBBI, DL, TII.get(V
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PointerAuth.cpp76 BuildMI(MBB, MBBI, DL, TII->get(AArch64::ADR))
84 BuildMI(MBB, MBBI, DL, TII->get(AArch64::PACM)).setMIFlag(Flags);
100 BuildMI(MBB, MBBI, DL, TII->get(AArch64::EMITBKEY))
115 TII->get(MFnI.shouldSignWithBKey() ? AArch64::PACIBSPPC
122 TII->get(MFnI.shouldSignWithBKey() ? AArch64::PACIBSP
131 BuildMI(MBB, MBBI, DL, TII->get(TargetOpcode::CFI_INSTRUCTION))
135 BuildMI(MBB, MBBI, DL, TII->get(AArch64::SEH_PACSignLR))
170 TII->get(UseBKey ? AArch64::RETABSPPCi : AArch64::RETAASPPCi))
176 BuildMI(MBB, TI, DL, TII->get(UseBKey ? AArch64::RETAB : AArch64::RETAA))
185 TII->get(UseBKe
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp36 BuildMI(MBB, I, DL, get(BPF::MOV_rr), DestReg)
39 BuildMI(MBB, I, DL, get(BPF::MOV_rr_32), DestReg)
78 BuildMI(*BB, MI, dl, get(LdOpc))
81 BuildMI(*BB, MI, dl, get(StOpc))
92 BuildMI(*BB, MI, dl, get(BPF::LDW))
94 BuildMI(*BB, MI, dl, get(BPF::STW))
99 BuildMI(*BB, MI, dl, get(BPF::LDH))
101 BuildMI(*BB, MI, dl, get(BPF::STH))
106 BuildMI(*BB, MI, dl, get(BPF::LDB))
108 BuildMI(*BB, MI, dl, get(BP
[all...]
/freebsd-current/contrib/atf/atf-sh/
H A Datf-sh.cpp61 const std::string libexecdir = atf::env::get(
63 const std::string pkgdatadir = atf::env::get(
65 const std::string shell = atf::env::get("ATF_SHELL", ATF_SHELL);
128 m_shell(atf::fs::path(atf::env::get("ATF_SHELL", ATF_SHELL)))
139 INV(m_shell == atf::fs::path(atf::env::get("ATF_SHELL", ATF_SHELL)));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h96 SPIRVGlobalRegistry *getSPIRVGlobalRegistry() const { return GR.get(); }
99 return CallLoweringInfo.get();
102 return RegBankInfo.get();
105 return Legalizer.get();
108 return InstSelector.get();
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp29 delete get<CPlusPlusLanguage::MethodName>(m_cxx_method_parser);
74 get<CPlusPlusLanguage::MethodName>(m_cxx_method_parser)->GetBasename();
121 return get<CPlusPlusLanguage::MethodName>(m_cxx_method_parser)
138 return get<CPlusPlusLanguage::MethodName>(m_cxx_method_parser)
155 return get<CPlusPlusLanguage::MethodName>(m_cxx_method_parser)
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp526 E = result.get();
539 CK_FunctionToPointerDecay).get();
557 E = Res.get();
567 // to get a deterministic trap and are surprised by clang's behavior. This
613 &S.Context.Idents.get("object_setClass"),
629 &S.Context.Idents.get("object_getClass"),
650 E = result.get();
693 &Context.Idents.get("object_getClass"),
727 E = Res.get();
748 Res = ImplicitCastExpr::Create(Context, T, CK_AtomicToNonAtomic, Res.get(),
[all...]
H A DSemaCoroutine.cpp106 LookupResult R(S, &S.PP.getIdentifierTable().get("promise_type"), KwLoc,
149 LookupResult Result(S, &S.PP.getIdentifierTable().get("coroutine_handle"),
265 cast<UnresolvedLookupExpr>(R.get()));
275 LookupResult Found(S, &S.PP.getIdentifierTable().get("from_address"), Loc,
292 return S.BuildCallExpr(nullptr, FromAddr.get(), Loc, FramePtr, Loc);
304 DeclarationNameInfo NameInfo(&S.PP.getIdentifierTable().get(Name), Loc);
316 if (auto *TE = dyn_cast<TypoExpr>(Result.get())) {
325 return S.BuildCallExpr(nullptr, Result.get(), Loc, Args, EndLoc, nullptr);
348 Expr *JustAddress = AddressExpr.get();
475 Calls.Results[CallType] = Result.get();
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp94 ExecutionContext exe_ctx(m_opaque_sp.get(), lock);
117 ExecutionContext exe_ctx(m_opaque_sp.get(), lock);
124 return m_opaque_sp->GetThreadSP().get() != nullptr;
141 ExecutionContext exe_ctx(m_opaque_sp.get(), lock);
157 ExecutionContext exe_ctx(m_opaque_sp.get(), lock);
214 ExecutionContext exe_ctx(m_opaque_sp.get(), lock);
285 ExecutionContext exe_ctx(m_opaque_sp.get(), lock);
307 ExecutionContext exe_ctx(m_opaque_sp.get(), lock);
328 ExecutionContext exe_ctx(m_opaque_sp.get(), lock);
357 ExecutionContext exe_ctx(m_opaque_sp.get(), loc
1338 lldb_private::Thread *SBThread::get() { function in class:SBThread
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp56 m_sect_to_addr.find(section.get());
72 section.get(), module_sp->GetFileSpec(), section->GetName(),
73 load_addr, module_sp.get());
81 m_sect_to_addr.find(section.get());
88 m_sect_to_addr[section.get()] = load_addr;
139 __FUNCTION__, static_cast<void *>(section.get()),
161 static_cast<void *>(section_sp.get()), module_name.c_str(),
168 m_sect_to_addr.find(section_sp.get());
198 __FUNCTION__, static_cast<void *>(section_sp.get()),
204 m_sect_to_addr.find(section_sp.get());
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp142 // No need to constrain SrcReg. It will get constrained when we hit another of
197 BuildMI(MBB, I, DbgLoc, TII.get(PPC::MTVSRD), MoveReg).addReg(SrcReg);
205 BuildMI(MBB, I, DbgLoc, TII.get(ConvOp), DstReg).addReg(MoveReg);
222 BuildMI(MBB, I, DbgLoc, TII.get(TargetOpcode::COPY), CopyReg).addReg(SrcReg);
232 BuildMI(MBB, I, DbgLoc, TII.get(ConvOp), ConvReg).addReg(CopyReg);
235 BuildMI(MBB, I, DbgLoc, TII.get(PPC::MFVSRD), DstReg).addReg(ConvReg);
254 BuildMI(MBB, I, I.getDebugLoc(), TII.get(TargetOpcode::IMPLICIT_DEF),
259 BuildMI(MBB, I, I.getDebugLoc(), TII.get(TargetOpcode::INSERT_SUBREG),
266 BuildMI(MBB, I, I.getDebugLoc(), TII.get(PPC::RLDICL), DstReg)
305 return BuildMI(MBB, I, I.getDebugLoc(), TII.get(PP
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h100 static Constant *get(Type *Ty, uint64_t V, bool IsSigned = false);
108 static ConstantInt *get(IntegerType *Ty, uint64_t V, bool IsSigned = false);
116 return get(Ty, V, true);
119 return get(Ty, V, true);
124 static ConstantInt *get(LLVMContext &Context, const APInt &V);
128 static ConstantInt *get(IntegerType *Ty, StringRef Str, uint8_t Radix);
132 static Constant *get(Type *Ty, const APInt &V);
181 /// represent the value V. This can be used to avoid having the get method
276 static Constant *get(Type *Ty, double V);
280 static Constant *get(Typ
455 get(StructType *T, Csts *...Vs) { function in class:llvm::final
690 static Constant *get(LLVMContext &Context, ArrayRef<ElementTy> Elts) { function in class:llvm::final
699 static Constant *get(LLVMContext &Context, ArrayTy &Elts) { function in class:llvm::final
[all...]
/freebsd-current/contrib/kyua/utils/
H A Denv_test.cpp74 ATF_REQUIRE_EQ(utils::getenv("PATH").get(), (*iter).second);
84 ATF_REQUIRE(!path.get().empty());
108 ATF_REQUIRE_EQ(home, computed.get());
132 const std::string oldval = utils::getenv("PATH").get();
134 ATF_REQUIRE(utils::getenv("PATH").get() != oldval);
135 ATF_REQUIRE_EQ("foo-bar", utils::getenv("PATH").get());
139 ATF_REQUIRE_EQ("foo2-bar2", utils::getenv("__UNDEFINED_VARIABLE__").get());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCExpandPseudos.cpp68 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(), TII->get(AddOpc), AddrReg)
72 TII->get(getMappedOp(SI.getOpcode())))
93 BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(ARC::FLS_f_rr), Ra)
95 BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(ARC::MOV_cc_ru6), Rb)
99 BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(ARC::RSUB_cc_rru6))
120 BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(ARC::FFS_f_rr), R)
122 BuildMI(*MI.getParent(), MI, MI.getDebugLoc(), TII->get(ARC::MOV_cc_ru6))
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp60 if (sect.get()) {
80 if (sect_extab.get()) {
178 return m_object_file_unwind_up.get();
183 return m_eh_frame_up.get();
188 return m_debug_frame_up.get();
193 return m_compact_unwind_up.get();
198 return m_arm_unwind_up.get();
/freebsd-current/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp51 ConstantInt::get(SizeTy, Size),
52 ConstantInt::get(Int32Ty, Flags),
53 ConstantInt::get(Int32Ty, Data),
55 Constant *EntryInitializer = ConstantStruct::get(getEntryTy(M), EntryData);
86 ConstantAggregateZero::get(ArrayType::get(getEntryTy(M), 0u));
88 auto *EntryType = ArrayType::get(getEntryTy(M), 0);
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugIteratorModeling.cpp36 Getter get, SVal Default) const;
77 Getter get,
88 State = State->BindExpr(CE, C.getLocationContext(), get(Pos));
100 }, nonloc::ConcreteInt(BVF.getValue(llvm::APSInt::get(0))));
108 }, loc::ConcreteInt(BVF.getValue(llvm::APSInt::get(0))));
116 nonloc::ConcreteInt(BVF.getValue(llvm::APSInt::get((P->isValid()))));
117 }, nonloc::ConcreteInt(BVF.getValue(llvm::APSInt::get(0))));
75 analyzerIteratorDataField(const CallExpr *CE, CheckerContext &C, Getter get, SVal Default) const argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp31 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false);
47 EltTy = StructType::get(IRB.getInt32Ty(),
48 PointerType::get(FnTy, F->getAddressSpace()),
59 ConstantStruct::get(EltTy, ArrayRef(CSVals, EltTy->getNumElements()));
64 ArrayType *AT = ArrayType::get(EltTy, CurrentCtors.size());
65 Constant *NewInit = ConstantArray::get(AT, CurrentCtors);
106 ArrayType *ATy = ArrayType::get(ArrayEltTy, Init.size());
108 ConstantArray::get(ATy, Init.getArrayRef()),
139 ArrayType *ATy = ArrayType::get(ArrayEltTy, NewInit.size());
142 ConstantArray::get(AT
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp145 BuildMI(loop1MBB, DL, TII->get(LL), Scratch).addReg(Ptr).addImm(0);
146 BuildMI(loop1MBB, DL, TII->get(Mips::AND), Scratch2)
149 BuildMI(loop1MBB, DL, TII->get(BNE))
157 BuildMI(loop2MBB, DL, TII->get(Mips::AND), Scratch)
160 BuildMI(loop2MBB, DL, TII->get(Mips::OR), Scratch)
163 BuildMI(loop2MBB, DL, TII->get(SC), Scratch)
167 BuildMI(loop2MBB, DL, TII->get(BEQ))
175 BuildMI(sinkMBB, DL, TII->get(Mips::SRLV), Dest)
179 BuildMI(sinkMBB, DL, TII->get(SEOp), Dest).addReg(Dest);
183 BuildMI(sinkMBB, DL, TII->get(Mip
[all...]

Completed in 403 milliseconds

1234567891011>>