Home
last modified time | relevance | path

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

12345678910>>...46

/netbsd/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/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()
309 static bool isKind(const SVal& V) { in isKind()
331 static bool isKind(const SVal& V) { in isKind()
426 const SVal& V = D->first; in getPersistentLoc() local
588 static bool isKind(const Loc& V) { in isKind()
630 static bool isKind(const Loc& V) { in isKind()
[all …]
/netbsd/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/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()
266 inline Optional<uint64_t> toAddress(const Optional<DWARFFormValue> &V) { in toAddress()
273 toSectionedAddress(const Optional<DWARFFormValue> &V) { in toSectionedAddress()
[all …]
/netbsd/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/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp198 static bool GenerateSignBits(Value *V) { in GenerateSignBits()
230 bool TypePromotion::isSource(Value *V) { in isSource()
251 bool TypePromotion::isSink(Value *V) { in isSink()
504 for (auto V : Sources) { in ExtendSources() local
525 for (auto *V : Visited) { in PromoteTree() local
617 for (auto V : Visited) { in Cleanup() local
656 for (auto *V : Visited) { in ConvertTruncs() local
695 for (auto *V : Visited) { in Mutate() local
832 auto AddLegalInst = [&](Value *V) { in TryToPromote()
852 Value *V = WorkList.pop_back_val(); in TryToPromote() local
[all …]
/netbsd/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/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/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp202 if (Value *V = SimplifyXorInst( in handleOtherCmpSelSimplifications() local
539 Value *V = PI == LHS ? in ThreadBinOpOverPHI() local
1302 if (Value *V = in SimplifyRightShift() local
1329 if (Value *V = in SimplifyShlInst() local
1670 Value *V; in simplifyAndOfICmpsWithAdd() local
1806 Value *V; in simplifyOrOfICmpsWithAdd() local
1926 Value *V = nullptr; in simplifyAndOrOfCmps() local
2979 if (Value *V = in simplifyICmpWithBinOp() local
3018 if (Value *V = simplifyICmpWithBinOpOnLHS( in simplifyICmpWithBinOp() local
4218 if (Value *V = in SimplifySelectInst() local
[all …]
/netbsd/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/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/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/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
1122 if (Value *V = simplifyX86movmsk(II, IC.Builder)) { in instCombineIntrinsic() local
1190 Value *V; in instCombineIntrinsic() local
1235 Value *V; in instCombineIntrinsic() local
1430 if (Value *V = in instCombineIntrinsic() local
1439 if (Value *V = in instCombineIntrinsic() local
1665 if (Value *V = simplifyX86pshufb(II, IC.Builder)) { in instCombineIntrinsic() local
[all …]
/netbsd/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/external/gpl3/gdb/dist/include/opcode/
H A Dnios2r2.h32 #define SET_IW_R2_OP(V) (((V) & IW_R2_OP_UNSHIFTED_MASK) << IW_R2_OP_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
68 #define SET_IW_I12_X(V) (((V) & IW_I12_X_UNSHIFTED_MASK) << IW_I12_X_LSB) argument
167 #define SET_IW_OPX_X(V) (((V) & IW_OPX_X_UNSHIFTED_MASK) << IW_OPX_X_LSB) argument
231 #define SET_IW_F3X8_A(V) (((V) & IW_F3X8_A_UNSHIFTED_MASK) << IW_F3X8_A_LSB) argument
238 #define SET_IW_F3X8_B(V) (((V) & IW_F3X8_B_UNSHIFTED_MASK) << IW_F3X8_B_LSB) argument
245 #define SET_IW_F3X8_C(V) (((V) & IW_F3X8_C_UNSHIFTED_MASK) << IW_F3X8_C_LSB) argument
488 #define SET_IW_R_N_X(V) (((V) & IW_R_N_X_UNSHIFTED_MASK) << IW_R_N_X_LSB) argument
551 #define SET_IW_F2_A(V) (((V) & IW_F2_A_UNSHIFTED_MASK) << IW_F2_A_LSB) argument
[all …]
/netbsd/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
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
68 #define SET_IW_I12_X(V) (((V) & IW_I12_X_UNSHIFTED_MASK) << IW_I12_X_LSB) argument
167 #define SET_IW_OPX_X(V) (((V) & IW_OPX_X_UNSHIFTED_MASK) << IW_OPX_X_LSB) argument
231 #define SET_IW_F3X8_A(V) (((V) & IW_F3X8_A_UNSHIFTED_MASK) << IW_F3X8_A_LSB) argument
238 #define SET_IW_F3X8_B(V) (((V) & IW_F3X8_B_UNSHIFTED_MASK) << IW_F3X8_B_LSB) argument
245 #define SET_IW_F3X8_C(V) (((V) & IW_F3X8_C_UNSHIFTED_MASK) << IW_F3X8_C_LSB) argument
488 #define SET_IW_R_N_X(V) (((V) & IW_R_N_X_UNSHIFTED_MASK) << IW_R_N_X_LSB) argument
551 #define SET_IW_F2_A(V) (((V) & IW_F2_A_UNSHIFTED_MASK) << IW_F2_A_LSB) argument
[all …]
/netbsd/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
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
68 #define SET_IW_I12_X(V) (((V) & IW_I12_X_UNSHIFTED_MASK) << IW_I12_X_LSB) argument
167 #define SET_IW_OPX_X(V) (((V) & IW_OPX_X_UNSHIFTED_MASK) << IW_OPX_X_LSB) argument
231 #define SET_IW_F3X8_A(V) (((V) & IW_F3X8_A_UNSHIFTED_MASK) << IW_F3X8_A_LSB) argument
238 #define SET_IW_F3X8_B(V) (((V) & IW_F3X8_B_UNSHIFTED_MASK) << IW_F3X8_B_LSB) argument
245 #define SET_IW_F3X8_C(V) (((V) & IW_F3X8_C_UNSHIFTED_MASK) << IW_F3X8_C_LSB) argument
488 #define SET_IW_R_N_X(V) (((V) & IW_R_N_X_UNSHIFTED_MASK) << IW_R_N_X_LSB) argument
551 #define SET_IW_F2_A(V) (((V) & IW_F2_A_UNSHIFTED_MASK) << IW_F2_A_LSB) argument
[all …]
/netbsd/external/gpl3/gdb.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
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
68 #define SET_IW_I12_X(V) (((V) & IW_I12_X_UNSHIFTED_MASK) << IW_I12_X_LSB) argument
167 #define SET_IW_OPX_X(V) (((V) & IW_OPX_X_UNSHIFTED_MASK) << IW_OPX_X_LSB) argument
231 #define SET_IW_F3X8_A(V) (((V) & IW_F3X8_A_UNSHIFTED_MASK) << IW_F3X8_A_LSB) argument
238 #define SET_IW_F3X8_B(V) (((V) & IW_F3X8_B_UNSHIFTED_MASK) << IW_F3X8_B_LSB) argument
245 #define SET_IW_F3X8_C(V) (((V) & IW_F3X8_C_UNSHIFTED_MASK) << IW_F3X8_C_LSB) argument
488 #define SET_IW_R_N_X(V) (((V) & IW_R_N_X_UNSHIFTED_MASK) << IW_R_N_X_LSB) argument
551 #define SET_IW_F2_A(V) (((V) & IW_F2_A_UNSHIFTED_MASK) << IW_F2_A_LSB) argument
[all …]
/netbsd/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/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()
418 inline void write16be(void *P, uint16_t V) { write16<big>(P, V); } in write16be()
419 inline void write32be(void *P, uint32_t V) { write32<big>(P, V); } in write32be()
[all …]
/netbsd/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>>...46