Home
last modified time | relevance | path

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

12345678910>>...44

/netbsd-src/external/apache2/llvm/dist/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 …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h218 static bool isKind(const SVal& V) { in isKind()
239 static bool isKind(const SVal& V) { in isKind()
251 static bool isKind(const SVal &V) { in isKind()
272 static bool isKind(const SVal& V) { in isKind()
283 static bool isKind(const SVal &V) { in isKind()
288 KnownSVal(const DefinedSVal &V) : SVal(V) {} in KnownSVal()
289 KnownSVal(const UndefinedVal &V) : SVal(V) {} in KnownSVal()
309 static bool isKind(const SVal& V) { in isKind()
331 static bool isKind(const SVal& V) { in isKind()
362 static bool isKind(const SVal& V) { in isKind()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h115 static bool classof(const Value *V) { in classof()
141 static bool classof(const Value *V) { in classof()
296 static bool classof(const Value *V) { in classof()
321 static bool classof(const Value *V) { in classof()
341 static bool classof(const Value *V) { in classof()
363 static bool classof(const Value *V) { in classof()
383 static bool classof(const Value *V) { in classof()
420 static bool classof(const Value *V) { in classof()
444 static bool classof(const Value *V) { in classof()
464 static bool classof(const Value *V) { in classof()
[all …]
H A DConstants.h67 static bool classof(const Value *V) { in classof()
166 bool equalsInt(uint64_t V) const { return Val == V; } in equalsInt()
247 static bool classof(const Value *V) { in classof()
318 bool isExactlyValue(double V) const { in isExactlyValue()
326 static bool classof(const Value *V) { in classof()
367 static bool classof(const Value *V) { in classof()
392 static bool classof(const Value *V) { in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h64 DWARFFormValue(dwarf::Form F, ValueType V) : Form(F), Value(V) {} in DWARFFormValue()
166 inline Optional<const char *> toString(const Optional<DWARFFormValue> &V) { in toString()
191 inline const char *toString(const Optional<DWARFFormValue> &V, in toString()
201 inline Optional<uint64_t> toUnsigned(const Optional<DWARFFormValue> &V) { in toUnsigned()
213 inline uint64_t toUnsigned(const Optional<DWARFFormValue> &V, in toUnsigned()
223 inline Optional<uint64_t> toReference(const Optional<DWARFFormValue> &V) { in toReference()
235 inline uint64_t toReference(const Optional<DWARFFormValue> &V, in toReference()
245 inline Optional<int64_t> toSigned(const Optional<DWARFFormValue> &V) { in toSigned()
257 inline int64_t toSigned(const Optional<DWARFFormValue> &V, int64_t Default) { in toSigned()
266 inline Optional<uint64_t> toAddress(const Optional<DWARFFormValue> &V) { in toAddress()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
197 static bool classof(const Value *V) { in classof()
245 static bool classof(const Value *V) { in classof()
258 static bool classof(const Value *V) { in classof()
271 static bool classof(const Value *V) { in classof()
322 static bool classof(const Value *V) { in classof()
341 static bool classof(const Value *V) { in classof()
360 static bool classof(const Value *V) { in classof()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp198 static bool GenerateSignBits(Value *V) { in GenerateSignBits()
207 bool TypePromotion::EqualTypeSize(Value *V) { in EqualTypeSize()
211 bool TypePromotion::LessOrEqualTypeSize(Value *V) { in LessOrEqualTypeSize()
215 bool TypePromotion::GreaterThanTypeSize(Value *V) { in GreaterThanTypeSize()
219 bool TypePromotion::LessThanTypeSize(Value *V) { in LessThanTypeSize()
230 bool TypePromotion::isSource(Value *V) { in isSource()
251 bool TypePromotion::isSink(Value *V) { in isSink()
390 bool TypePromotion::shouldPromote(Value *V) { in shouldPromote()
409 static bool isPromotedResultSafe(Value *V) { in isPromotedResultSafe()
483 auto InsertZExt = [&](Value *V, Instruction *InsertPt) { in ExtendSources()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h154 void setAllowHashInIdentifier(bool V) { AllowHashInIdentifier = V; } in setAllowHashInIdentifier()
162 void setLexMasmIntegers(bool V) { LexMasmIntegers = V; } in setLexMasmIntegers()
166 void useMasmDefaultRadix(bool V) { UseMasmDefaultRadix = V; } in useMasmDefaultRadix()
172 void setLexMasmHexFloats(bool V) { LexMasmHexFloats = V; } in setLexMasmHexFloats()
176 void setLexMasmStrings(bool V) { LexMasmStrings = V; } in setLexMasmStrings()
180 void setLexMotorolaIntegers(bool V) { LexMotorolaIntegers = V; } in setLexMotorolaIntegers()
183 void setLexHLASMIntegers(bool V) { LexHLASMIntegers = V; } in setLexHLASMIntegers()
188 void setLexHLASMStrings(bool V) { LexHLASMStrings = V; } in setLexHLASMStrings()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTinyPtrVector.h47 if (VecTy *V = Val.template dyn_cast<VecTy*>()) in ~TinyPtrVector() local
48 delete V; in ~TinyPtrVector() local
52 if (VecTy *V = Val.template dyn_cast<VecTy*>()) in TinyPtrVector() local
99 if (VecTy *V = Val.template dyn_cast<VecTy*>()) { variable
106 delete V; variable
254 EltTy V = Val.template get<EltTy>(); in push_back() local
321 EltTy V = Val.template get<EltTy>(); in insert() local
348 EltTy V = Val.template get<EltTy>(); 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.h164 size_type count(const T &V) const { in count()
180 std::pair<NoneType, 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp130 static bool isSameCompare(Value *V, CmpInst::Predicate Pred, Value *LHS, in isSameCompare()
192 if (Value *V = SimplifyAndInst(Cond, TCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() local
197 if (Value *V = SimplifyOrInst(Cond, FCmp, Q, MaxRecurse)) in handleOtherCmpSelSimplifications() local
202 if (Value *V = SimplifyXorInst( in handleOtherCmpSelSimplifications() local
209 static bool valueDominatesPHI(Value *V, PHINode *P, const DominatorTree *DT) { in valueDominatesPHI()
237 static Value *expandBinOp(Instruction::BinaryOps Opcode, Value *V, in expandBinOp()
280 if (Value *V = expandBinOp(Opcode, L, R, OpcodeToExpand, Q, MaxRecurse)) in expandCommutativeBinOp() local
282 if (Value *V = expandBinOp(Opcode, R, L, OpcodeToExpand, Q, MaxRecurse)) in expandCommutativeBinOp() local
309 if (Value *V = SimplifyBinOp(Opcode, B, C, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local
328 if (Value *V = SimplifyBinOp(Opcode, A, B, Q, MaxRecurse)) { in SimplifyAssociativeBinOp() local
[all …]
H A DMemoryBuiltins.cpp117 static const Function *getCalledFunction(const Value *V, bool LookThroughBitCast, in getCalledFunction()
178 static Optional<AllocFnsTy> getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData()
190 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData()
202 static Optional<AllocFnsTy> getAllocationSize(const Value *V, in getAllocationSize()
233 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { in hasNoAliasAttr()
242 bool llvm::isAllocationFn(const Value *V, const TargetLibraryInfo *TLI, in isAllocationFn()
247 const Value *V, function_ref<const TargetLibraryInfo &(Function &)> GetTLI, in isAllocationFn()
254 bool llvm::isNoAliasFn(const Value *V, const TargetLibraryInfo *TLI, in isNoAliasFn()
264 bool llvm::isMallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isMallocLikeFn()
269 const Value *V, function_ref<const TargetLibraryInfo &(Function &)> GetTLI, in isMallocLikeFn()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-ops3.cc77 #define F(V) f(t,(V)u); in ffs() argument
81 #define F(V) f(t,-(V)u); in ffs() argument
87 #define F(V) f(t,(V)u); in ff() argument
91 #define F(V) f(t,-(V)u); in ff() argument
97 #define F(V) g(t,(V)u); in ggs() argument
105 #define F(V) g(t,(V)u); in gg() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h69 inline const Value *GetUnderlyingObjCPtr(const Value *V) { in GetUnderlyingObjCPtr()
82 GetUnderlyingObjCPtrCached(const Value *V, in GetUnderlyingObjCPtrCached()
107 inline const Value *GetRCIdentityRoot(const Value *V) { in GetRCIdentityRoot()
121 inline Value *GetRCIdentityRoot(Value *V) { in GetRCIdentityRoot()
132 inline bool IsNullOrUndef(const Value *V) { in IsNullOrUndef()
183 inline bool IsObjCIdentifiedObject(const Value *V) { in IsObjCIdentifiedObject()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h48 std::string VisitUnknownVal(UnknownVal V) { in VisitUnknownVal()
52 std::string VisitUndefinedVal(UndefinedVal V) { in VisitUndefinedVal()
56 std::string VisitLocMemRegionVal(loc::MemRegionVal V) { in VisitLocMemRegionVal()
67 std::string VisitLocConcreteInt(loc::ConcreteInt V) { in VisitLocConcreteInt()
75 std::string VisitNonLocSymbolVal(nonloc::SymbolVal V) { in VisitNonLocSymbolVal()
79 std::string VisitNonLocConcreteInt(nonloc::ConcreteInt V) { in VisitNonLocConcreteInt()
88 std::string VisitNonLocLazyCompoundVal(nonloc::LazyCompoundVal V) { in VisitNonLocLazyCompoundVal()
95 if (auto V = dyn_cast<VarRegion>(R)) in VisitSymbolRegionValue() local
253 std::string VisitSVal(SVal V) { in VisitSVal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp28 static Constant *getNegativeIsTrueBoolVec(Constant *V) { in getNegativeIsTrueBoolVec()
806 Constant *V = dyn_cast<Constant>(II.getArgOperand(1)); in simplifyX86pshufb() local
851 Constant *V = dyn_cast<Constant>(II.getArgOperand(1)); in simplifyX86vpermilvar() local
898 auto *V = dyn_cast<Constant>(II.getArgOperand(1)); in simplifyX86vpermv() local
1109 if (Value *V = SimplifyDemandedVectorEltsLow(Arg, VWidth, 1)) { in instCombineIntrinsic() local
1122 if (Value *V = simplifyX86movmsk(II, IC.Builder)) { in instCombineIntrinsic() local
1161 if (Value *V = SimplifyDemandedVectorEltsLow(Arg0, VWidth, 1)) { in instCombineIntrinsic() local
1165 if (Value *V = SimplifyDemandedVectorEltsLow(Arg1, VWidth, 1)) { in instCombineIntrinsic() local
1190 Value *V; in instCombineIntrinsic() local
1235 Value *V; in instCombineIntrinsic() local
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
H A DConstantsContext.h64 static bool classof(const Value *V) { in classof()
92 static bool classof(const Value *V) { in classof()
119 static bool classof(const Value *V) { in classof()
147 static bool classof(const Value *V) { in classof()
176 static bool classof(const Value *V) { in classof()
211 static bool classof(const Value *V) { in classof()
242 static bool classof(const Value *V) { in classof()
274 static bool classof(const Value *V) { in classof()
307 static bool classof(const Value *V) { in classof()
337 static bool classof(const Value *V) { in classof()
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dnios2r2.h32 #define SET_IW_R2_OP(V) (((V) & IW_R2_OP_UNSHIFTED_MASK) << IW_R2_OP_LSB) argument
39 #define SET_IW_L26_IMM26(V) (((V) & IW_L26_IMM26_UNSHIFTED_MASK) << IW_L26_IMM26_LSB) argument
46 #define SET_IW_F2I16_A(V) (((V) & IW_F2I16_A_UNSHIFTED_MASK) << IW_F2I16_A_LSB) argument
53 #define SET_IW_F2I16_B(V) (((V) & IW_F2I16_B_UNSHIFTED_MASK) << IW_F2I16_B_LSB) argument
60 #define SET_IW_F2I16_IMM16(V) (((V) & IW_F2I16_IMM16_UNSHIFTED_MASK) << IW_F2I16_IMM16_LSB) argument
68 #define SET_IW_I12_X(V) (((V) & IW_I12_X_UNSHIFTED_MASK) << IW_I12_X_LSB) argument
75 #define SET_IW_F2X4I12_A(V) (((V) & IW_F2X4I12_A_UNSHIFTED_MASK) << IW_F2X4I12_A_LSB) argument
82 #define SET_IW_F2X4I12_B(V) (((V) & IW_F2X4I12_B_UNSHIFTED_MASK) << IW_F2X4I12_B_LSB) argument
89 #define SET_IW_F2X4I12_IMM12(V) (((V) & IW_F2X4I12_IMM12_UNSHIFTED_MASK) << IW_F2X4I12_IMM12_LSB) argument
96 #define SET_IW_F1X4I12_A(V) (((V) & IW_F1X4I12_A_UNSHIFTED_MASK) << IW_F1X4I12_A_LSB) argument
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dnios2r2.h32 #define SET_IW_R2_OP(V) (((V) & IW_R2_OP_UNSHIFTED_MASK) << IW_R2_OP_LSB) argument
39 #define SET_IW_L26_IMM26(V) (((V) & IW_L26_IMM26_UNSHIFTED_MASK) << IW_L26_IMM26_LSB) argument
46 #define SET_IW_F2I16_A(V) (((V) & IW_F2I16_A_UNSHIFTED_MASK) << IW_F2I16_A_LSB) argument
53 #define SET_IW_F2I16_B(V) (((V) & IW_F2I16_B_UNSHIFTED_MASK) << IW_F2I16_B_LSB) argument
60 #define SET_IW_F2I16_IMM16(V) (((V) & IW_F2I16_IMM16_UNSHIFTED_MASK) << IW_F2I16_IMM16_LSB) argument
68 #define SET_IW_I12_X(V) (((V) & IW_I12_X_UNSHIFTED_MASK) << IW_I12_X_LSB) argument
75 #define SET_IW_F2X4I12_A(V) (((V) & IW_F2X4I12_A_UNSHIFTED_MASK) << IW_F2X4I12_A_LSB) argument
82 #define SET_IW_F2X4I12_B(V) (((V) & IW_F2X4I12_B_UNSHIFTED_MASK) << IW_F2X4I12_B_LSB) argument
89 #define SET_IW_F2X4I12_IMM12(V) (((V) & IW_F2X4I12_IMM12_UNSHIFTED_MASK) << IW_F2X4I12_IMM12_LSB) argument
96 #define SET_IW_F1X4I12_A(V) (((V) & IW_F1X4I12_A_UNSHIFTED_MASK) << IW_F1X4I12_A_LSB) argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DValueList.cpp46 static bool classof(const Value *V) { in classof()
65 void BitcodeReaderValueList::assignValue(Value *V, unsigned Idx, Type *FullTy) { in assignValue()
104 if (Value *V = ValuePtrs[Idx]) { in getConstantFwdRef() local
125 if (Value *V = ValuePtrs[Idx]) { in getValueFwdRef() local
139 Value *V = new Argument(Ty); in getValueFwdRef() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DEndian.h387 template <typename T> inline void write(void *P, T V, endianness E) { in write()
391 template <typename T, endianness E> inline void write(void *P, T V) { in write()
395 inline void write16(void *P, uint16_t V, endianness E) { in write16()
398 inline void write32(void *P, uint32_t V, endianness E) { in write32()
401 inline void write64(void *P, uint64_t V, endianness E) { in write64()
405 template <endianness E> inline void write16(void *P, uint16_t V) { in write16()
408 template <endianness E> inline void write32(void *P, uint32_t V) { in write32()
411 template <endianness E> inline void write64(void *P, uint64_t V) { in write64()
415 inline void write16le(void *P, uint16_t V) { write16<little>(P, V); } in write16le()
416 inline void write32le(void *P, uint32_t V) { write32<little>(P, V); } in write32le()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.h70 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections()
83 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V) { in visitDebugSubsections()
90 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections()
98 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections()

12345678910>>...44