Home
last modified time | relevance | path

Searched defs:V (Results 1 – 25 of 959) sorted by relevance

12345678910>>...39

/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DFDRRecords.cpp18 Error BufferExtents::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
19 Error WallclockRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
20 Error NewCPUIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
21 Error TSCWrapRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
22 Error CustomEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
23 Error CallArgRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
24 Error PIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
25 Error NewBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
26 Error EndBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
27 Error FunctionRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h455 ConstantInt *getInt1(bool V) { in getInt1()
1089 ReturnInst *CreateRet(Value *V) { in CreateRet()
1323 if (Value *V = variable
1340 if (Value *V = variable
1357 if (Value *V = variable
1412 if (Value *V = variable
2336 if (auto *V = Folder.FoldICmp(P, LHS, RHS)) variable
2445 if (Value *V = Folder.FoldExtractElement(Vec, Idx)) variable
2487 if (Value *V = Folder.FoldShuffleVector(V1, V2, Mask)) variable
2501 if (auto *V = Folder.FoldExtractValue(Agg, Idxs)) variable
[all …]
H A DIntrinsicInst.h134 static bool classof(const Value *V) { in classof()
158 static bool classof(const Value *V) { in classof()
185 static bool classof(const Value *V) { in classof()
424 static bool classof(const Value *V) { in classof()
449 static bool classof(const Value *V) { in classof()
473 static bool classof(const Value *V) { in classof()
524 static bool classof(const Value *V) { in classof()
544 static bool classof(const Value *V) { in classof()
602 static bool classof(const Value *V) { in classof()
649 static bool classof(const Value *V) { in classof()
[all …]
H A DConstants.h69 static bool classof(const Value *V) { in classof()
115 static ConstantInt *getSigned(IntegerType *Ty, int64_t V) { in getSigned()
118 static Constant *getSigned(Type *Ty, int64_t V) { in getSigned()
172 bool equalsInt(uint64_t V) const { return Val == V; } in equalsInt()
252 static bool classof(const Value *V) { in classof()
319 bool isExactlyValue(double V) const { in isExactlyValue()
327 static bool classof(const Value *V) { in classof()
368 static bool classof(const Value *V) { in classof()
393 static bool classof(const Value *V) { in classof()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h206 static bool classof(SVal V) { return !V.isUndef(); } in classof()
217 static bool classof(SVal V) { return V.getKind() == UnknownValKind; } in classof()
228 static bool classof(SVal V) { return !V.isUnknownOrUndef(); } in classof()
238 /*implicit*/ KnownSVal(DefinedSVal V) : SVal(V) {} in KnownSVal()
239 /*implicit*/ KnownSVal(UndefinedVal V) : SVal(V) {} in KnownSVal()
240 static bool classof(SVal V) { return !V.isUnknown(); } in classof()
255 static bool classof(SVal V) { in classof()
272 static bool classof(SVal V) { in classof()
301 static bool classof(SVal V) { return V.getKind() == SymbolValKind; } in classof()
311 static bool classof(SVal V) { return V.getKind() == ConcreteIntKind; } in classof()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h64 DWARFFormValue(dwarf::Form F, ValueType V) : Form(F), Value(V) {} in DWARFFormValue()
179 toString(const std::optional<DWARFFormValue> &V) { in toString()
228 toUnsigned(const std::optional<DWARFFormValue> &V) { in toUnsigned()
240 inline uint64_t toUnsigned(const std::optional<DWARFFormValue> &V, in toUnsigned()
251 toReference(const std::optional<DWARFFormValue> &V) { in toReference()
285 inline int64_t toSigned(const std::optional<DWARFFormValue> &V, in toSigned()
296 toAddress(const std::optional<DWARFFormValue> &V) { in toAddress()
303 toSectionedAddress(const std::optional<DWARFFormValue> &V) { in toSectionedAddress()
315 inline uint64_t toAddress(const std::optional<DWARFFormValue> &V, in toAddress()
326 toSectionOffset(const std::optional<DWARFFormValue> &V) { in toSectionOffset()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h64 static bool classof(const Value *V) { in classof()
76 static bool classof(const Value *V) { in classof()
107 static bool classof(const Value *V) { in classof()
195 static bool classof(const Value *V) { in classof()
243 static bool classof(const Value *V) { in classof()
256 static bool classof(const Value *V) { in classof()
269 static bool classof(const Value *V) { in classof()
320 static bool classof(const Value *V) { in classof()
339 static bool classof(const Value *V) { in classof()
358 static bool classof(const Value *V) { in classof()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h152 void setAllowHashInIdentifier(bool V) { AllowHashInIdentifier = V; } in setAllowHashInIdentifier()
160 void setLexMasmIntegers(bool V) { LexMasmIntegers = V; } in setLexMasmIntegers()
164 void useMasmDefaultRadix(bool V) { UseMasmDefaultRadix = V; } in useMasmDefaultRadix()
170 void setLexMasmHexFloats(bool V) { LexMasmHexFloats = V; } in setLexMasmHexFloats()
174 void setLexMasmStrings(bool V) { LexMasmStrings = V; } in setLexMasmStrings()
178 void setLexMotorolaIntegers(bool V) { LexMotorolaIntegers = V; } in setLexMotorolaIntegers()
181 void setLexHLASMIntegers(bool V) { LexHLASMIntegers = V; } in setLexHLASMIntegers()
186 void setLexHLASMStrings(bool V) { LexHLASMStrings = V; } in setLexHLASMStrings()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTinyPtrVector.h46 if (VecTy *V = dyn_cast_if_present<VecTy *>(Val)) in ~TinyPtrVector() local
47 delete V; in ~TinyPtrVector() local
51 if (VecTy *V = dyn_cast_if_present<VecTy *>(Val)) in TinyPtrVector() local
98 if (VecTy *V = dyn_cast_if_present<VecTy *>(Val)) { variable
105 delete V; variable
252 EltTy V = cast<EltTy>(Val); in push_back() local
319 EltTy V = cast<EltTy>(Val); in insert() local
346 EltTy V = cast<EltTy>(Val); in insert() local
H A DDenseSet.h97 size_type count(const_arg_type_t<ValueT> V) const { in count()
101 bool erase(const ValueT &V) { in erase()
179 iterator find(const_arg_type_t<ValueT> V) { return Iterator(TheMap.find(V)); } in find()
180 const_iterator find(const_arg_type_t<ValueT> V) const { in find()
185 bool contains(const_arg_type_t<ValueT> V) const { in contains()
206 std::pair<iterator, bool> insert(const ValueT &V) { in insert()
211 std::pair<iterator, bool> insert(ValueT &&V) { in insert()
219 std::pair<iterator, bool> insert_as(const ValueT &V, in insert_as()
224 std::pair<iterator, bool> insert_as(ValueT &&V, const LookupKeyT &LookupKey) { in insert_as()
H A DSmallSet.h166 size_type count(const T &V) const { in count()
179 std::pair<const_iterator, bool> insert(const T &V) { in insert()
207 bool erase(const T &V) { in erase()
236 bool contains(const T &V) const { in contains()
245 VIterator vfind(const T &V) const { in vfind()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp685 if (Value *V = in simplifyAddInst() local
968 if (Value *V = in simplifyMulInst() local
1403 if (Value *V = in simplifyRightShift() local
1431 if (Value *V = in simplifyShlInst() local
1693 Value *V; in simplifyAndOfICmpsWithAdd() local
1784 Value *V; in simplifyOrOfICmpsWithAdd() local
2052 if (Value *V = in simplifyAndCommutative() local
2129 if (Value *V = in simplifyAndInst() local
2408 if (Value *V = in simplifyOrInst() local
2411 if (Value *V = in simplifyOrInst() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp206 bool TypePromotionImpl::EqualTypeSize(Value *V) { in EqualTypeSize()
229 bool TypePromotionImpl::isSource(Value *V) { in isSource()
248 bool TypePromotionImpl::isSink(Value *V) { in isSink()
380 bool TypePromotionImpl::shouldPromote(Value *V) { in shouldPromote()
458 for (auto *V : Sources) { in ExtendSources() local
477 for (auto *V : Visited) { in PromoteTree() local
589 for (auto *V : Visited) { in Cleanup() local
625 for (auto *V : Visited) { in ConvertTruncs() local
664 for (auto *V : Visited) { in Mutate() local
797 auto AddLegalInst = [&](Value *V) { in TryToPromote()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h69 inline const Value *GetUnderlyingObjCPtr(const Value *V) { in GetUnderlyingObjCPtr()
82 const Value *V, in GetUnderlyingObjCPtrCached()
110 inline const Value *GetRCIdentityRoot(const Value *V) { in GetRCIdentityRoot()
124 inline Value *GetRCIdentityRoot(Value *V) { in GetRCIdentityRoot()
135 inline bool IsNullOrUndef(const Value *V) { in IsNullOrUndef()
186 inline bool IsObjCIdentifiedObject(const Value *V) { in IsObjCIdentifiedObject()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValueSymbolTable.cpp43 ValueName *ValueSymbolTable::makeUniqueName(Value *V, in makeUniqueName()
72 void ValueSymbolTable::reinsertValue(Value *V) { in reinsertValue()
93 void ValueSymbolTable::removeValueName(ValueName *V) { in removeValueName()
102 ValueName *ValueSymbolTable::createValueName(StringRef Name, Value *V) { in createValueName()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h65 typename T::Type V; in atomic_load() local
71 inline void atomic_store(volatile T *A, typename T::Type V, memory_order MO) { in atomic_store()
79 inline typename T::Type atomic_fetch_add(volatile T *A, typename T::Type V, in atomic_fetch_add()
86 inline typename T::Type atomic_fetch_sub(volatile T *A, typename T::Type V, in atomic_fetch_sub()
93 inline typename T::Type atomic_fetch_and(volatile T *A, typename T::Type V, in atomic_fetch_and()
100 inline typename T::Type atomic_fetch_or(volatile T *A, typename T::Type V, in atomic_fetch_or()
107 inline typename T::Type atomic_exchange(volatile T *A, typename T::Type V, in atomic_exchange()
131 inline void atomic_store_relaxed(volatile T *A, typename T::Type V) { in atomic_store_relaxed()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h60 std::string VisitUnknownVal(UnknownVal V) { in VisitUnknownVal()
64 std::string VisitUndefinedVal(UndefinedVal V) { in VisitUndefinedVal()
68 std::string VisitMemRegionVal(loc::MemRegionVal V) { in VisitMemRegionVal()
79 std::string VisitConcreteInt(loc::ConcreteInt V) { in VisitConcreteInt()
87 std::string VisitSymbolVal(nonloc::SymbolVal V) { in VisitSymbolVal()
91 std::string VisitConcreteInt(nonloc::ConcreteInt V) { in VisitConcreteInt()
100 std::string VisitLazyCompoundVal(nonloc::LazyCompoundVal V) { in VisitLazyCompoundVal()
107 if (auto V = dyn_cast<VarRegion>(R)) in VisitSymbolRegionValue() local
276 std::string VisitSVal(SVal V) { in VisitSVal()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVR.h54 template <typename T> bool isProgramMemoryAddress(T *V) { in isProgramMemoryAddress()
65 template <typename T> AddressSpace getAddressSpace(T *V) { in getAddressSpace()
75 auto *V = N->getMemOperand()->getValue(); in isProgramMemoryAccess() local
86 auto *V = N->getMemOperand()->getValue(); in getProgramMemoryBank() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp29 static Constant *getNegativeIsTrueBoolVec(Constant *V) { in getNegativeIsTrueBoolVec()
1873 auto *V = dyn_cast<Constant>(II.getArgOperand(1)); in simplifyX86pshufb() local
1918 auto *V = dyn_cast<Constant>(II.getArgOperand(1)); in simplifyX86vpermilvar() local
1965 auto *V = dyn_cast<Constant>(II.getArgOperand(1)); in simplifyX86vpermv() local
2187 if (Value *V = simplifyX86movmsk(II, IC.Builder)) { in instCombineIntrinsic() local
2255 Value *V; in instCombineIntrinsic() local
2300 Value *V; in instCombineIntrinsic() local
2495 if (Value *V = in instCombineIntrinsic() local
2504 if (Value *V = in instCombineIntrinsic() local
2730 if (Value *V = simplifyX86pshufb(II, IC.Builder)) { in instCombineIntrinsic() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.cpp25 Error BitcodeReaderValueList::assignValue(unsigned Idx, Value *V, in assignValue()
64 if (Value *V = ValuePtrs[Idx].first) { in getValueFwdRef() local
83 Value *V = new Argument(Ty); in getValueFwdRef() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h429 inline void write16(void *P, uint16_t V, endianness E) { in write16()
432 inline void write32(void *P, uint32_t V, endianness E) { in write32()
435 inline void write64(void *P, uint64_t V, endianness E) { in write64()
439 template <endianness E> inline void write16(void *P, uint16_t V) { in write16()
442 template <endianness E> inline void write32(void *P, uint32_t V) { in write32()
449 inline void write16le(void *P, uint16_t V) { in write16le()
452 inline void write32le(void *P, uint32_t V) { in write32le()
455 inline void write64le(void *P, uint64_t V) { in write64le()
458 inline void write16be(void *P, uint16_t V) { in write16be()
461 inline void write32be(void *P, uint32_t V) { in write32be()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp139 SVal V = state->getSVal(LHS, LCtx); in VisitBinaryOperator() local
200 SVal V = svalBuilder.getBlockPointer(BD, T, in VisitBlockExpr() local
337 SVal V = state->getSVal(Ex, LCtx); in VisitCast() local
344 SVal V = state->getSVal(Ex, LCtx); in VisitCast() local
365 SVal V = state->getSVal(Ex, LCtx); in VisitCast() local
410 SVal V = state->getSVal(Ex, LCtx); in VisitCast() local
441 if (std::optional<SVal> V = in VisitCast() local
508 SVal V = state->getSVal(Ex, LCtx); in VisitCast() local
772 SVal V; in VisitInitListExpr() local
815 SVal V; in VisitGuardedExpr() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp38 auto &V = C.first; in initializeCounts() local
56 auto GetEntryCount = [](ValueInfo V) { in computeSyntheticCounts()
65 auto AddToEntryCount = [](ValueInfo V, Scaled64 New) { in computeSyntheticCounts()
76 auto GetProfileCount = [&](ValueInfo V, FunctionSummary::EdgeTy &Edge) { in computeSyntheticCounts()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.h69 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections()
82 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V) { in visitDebugSubsections()
89 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections()
97 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp71 Value *&V = Loads[PN->getIncomingBlock(i)]; in DemoteRegToStack() local
84 Value *V = new LoadInst(I.getType(), Slot, I.getName() + ".reload", in DemoteRegToStack() local
161 Value *V = in DemotePHIToStack() local
166 Value *V = in DemotePHIToStack() local

12345678910>>...39