/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | FDRRecords.cpp | 18 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/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 64 DWARFFormValue(dwarf::Form F, const ValueType &V) : Form(F), Value(V) {} in DWARFFormValue() 177 toString(const std::optional<DWARFFormValue> &V) { in toString() 213 inline const char *toString(const std::optional<DWARFFormValue> &V, in toString() 226 toUnsigned(const std::optional<DWARFFormValue> &V) { in toUnsigned() 238 inline uint64_t toUnsigned(const std::optional<DWARFFormValue> &V, in toUnsigned() 250 toRelativeReference(const std::optional<DWARFFormValue> &V) { in toRelativeReference() 262 inline uint64_t toRelativeReference(const std::optional<DWARFFormValue> &V, in toRelativeReference() 274 toDebugInfoReference(const std::optional<DWARFFormValue> &V) { in toDebugInfoReference() 288 inline uint64_t toDebugInfoReference(const std::optional<DWARFFormValue> &V, in toDebugInfoReference() 299 toSignatureReference(const std::optional<DWARFFormValue> &V) { in toSignatureReference() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 135 static bool classof(const Value *V) { in classof() 159 static bool classof(const Value *V) { in classof() 186 static bool classof(const Value *V) { in classof() 426 static bool classof(const Value *V) { in classof() 451 static bool classof(const Value *V) { in classof() 475 static bool classof(const Value *V) { in classof() 526 static bool classof(const Value *V) { in classof() 549 static bool classof(const Value *V) { in classof() 611 static bool classof(const Value *V) { in classof() 658 static bool classof(const Value *V) { in classof() [all …]
|
H A D | IRBuilder.h | 458 ConstantInt *getInt1(bool V) { in getInt1() 1100 ReturnInst *CreateRet(Value *V) { in CreateRet() 1112 Value *V = PoisonValue::get(getCurrentFunctionReturnType()); in CreateAggregateRet() local 1334 if (Value *V = variable 1351 if (Value *V = variable 1368 if (Value *V = variable 1385 if (Value *V = Folder.FoldExactBinOp(Instruction::UDiv, LHS, RHS, isExact)) variable 1398 if (Value *V = Folder.FoldExactBinOp(Instruction::SDiv, LHS, RHS, isExact)) variable 1410 if (Value *V = Folder.FoldBinOp(Instruction::URem, LHS, RHS)) variable 1416 if (Value *V = Folder.FoldBinOp(Instruction::SRem, LHS, RHS)) variable [all …]
|
H A D | Constants.h | 71 static bool classof(const Value *V) { in classof() 124 static ConstantInt *getSigned(IntegerType *Ty, int64_t V) { in getSigned() 127 static Constant *getSigned(Type *Ty, int64_t V) { in getSigned() 181 bool equalsInt(uint64_t V) const { return Val == V; } in equalsInt() 261 static bool classof(const Value *V) { in classof() 335 bool isExactlyValue(double V) const { in isExactlyValue() 343 static bool classof(const Value *V) { in classof() 384 static bool classof(const Value *V) { in classof() 409 static bool classof(const Value *V) { in classof()
|
H A D | ValueHandle.h | 53 void setValPtr(Value *V) { Val = V; } in setValPtr() 58 ValueHandleBase(HandleBaseKind Kind, Value *V) in ValueHandleBase() 93 Value *V = getValPtr(); variable 101 static bool isValid(Value *V) { in isValid()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SVals.h | 196 static bool classof(SVal V) { return V.getKind() == UndefinedValKind; } in classof() 206 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() 247 static bool classof(SVal V) { in classof() 264 static bool classof(SVal V) { in classof() 293 static bool classof(SVal V) { return V.getKind() == SymbolValKind; } in classof() 299 explicit ConcreteInt(const llvm::APSInt &V) : NonLoc(ConcreteIntKind, &V) {} in ConcreteInt() 303 static bool classof(SVal V) { return V.getKind() == ConcreteIntKind; } in classof() 326 static bool classof(SVal V) { return V.getKind() == LocAsIntegerKind; } in classof() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInstr.h | 64 static bool classof(const Value *V) { in classof() 76 static bool classof(const Value *V) { in classof() 109 static bool classof(const Value *V) { in classof() 140 static bool classof(const Value *V) { in classof() 228 static bool classof(const Value *V) { in classof() 276 static bool classof(const Value *V) { in classof() 289 static bool classof(const Value *V) { in classof() 302 static bool classof(const Value *V) { in classof() 353 static bool classof(const Value *V) { in classof() 372 static bool classof(const Value *V) { in classof() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | TinyPtrVector.h | 46 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 D | DenseSet.h | 97 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 D | SmallSet.h | 166 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/include/llvm/MC/MCParser/ |
H A D | MCAsmLexer.h | 152 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/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 134 static bool isSameCompare(Value *V, CmpInst::Predicate Pred, Value *LHS, in isSameCompare() 199 if (Value *V = simplifyAndInst(Cond, TCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() local 204 if (Value *V = simplifyOrInst(Cond, FCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() local 209 if (Value *V = simplifyXorInst( in handleOtherCmpSelSimplifications() local 216 static bool valueDominatesPHI(Value *V, PHINode *P, const DominatorTree *DT) { in valueDominatesPHI() 238 static Value *expandBinOp(Instruction::BinaryOps Opcode, Value *V, in expandBinOp() 281 if (Value *V = expandBinOp(Opcode, L, R, OpcodeToExpand, Q, MaxRecurse)) in expandCommutativeBinOp() local 283 if (Value *V = expandBinOp(Opcode, R, L, OpcodeToExpand, Q, MaxRecurse)) in expandCommutativeBinOp() local 310 if (Value *V = simplifyBinOp(Opcode, B, C, Q, MaxRecurse)) { in simplifyAssociativeBinOp() local 330 if (Value *V = simplifyBinOp(Opcode, A, B, Q, MaxRecurse)) { in simplifyAssociativeBinOp() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 207 bool TypePromotionImpl::EqualTypeSize(Value *V) { in EqualTypeSize() 211 bool TypePromotionImpl::LessOrEqualTypeSize(Value *V) { in LessOrEqualTypeSize() 215 bool TypePromotionImpl::GreaterThanTypeSize(Value *V) { in GreaterThanTypeSize() 219 bool TypePromotionImpl::LessThanTypeSize(Value *V) { in LessThanTypeSize() 230 bool TypePromotionImpl::isSource(Value *V) { in isSource() 249 bool TypePromotionImpl::isSink(Value *V) { in isSink() 382 bool TypePromotionImpl::shouldPromote(Value *V) { in shouldPromote() 439 auto InsertZExt = [&](Value *V, Instruction *InsertPt) { in ExtendSources() 460 for (auto *V : Sources) { in ExtendSources() local 479 for (auto *V : Visited) { in PromoteTree() local [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ObjCARCAnalysisUtils.h | 69 inline const Value *GetUnderlyingObjCPtr(const Value *V) { in GetUnderlyingObjCPtr() argument 82 const Value *V, in GetUnderlyingObjCPtrCached() argument 110 GetRCIdentityRoot(const Value * V) GetRCIdentityRoot() argument 124 GetRCIdentityRoot(Value * V) GetRCIdentityRoot() argument 135 IsNullOrUndef(const Value * V) IsNullOrUndef() argument 186 IsObjCIdentifiedObject(const Value * V) IsObjCIdentifiedObject() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 30 static Constant *getNegativeIsTrueBoolVec(Constant *V, const DataLayout &DL) { in getNegativeIsTrueBoolVec() 695 auto Not = [&](auto V) -> std::pair<Value *, uint8_t> { in simplifyTernarylogic() 1986 auto *V = dyn_cast<Constant>(II.getArgOperand(1)); in simplifyX86pshufb() local 2031 auto *V = dyn_cast<Constant>(II.getArgOperand(1)); in simplifyX86vpermilvar() local 2078 auto *V = dyn_cast<Constant>(II.getArgOperand(1)); in simplifyX86vpermv() local 2112 auto *V = dyn_cast<Constant>(II.getArgOperand(1)); in simplifyX86vpermv3() local 2323 if (Value *V = SimplifyDemandedVectorEltsLow(Arg, VWidth, 1)) { in instCombineIntrinsic() local 2336 if (Value *V = simplifyX86movmsk(II, IC.Builder)) { in instCombineIntrinsic() local 2375 if (Value *V = SimplifyDemandedVectorEltsLow(Arg0, VWidth, 1)) { in instCombineIntrinsic() local 2379 if (Value *V = SimplifyDemandedVectorEltsLow(Arg1, VWidth, 1)) { in instCombineIntrinsic() local [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | atomic_helpers.h | 65 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() argument 79 inline typename T::Type atomic_fetch_add(volatile T *A, typename T::Type V, in atomic_fetch_add() argument 86 inline typename T::Type atomic_fetch_sub(volatile T *A, typename T::Type V, in atomic_fetch_sub() argument 93 inline typename T::Type atomic_fetch_and(volatile T *A, typename T::Type V, in atomic_fetch_and() argument 100 atomic_fetch_or(volatile T * A,typename T::Type V,memory_order MO) atomic_fetch_or() argument 107 atomic_exchange(volatile T * A,typename T::Type V,memory_order MO) atomic_exchange() argument 131 atomic_store_relaxed(volatile T * A,typename T::Type V) atomic_store_relaxed() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ValueSymbolTable.cpp | 43 ValueName *ValueSymbolTable::makeUniqueName(Value *V, in makeUniqueName() 83 void ValueSymbolTable::reinsertValue(Value *V) { in reinsertValue() 104 void ValueSymbolTable::removeValueName(ValueName *V) { in removeValueName() 113 ValueName *ValueSymbolTable::createValueName(StringRef Name, Value *V) { in createValueName()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVR.h | 54 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/Bitcode/Reader/ |
H A D | ValueList.cpp | 84 ValuePtrs[Idx] = {V, TyID}; in getValueFwdRef() local 26 assignValue(unsigned Idx,Value * V,unsigned TypeID) assignValue() argument 65 if (Value *V = ValuePtrs[Idx].first) { getValueFwdRef() local [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Endian.h | 441 template <typename T, endianness E> inline void write(void *P, T V) { in write() 445 inline void write16(void *P, uint16_t V, endianness E) { in write16() 448 inline void write32(void *P, uint32_t V, endianness E) { in write32() 451 inline void write64(void *P, uint64_t V, endianness E) { in write64() 455 template <endianness E> inline void write16(void *P, uint16_t V) { in write16() 458 template <endianness E> inline void write32(void *P, uint32_t V) { in write32() 461 template <endianness E> inline void write64(void *P, uint64_t V) { in write64() 465 inline void write16le(void *P, uint16_t V) { in write16le() 468 inline void write32le(void *P, uint32_t V) { in write32le() 471 inline void write64le(void *P, uint64_t V) { in write64le() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 139 SVal V = state->getSVal(LHS, LCtx); in VisitBinaryOperator() local 200 SVal V = svalBuilder.getBlockPointer(BD, T, in VisitBlockExpr() local 268 SVal V = svalBuilder.evalCast(SimplifiedOrigV, T, ExTy); in handleLValueBitCast() local 338 SVal V = state->getSVal(Ex, LCtx); in VisitCast() local 345 SVal V = state->getSVal(Ex, LCtx); in VisitCast() local 366 SVal V = state->getSVal(Ex, LCtx); in VisitCast() local 411 SVal V = state->getSVal(Ex, LCtx); in VisitCast() local 442 if (std::optional<SVal> V = in VisitCast() local 480 std::optional<SVal> V = getStoreManager().evalBaseToDerived(val, T); in VisitCast() local 495 SVal V = svalBuilder.makeNullWithType(CastE->getType()); in VisitCast() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | SummaryBasedOptimizations.cpp | 38 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 D | DebugSubsectionVisitor.h | 69 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/Support/ |
H A D | JSON.cpp | 43 if (auto *V = get(K)) in getNull() local 48 if (auto *V = get(K)) in getBoolean() local 53 if (auto *V = get(K)) in getNumber() local 58 if (auto *V = get(K)) in getInteger() local 63 if (auto *V = get(K)) in getString() local 68 if (auto *V = get(K)) in getObject() local 73 if (auto *V = get(K)) in getObject() local 78 if (auto *V = get(K)) in getArray() local 83 if (auto *V = get(K)) in getArray() local 100 for (const Value &V : Elements) { in Array() local [all …]
|