Home
last modified time | relevance | path

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

12345678910>>...39

/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h134 classof(const Value * V) classof() argument
158 classof(const Value * V) classof() argument
185 classof(const Value * V) classof() argument
424 classof(const Value * V) classof() argument
449 classof(const Value * V) classof() argument
473 classof(const Value * V) classof() argument
524 classof(const Value * V) classof() argument
544 classof(const Value * V) classof() argument
602 classof(const Value * V) classof() argument
649 classof(const Value * V) classof() argument
664 classof(const Value * V) classof() argument
681 classof(const Value * V) classof() argument
696 classof(const Value * V) classof() argument
714 classof(const Value * V) classof() argument
737 classof(const Value * V) classof() argument
756 classof(const Value * V) classof() argument
854 classof(const Value * V) classof() argument
887 classof(const Value * V) classof() argument
906 classof(const Value * V) classof() argument
1074 setElementSizeInBytes(Constant * V) setElementSizeInBytes() argument
1090 classof(const Value * V) classof() argument
1102 classof(const Value * V) classof() argument
1120 classof(const Value * V) classof() argument
1132 classof(const Value * V) classof() argument
1144 classof(const Value * V) classof() argument
1161 setVolatile(Constant * V) setVolatile() argument
1176 classof(const Value * V) classof() argument
1194 classof(const Value * V) classof() argument
1209 classof(const Value * V) classof() argument
1228 classof(const Value * V) classof() argument
1241 classof(const Value * V) classof() argument
1253 classof(const Value * V) classof() argument
1268 classof(const Value * V) classof() argument
1301 classof(const Value * V) classof() argument
1321 classof(const Value * V) classof() argument
1343 classof(const Value * V) classof() argument
1363 classof(const Value * V) classof() argument
1382 classof(const Value * V) classof() argument
1393 classof(const Value * V) classof() argument
1406 classof(const Value * V) classof() argument
1419 classof(const Value * V) classof() argument
1456 classof(const Value * V) classof() argument
1468 classof(const Value * V) classof() argument
1480 classof(const Value * V) classof() argument
1491 classof(const Value * V) classof() argument
1502 classof(const Value * V) classof() argument
1527 classof(const Value * V) classof() argument
1544 classof(const Value * V) classof() argument
1555 classof(const Value * V) classof() argument
1580 classof(const Value * V) classof() argument
1607 classof(const Value * V) classof() argument
1634 classof(const Value * V) classof() argument
1659 classof(const Value * V) classof() argument
1682 classof(const Value * V) classof() argument
1710 classof(const Value * V) classof() argument
1722 classof(const Value * V) classof() argument
1746 classof(const Value * V) classof() argument
[all...]
H A DIRBuilder.h1101 return Insert(ReturnInst::Create(Context, V)); in CreateAggregateRet() local
455 getInt1(bool V) getInt1() argument
1089 CreateRet(Value * V) CreateRet() argument
1323 if (Value *V = global() variable
1340 if (Value *V = global() variable
1357 if (Value *V = global() variable
1374 if (Value *V = Folder.FoldExactBinOp(Instruction::UDiv, LHS, RHS, isExact)) global() variable
1387 if (Value *V = Folder.FoldExactBinOp(Instruction::SDiv, LHS, RHS, isExact)) global() variable
1399 if (Value *V = Folder.FoldBinOp(Instruction::URem, LHS, RHS)) global() variable
1405 if (Value *V = Folder.FoldBinOp(Instruction::SRem, LHS, RHS)) global() variable
1412 if (Value *V = global() variable
1433 if (Value *V = Folder.FoldExactBinOp(Instruction::LShr, LHS, RHS, isExact)) global() variable
1452 if (Value *V = Folder.FoldExactBinOp(Instruction::AShr, LHS, RHS, isExact)) global() variable
1470 if (auto *V = Folder.FoldBinOp(Instruction::And, LHS, RHS)) global() variable
1492 if (auto *V = Folder.FoldBinOp(Instruction::Or, LHS, RHS)) global() variable
1514 if (Value *V = Folder.FoldBinOp(Instruction::Xor, LHS, RHS)) global() variable
1533 if (Value *V = Folder.FoldBinOpFMF(Instruction::FAdd, L, R, FMF)) global() variable
1548 if (Value *V = Folder.FoldBinOpFMF(Instruction::FAdd, L, R, FMF)) global() variable
1560 if (Value *V = Folder.FoldBinOpFMF(Instruction::FSub, L, R, FMF)) global() variable
1575 if (Value *V = Folder.FoldBinOpFMF(Instruction::FSub, L, R, FMF)) global() variable
1587 if (Value *V = Folder.FoldBinOpFMF(Instruction::FMul, L, R, FMF)) global() variable
1602 if (Value *V = Folder.FoldBinOpFMF(Instruction::FMul, L, R, FMF)) global() variable
1614 if (Value *V = Folder.FoldBinOpFMF(Instruction::FDiv, L, R, FMF)) global() variable
1629 if (Value *V = Folder.FoldBinOpFMF(Instruction::FDiv, L, R, FMF)) global() variable
1641 if (Value *V = Folder.FoldBinOpFMF(Instruction::FRem, L, R, FMF)) return V; global() variable
1655 if (Value *V = Folder.FoldBinOpFMF(Instruction::FRem, L, R, FMF)) return V; global() variable
1663 if (Value *V = Folder.FoldBinOp(Opc, LHS, RHS)) return V; global() variable
1867 if (auto *V = Folder.FoldGEP(Ty, Ptr, IdxList, IsInBounds)) global() variable
1884 if (auto *V = Folder.FoldGEP(Ty, Ptr, Idx, /*IsInBounds=*/false)) global() variable
1894 if (auto *V = Folder.FoldGEP(Ty, Ptr, Idx, /*IsInBounds=*/true)) global() variable
1907 if (auto *V = Folder.FoldGEP(Ty, Ptr, Idxs, /*IsInBounds=*/false)) global() variable
1920 if (auto *V = Folder.FoldGEP(Ty, Ptr, Idxs, /*IsInBounds=*/true)) global() variable
1930 if (auto *V = Folder.FoldGEP(Ty, Ptr, Idx, /*IsInBounds=*/false)) global() variable
1940 if (auto *V = Folder.FoldGEP(Ty, Ptr, Idx, /*IsInBounds=*/true)) global() variable
1953 if (auto *V = Folder.FoldGEP(Ty, Ptr, Idxs, /*IsInBounds=*/false)) global() variable
1966 if (auto *V = Folder.FoldGEP(Ty, Ptr, Idxs, /*IsInBounds=*/true)) global() variable
2336 if (auto *V = Folder.FoldICmp(P, LHS, RHS)) global() variable
2445 if (Value *V = Folder.FoldExtractElement(Vec, Idx)) global() variable
2467 if (Value *V = Folder.FoldInsertElement(Vec, NewElt, Idx)) global() variable
2487 if (Value *V = Folder.FoldShuffleVector(V1, V2, Mask)) global() variable
2501 if (auto *V = Folder.FoldExtractValue(Agg, Idxs)) global() variable
2508 if (auto *V = Folder.FoldInsertValue(Agg, Val, Idxs)) global() variable
[all...]
H A DConstants.h69 classof(const Value * V) classof() argument
115 getSigned(IntegerType * Ty,int64_t V) getSigned() argument
118 getSigned(Type * Ty,int64_t V) getSigned() argument
172 equalsInt(uint64_t V) equalsInt() argument
252 classof(const Value * V) classof() argument
319 isExactlyValue(double V) isExactlyValue() argument
327 classof(const Value * V) classof() argument
368 classof(const Value * V) classof() argument
393 classof(const Value * V) classof() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h196 static bool classof(SVal V) { return V.getKind() == UndefinedValKind; } in classof() argument
206 static bool classof(SVal V) { return !V.isUndef(); } in classof() argument
217 static bool classof(SVal V) { return V.getKind() == UnknownValKind; } in classof() argument
228 static bool classof(SVal V) { return !V argument
238 KnownSVal(DefinedSVal V) KnownSVal() argument
239 KnownSVal(UndefinedVal V) KnownSVal() argument
240 classof(SVal V) classof() argument
255 classof(SVal V) classof() argument
272 classof(SVal V) classof() argument
301 classof(SVal V) classof() argument
307 ConcreteInt(const llvm::APSInt & V) ConcreteInt() argument
311 classof(SVal V) classof() argument
334 classof(SVal V) classof() argument
354 classof(SVal V) classof() argument
377 classof(SVal V) classof() argument
415 classof(SVal V) classof() argument
438 classof(SVal V) classof() argument
468 classof(SVal V) classof() argument
473 ConcreteInt(const llvm::APSInt & V) ConcreteInt() argument
477 classof(SVal V) classof() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h64 DWARFFormValue(dwarf::Form F, const ValueType &V) : Form(F), Value(V) {} in DWARFFormValue() argument
179 toString(const std::optional<DWARFFormValue> & V) toString() argument
215 toString(const std::optional<DWARFFormValue> & V,const char * Default) toString() argument
228 toUnsigned(const std::optional<DWARFFormValue> & V) toUnsigned() argument
240 toUnsigned(const std::optional<DWARFFormValue> & V,uint64_t Default) toUnsigned() argument
251 toReference(const std::optional<DWARFFormValue> & V) toReference() argument
263 toReference(const std::optional<DWARFFormValue> & V,uint64_t Default) toReference() argument
273 toSigned(const std::optional<DWARFFormValue> & V) toSigned() argument
285 toSigned(const std::optional<DWARFFormValue> & V,int64_t Default) toSigned() argument
296 toAddress(const std::optional<DWARFFormValue> & V) toAddress() argument
303 toSectionedAddress(const std::optional<DWARFFormValue> & V) toSectionedAddress() argument
315 toAddress(const std::optional<DWARFFormValue> & V,uint64_t Default) toAddress() argument
326 toSectionOffset(const std::optional<DWARFFormValue> & V) toSectionOffset() argument
338 toSectionOffset(const std::optional<DWARFFormValue> & V,uint64_t Default) toSectionOffset() argument
349 toBlock(const std::optional<DWARFFormValue> & V) toBlock() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h64 static bool classof(const Value *V) { in classof() argument
76 static bool classof(const Value *V) { in classof() argument
107 classof(const Value * V) classof() argument
195 classof(const Value * V) classof() argument
243 classof(const Value * V) classof() argument
256 classof(const Value * V) classof() argument
269 classof(const Value * V) classof() argument
320 classof(const Value * V) classof() argument
339 classof(const Value * V) classof() argument
358 classof(const Value * V) classof() argument
372 classof(const Value * V) classof() argument
384 classof(const Value * V) classof() argument
396 classof(const Value * V) classof() argument
412 classof(const Value * V) classof() argument
432 classof(const Value * V) classof() argument
444 classof(const Value * V) classof() argument
470 classof(const Value * V) classof() argument
485 classof(const Value * V) classof() argument
511 classof(const Value * V) classof() argument
558 classof(const Value * V) classof() argument
583 classof(const Value * V) classof() argument
595 classof(const Value * V) classof() argument
607 classof(const Value * V) classof() argument
636 classof(const Value * V) classof() argument
664 classof(const Value * V) classof() argument
676 classof(const Value * V) classof() argument
700 classof(const Value * V) classof() argument
720 classof(const Value * V) classof() argument
737 classof(const Value * V) classof() argument
754 classof(const Value * V) classof() argument
[all...]
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp133 /// isSameCompare - Is V equivalent to the comparison "LHS Pred RHS"? in isSameCompare() argument
198 if (Value *V = simplifyAndInst(Cond, TCmp, Q, MaxRecurse)) handleOtherCmpSelSimplifications() local
203 if (Value *V = simplifyOrInst(Cond, FCmp, Q, MaxRecurse)) handleOtherCmpSelSimplifications() local
208 if (Value *V = simplifyXorInst( handleOtherCmpSelSimplifications() local
215 valueDominatesPHI(Value * V,PHINode * P,const DominatorTree * DT) valueDominatesPHI() argument
237 expandBinOp(Instruction::BinaryOps Opcode,Value * V,Value * OtherOp,Instruction::BinaryOps OpcodeToExpand,const SimplifyQuery & Q,unsigned MaxRecurse) expandBinOp() argument
280 if (Value *V = expandBinOp(Opcode, L, R, OpcodeToExpand, Q, MaxRecurse)) expandCommutativeBinOp() local
282 if (Value *V = expandBinOp(Opcode, R, L, OpcodeToExpand, Q, MaxRecurse)) expandCommutativeBinOp() local
309 if (Value *V = simplifyBinOp(Opcode, B, C, Q, MaxRecurse)) { simplifyAssociativeBinOp() local
329 if (Value *V = simplifyBinOp(Opcode, A, B, Q, MaxRecurse)) { simplifyAssociativeBinOp() local
353 if (Value *V = simplifyBinOp(Opcode, C, A, Q, MaxRecurse)) { simplifyAssociativeBinOp() local
373 if (Value *V = simplifyBinOp(Opcode, C, A, Q, MaxRecurse)) { simplifyAssociativeBinOp() local
546 Value *V = PI == LHS threadBinOpOverPHI() local
594 Value *V = simplifyCmpInst(Pred, Incoming, RHS, Q.getWithInstruction(InTI), threadCmpOverPHI() local
681 if (Value *V = simplifyXorInst(Op0, Op1, Q, MaxRecurse - 1)) simplifyAddInst() local
685 if (Value *V = simplifyAddInst() local
715 stripAndComputeConstantOffsets(const DataLayout & DL,Value * & V,bool AllowNonInbounds=false) stripAndComputeConstantOffsets() argument
832 if (Value *V = simplifyBinOp(Instruction::Sub, Y, Z, Q, MaxRecurse - 1)) simplifySubInst() local
840 if (Value *V = simplifyBinOp(Instruction::Sub, X, Z, Q, MaxRecurse - 1)) simplifySubInst() local
854 if (Value *V = simplifyBinOp(Instruction::Sub, X, Y, Q, MaxRecurse - 1)) simplifySubInst() local
862 if (Value *V = simplifyBinOp(Instruction::Sub, X, Z, Q, MaxRecurse - 1)) simplifySubInst() local
876 if (Value *V = simplifyBinOp(Instruction::Sub, Z, X, Q, MaxRecurse - 1)) simplifySubInst() local
889 if (Value *V = simplifyBinOp(Instruction::Sub, X, Y, Q, MaxRecurse - 1)) simplifySubInst() local
904 if (Value *V = simplifyXorInst(Op0, Op1, Q, MaxRecurse - 1)) simplifySubInst() local
916 if (Value *V = simplifyByDomEq(Instruction::Sub, Op0, Op1, Q, MaxRecurse)) simplifySubInst() local
963 if (Value *V = simplifyAndInst(Op0, Op1, Q, MaxRecurse - 1)) simplifyMulInst() local
968 if (Value *V = simplifyMulInst() local
973 if (Value *V = expandCommutativeBinOp(Instruction::Mul, Op0, Op1, simplifyMulInst() local
980 if (Value *V = simplifyMulInst() local
987 if (Value *V = simplifyMulInst() local
1004 Value *V = simplifyICmpInst(Pred, LHS, RHS, Q, MaxRecurse); isICmpTrue() local
1165 if (Value *V = simplifyByDomEq(Opcode, Op0, Op1, Q, MaxRecurse)) simplifyDivRem() local
1171 if (Value *V = threadBinOpOverSelect(Opcode, Op0, Op1, Q, MaxRecurse)) simplifyDivRem() local
1177 if (Value *V = threadBinOpOverPHI(Opcode, Op0, Op1, Q, MaxRecurse)) simplifyDivRem() local
1190 if (Value *V = simplifyDivRem(Opcode, Op0, Op1, Q, MaxRecurse)) simplifyDiv() local
1224 if (Value *V = simplifyDivRem(Opcode, Op0, Op1, Q, MaxRecurse)) simplifyRem() local
1359 if (Value *V = threadBinOpOverSelect(Opcode, Op0, Op1, Q, MaxRecurse)) simplifyShift() local
1365 if (Value *V = threadBinOpOverPHI(Opcode, Op0, Op1, Q, MaxRecurse)) simplifyShift() local
1403 if (Value *V = simplifyRightShift() local
1431 if (Value *V = simplifyShlInst() local
1472 if (Value *V = simplifyRightShift(Instruction::LShr, Op0, Op1, IsExact, Q, simplifyLShrInst() local
1509 if (Value *V = simplifyRightShift(Instruction::AShr, Op0, Op1, IsExact, Q, simplifyAShrInst() local
1693 Value *V; simplifyAndOfICmpsWithAdd() local
1784 Value *V; simplifyOrOfICmpsWithAdd() local
1905 Value *V = nullptr; simplifyAndOrOfCmps() local
2052 if (Value *V = simplifyAndCommutative() local
2091 if (Value *V = simplifyLogicOfAddSub(Op0, Op1, Instruction::And)) simplifyAndInst() local
2125 if (Value *V = simplifyAndOrOfCmps(Q, Op0, Op1, true)) simplifyAndInst() local
2129 if (Value *V = simplifyAndInst() local
2134 if (Value *V = expandCommutativeBinOp(Instruction::And, Op0, Op1, simplifyAndInst() local
2139 if (Value *V = expandCommutativeBinOp(Instruction::And, Op0, Op1, simplifyAndInst() local
2154 if (Value *V = simplifyAndInst() local
2162 if (Value *V = simplifyAndInst() local
2234 if (Value *V = simplifyByDomEq(Instruction::And, Op0, Op1, Q, MaxRecurse)) simplifyAndInst() local
2363 if (Value *V = simplifyLogicOfAddSub(Op0, Op1, Instruction::Or)) simplifyOrInst() local
2408 if (Value *V = simplifyOrInst() local
2411 if (Value *V = simplifyOrInst() local
2415 if (Value *V = simplifyAndOrOfCmps(Q, Op0, Op1, false)) simplifyOrInst() local
2427 if (Value *V = simplifyOrInst() local
2432 if (Value *V = expandCommutativeBinOp(Instruction::Or, Op0, Op1, simplifyOrInst() local
2447 if (Value *V = simplifyOrInst() local
2481 if (Value *V = threadBinOpOverPHI(Instruction::Or, Op0, Op1, Q, MaxRecurse)) simplifyOrInst() local
2510 if (Value *V = simplifyByDomEq(Instruction::Or, Op0, Op1, Q, MaxRecurse)) simplifyOrInst() local
2571 if (Value *V = simplifyLogicOfAddSub(Op0, Op1, Instruction::Xor)) simplifyXorInst() local
2575 if (Value *V = simplifyXorInst() local
2588 if (Value *V = simplifyByDomEq(Instruction::Xor, Op0, Op1, Q, MaxRecurse)) simplifyXorInst() local
2605 extractEquivalentCondition(Value * V,CmpInst::Predicate Pred,Value * LHS,Value * RHS) extractEquivalentCondition() argument
2624 isAllocDisjoint(const Value * V) isAllocDisjoint() argument
2670 __anon0804f4c40402(const Value *V) haveNonOverlappingStorage() argument
2776 __anon0804f4c40502(Value *V) computePointerICmp() argument
2878 __anon0804f4c40802(Value *V) simplifyICmpOfBools() argument
3296 if (Value *V = simplifyICmpInst(Pred, A == RHS ? B : A, simplifyICmpWithBinOp() local
3303 if (Value *V = simplifyICmpWithBinOp() local
3332 if (Value *V = simplifyICmpInst(Pred, Y, Z, Q, MaxRecurse - 1)) simplifyICmpWithBinOp() local
3338 if (Value *V = simplifyICmpWithBinOpOnLHS(Pred, LBO, RHS, Q, MaxRecurse)) simplifyICmpWithBinOp() local
3342 if (Value *V = simplifyICmpWithBinOpOnLHS( simplifyICmpWithBinOp() local
3412 if (Value *V = simplifyICmpInst(Pred, LBO->getOperand(1), simplifyICmpWithBinOp() local
3459 if (Value *V = simplifyICmpInst(Pred, LBO->getOperand(0), simplifyICmpWithBinOp() local
3467 if (Value *V = simplifyICmpInst(Pred, LBO->getOperand(0), simplifyICmpWithBinOp() local
3474 if (Value *V = simplifyICmpInst(Pred, LBO->getOperand(0), simplifyICmpWithBinOp() local
3485 if (Value *V = simplifyICmpInst(Pred, LBO->getOperand(0), simplifyICmpWithBinOp() local
3545 if (Value *V = extractEquivalentCondition(LHS, EqP, A, B)) simplifyICmpWithMinMax() local
3547 if (Value *V = extractEquivalentCondition(RHS, EqP, A, B)) simplifyICmpWithMinMax() local
3551 if (Value *V = simplifyICmpInst(EqP, A, B, Q, MaxRecurse - 1)) simplifyICmpWithMinMax() local
3559 if (Value *V = extractEquivalentCondition(LHS, InvEqP, A, B)) simplifyICmpWithMinMax() local
3561 if (Value *V = extractEquivalentCondition(RHS, InvEqP, A, B)) simplifyICmpWithMinMax() local
3565 if (Value *V = simplifyICmpInst(InvEqP, A, B, Q, MaxRecurse - 1)) simplifyICmpWithMinMax() local
3619 if (Value *V = extractEquivalentCondition(LHS, EqP, A, B)) simplifyICmpWithMinMax() local
3621 if (Value *V = extractEquivalentCondition(RHS, EqP, A, B)) simplifyICmpWithMinMax() local
3625 if (Value *V = simplifyICmpInst(EqP, A, B, Q, MaxRecurse - 1)) simplifyICmpWithMinMax() local
3633 if (Value *V = extractEquivalentCondition(LHS, InvEqP, A, B)) simplifyICmpWithMinMax() local
3635 if (Value *V = extractEquivalentCondition(RHS, InvEqP, A, B)) simplifyICmpWithMinMax() local
3639 if (Value *V = simplifyICmpInst(InvEqP, A, B, Q, MaxRecurse - 1)) simplifyICmpWithMinMax() local
3769 if (Value *V = simplifyICmpOfBools(Pred, LHS, RHS, Q)) simplifyICmpInst() local
3774 if (Value *V = simplifyICmpWithZero(Pred, LHS, RHS, Q)) simplifyICmpInst() local
3777 if (Value *V = simplifyICmpWithConstant(Pred, LHS, RHS, Q.IIQ)) simplifyICmpInst() local
3814 if (Value *V = simplifyICmpInst(Pred, SrcOp, simplifyICmpInst() local
3821 if (Value *V = simplifyICmpInst(Pred, SrcOp, RI->getOperand(0), Q, simplifyICmpInst() local
3833 if (Value *V = simplifyICmpInst() local
3869 if (Value *V = simplifyICmpInst(ICmpInst::getUnsignedPredicate(Pred), simplifyICmpInst() local
3913 if (Value *V = simplifyICmpInst(Pred, SrcOp, RI->getOperand(0), Q, simplifyICmpInst() local
3946 if (Value *V = simplifyICmpInst() local
3978 if (Value *V = simplifyICmpInst(ICmpInst::ICMP_SLT, SrcOp, simplifyICmpInst() local
3987 if (Value *V = simplifyICmpInst(ICmpInst::ICMP_SGE, SrcOp, simplifyICmpInst() local
4006 if (Value *V = simplifyICmpWithBinOp(Pred, LHS, RHS, Q, MaxRecurse)) simplifyICmpInst() local
4009 if (Value *V = simplifyICmpWithMinMax(Pred, LHS, RHS, Q, MaxRecurse)) simplifyICmpInst() local
4012 if (Value *V = simplifyICmpWithIntrinsicOnLHS(Pred, LHS, RHS)) simplifyICmpInst() local
4014 if (Value *V = simplifyICmpWithIntrinsicOnLHS( simplifyICmpInst() local
4018 if (Value *V = simplifyICmpWithDominatingAssume(Pred, LHS, RHS, Q)) simplifyICmpInst() local
4042 if (Value *V = threadCmpOverSelect(Pred, LHS, RHS, Q, MaxRecurse)) simplifyICmpInst() local
4048 if (Value *V = threadCmpOverPHI(Pred, LHS, RHS, Q, MaxRecurse)) simplifyICmpInst() local
4271 if (Value *V = threadCmpOverSelect(Pred, LHS, RHS, Q, MaxRecurse)) simplifyFCmpInst() local
4277 if (Value *V = threadCmpOverPHI(Pred, LHS, RHS, Q, MaxRecurse)) simplifyFCmpInst() local
4288 simplifyWithOpReplaced(Value * V,Value * Op,Value * RepOp,const SimplifyQuery & Q,bool AllowRefinement,SmallVectorImpl<Instruction * > * DropFlags,unsigned MaxRecurse) simplifyWithOpReplaced() argument
4456 simplifyWithOpReplaced(Value * V,Value * Op,Value * RepOp,const SimplifyQuery & Q,bool AllowRefinement,SmallVectorImpl<Instruction * > * DropFlags) simplifyWithOpReplaced() argument
4622 if (Value *V = simplifyCmpSelOfMaxMin(CmpLHS, CmpRHS, Pred, TrueVal, FalseVal)) simplifySelectWithICmpCond() local
4652 if (Value *V = simplifySelectBitTest(TrueVal, FalseVal, X, Y, simplifySelectWithICmpCond() local
4691 if (Value *V = simplifySelectWithICmpCond() local
4699 if (Value *V = simplifySelectWithICmpEq(CmpLHS, CmpRHS, TrueVal, FalseVal, simplifySelectWithICmpCond() local
4702 if (Value *V = simplifySelectWithICmpEq(CmpRHS, CmpLHS, TrueVal, FalseVal, simplifySelectWithICmpCond() local
4712 if (Value *V = simplifySelectWithICmpEq(X, CmpRHS, TrueVal, FalseVal, Q, simplifySelectWithICmpCond() local
4715 if (Value *V = simplifySelectWithICmpEq(Y, CmpRHS, TrueVal, FalseVal, Q, simplifySelectWithICmpCond() local
4724 if (Value *V = simplifySelectWithICmpEq(X, CmpRHS, TrueVal, FalseVal, Q, simplifySelectWithICmpCond() local
4727 if (Value *V = simplifySelectWithICmpEq(Y, CmpRHS, TrueVal, FalseVal, Q, simplifySelectWithICmpCond() local
4929 if (Value *V = simplifySelectInst() local
4933 if (Value *V = simplifySelectWithFCmp(Cond, TrueVal, FalseVal, Q)) simplifySelectInst() local
4936 if (Value *V = foldSelectWithBinaryOp(Cond, TrueVal, FalseVal)) simplifySelectInst() local
4980 __anon0804f4c40b02(const auto *V) simplifyGEPInst() argument
4986 __anon0804f4c40c02(const auto *V) simplifyGEPInst() argument
4994 __anon0804f4c40d02(const Value *V) simplifyGEPInst() argument
5075 __anon0804f4c41002(Value *V) simplifyGEPInst() argument
5578 __anon0804f4c41302(Value *V) simplifyFPOp() argument
6499 if (Value *V = foldMinMaxSharedOp(IID, Op0, Op1)) simplifyBinaryIntrinsic() local
6501 if (Value *V = foldMinMaxSharedOp(IID, Op1, Op0)) simplifyBinaryIntrinsic() local
6666 if (Value *V = foldMinimumMaximumSharedOp(IID, Op0, Op1)) simplifyBinaryIntrinsic() local
6668 if (Value *V = foldMinimumMaximumSharedOp(IID, Op1, Op0)) simplifyBinaryIntrinsic() local
6767 if (Value *V = simplifyFPOp(Args, {}, Q, *FPI->getExceptionBehavior(), simplifyIntrinsic() local
6774 if (Value *V = simplifyFPOp(Args, {}, Q, fp::ebIgnore, simplifyIntrinsic() local
6901 if (Value *V = tryConstantFoldCall(Call, Callee, Args, Q)) simplifyCall() local
6915 if (Value *V = tryConstantFoldCall(Call, Call->getCalledOperand(), Args, Q)) simplifyConstrainedFPCall() local
6985 __anon0804f4c41402(Value *V) simplifyInstructionWithOperands() argument
6988 __anon0804f4c41502(Value *V) simplifyInstructionWithOperands() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp206 EqualTypeSize(Value * V) EqualTypeSize() argument
210 LessOrEqualTypeSize(Value * V) LessOrEqualTypeSize() argument
214 GreaterThanTypeSize(Value * V) GreaterThanTypeSize() argument
218 LessThanTypeSize(Value * V) LessThanTypeSize() argument
229 isSource(Value * V) isSource() argument
248 isSink(Value * V) isSink() argument
380 shouldPromote(Value * V) shouldPromote() argument
437 __anon0e46b04f0202(Value *V, Instruction *InsertPt) ExtendSources() argument
458 for (auto *V : Sources) { ExtendSources() local
477 for (auto *V : Visited) { PromoteTree() local
520 __anon0e46b04f0302(Value *V, Type *TruncTy) TruncateSinks() argument
589 for (auto *V : Visited) { Cleanup() local
625 for (auto *V : Visited) { ConvertTruncs() local
664 for (auto *V : Visited) { Mutate() local
693 isSupportedType(Value * V) isSupportedType() argument
711 isSupportedValue(Value * V) isSupportedValue() argument
760 isLegalToPromote(Value * V) isLegalToPromote() argument
775 TryToPromote(Value * V,unsigned PromotedWidth,const LoopInfo & LI) TryToPromote() argument
797 __anon0e46b04f0402(Value *V) TryToPromote() argument
817 Value *V = WorkList.pop_back_val(); TryToPromote() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/IR/
H A DValueSymbolTable.cpp43 ValueName *ValueSymbolTable::makeUniqueName(Value *V, in makeUniqueName() argument
72 reinsertValue(Value * V) reinsertValue() argument
93 removeValueName(ValueName * V) removeValueName() argument
102 createValueName(StringRef Name,Value * V) createValueName() argument
[all...]
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVR.h54 template <typename T> bool isProgramMemoryAddress(T *V) { in isProgramMemoryAddress() argument
65 template <typename T> AddressSpace getAddressSpace(T *V) { in getAddressSpace() argument
75 auto *V = N->getMemOperand()->getValue(); in isProgramMemoryAccess() local
86 auto *V = N->getMemOperand()->getValue(); in getProgramMemoryBank() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp29 getNegativeIsTrueBoolVec(Constant * V) getNegativeIsTrueBoolVec() argument
582 __anon3f3c91210502(auto V) simplifyTernarylogic() argument
1873 auto *V = dyn_cast<Constant>(II.getArgOperand(1)); simplifyX86pshufb() local
1918 auto *V = dyn_cast<Constant>(II.getArgOperand(1)); simplifyX86vpermilvar() local
1965 auto *V = dyn_cast<Constant>(II.getArgOperand(1)); simplifyX86vpermv() local
2174 if (Value *V = SimplifyDemandedVectorEltsLow(Arg, VWidth, 1)) { instCombineIntrinsic() local
2187 if (Value *V = simplifyX86movmsk(II, IC.Builder)) { instCombineIntrinsic() local
2226 if (Value *V = SimplifyDemandedVectorEltsLow(Arg0, VWidth, 1)) { instCombineIntrinsic() local
2230 if (Value *V = SimplifyDemandedVectorEltsLow(Arg1, VWidth, 1)) { instCombineIntrinsic() local
2255 Value *V; instCombineIntrinsic() local
2300 Value *V; instCombineIntrinsic() local
2377 if (Value *V = simplifyX86immShift(II, IC.Builder)) { instCombineIntrinsic() local
2409 if (Value *V = simplifyX86immShift(II, IC.Builder)) { instCombineIntrinsic() local
2420 if (Value *V = SimplifyDemandedVectorEltsLow(Arg1, VWidth, VWidth / 2)) { instCombineIntrinsic() local
2453 if (Value *V = simplifyX86varShift(II, IC.Builder)) { instCombineIntrinsic() local
2464 if (Value *V = simplifyX86pack(II, IC.Builder, true)) { instCombineIntrinsic() local
2475 if (Value *V = simplifyX86pack(II, IC.Builder, false)) { instCombineIntrinsic() local
2495 if (Value *V = instCombineIntrinsic() local
2504 if (Value *V = instCombineIntrinsic() local
2525 if (Value *V = simplifyX86insertps(II, IC.Builder)) { instCombineIntrinsic() local
2549 if (Value *V = simplifyX86extrq(II, Op0, CILength, CIIndex, IC.Builder)) { instCombineIntrinsic() local
2556 if (Value *V = SimplifyDemandedVectorEltsLow(Op0, VWidth0, 1)) { instCombineIntrinsic() local
2560 if (Value *V = SimplifyDemandedVectorEltsLow(Op1, VWidth1, 2)) { instCombineIntrinsic() local
2583 if (Value *V = simplifyX86extrq(II, Op0, CILength, CIIndex, IC.Builder)) { instCombineIntrinsic() local
2589 if (Value *V = SimplifyDemandedVectorEltsLow(Op0, VWidth, 1)) { instCombineIntrinsic() local
2615 if (Value *V = simplifyX86insertq(II, Op0, Op1, Len, Idx, IC.Builder)) { instCombineIntrinsic() local
2622 if (Value *V = SimplifyDemandedVectorEltsLow(Op0, VWidth, 1)) { instCombineIntrinsic() local
2648 if (Value *V = simplifyX86insertq(II, Op0, Op1, Len, Idx, IC.Builder)) { instCombineIntrinsic() local
2656 if (Value *V = SimplifyDemandedVectorEltsLow(Op0, VWidth0, 1)) { instCombineIntrinsic() local
2660 if (Value *V = SimplifyDemandedVectorEltsLow(Op1, VWidth1, 1)) { instCombineIntrinsic() local
2730 if (Value *V = simplifyX86pshufb(II, IC.Builder)) { instCombineIntrinsic() local
2741 if (Value *V = simplifyX86vpermilvar(II, IC.Builder)) { instCombineIntrinsic() local
2760 if (Value *V = simplifyX86vpermv(II, IC.Builder)) { instCombineIntrinsic() local
2794 if (Value *V = simplifyX86addcarry(II, IC.Builder)) { instCombineIntrinsic() local
2805 if (Value *V = simplifyTernarylogic(II, IC.Builder)) { instCombineIntrinsic() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h442 *(detail::packed_endian_specific_integral<T, E, unaligned> *)P = V; in write32() argument
445 inline void write16(void *P, uint16_t V, endianness E) { in write64() argument
449 write<uint32_t>(P, V, E); in write16le() argument
452 write<uint64_t>(P, V, E); in write32le() argument
455 template <endianness E> inline void write16(void *P, uint16_t V) { in write64le() argument
425 write(void * P,T V) write() argument
429 write16(void * P,uint16_t V,endianness E) write16() argument
432 write32(void * P,uint32_t V,endianness E) write32() argument
435 write64(void * P,uint64_t V,endianness E) write64() argument
439 write16(void * P,uint16_t V) write16() argument
458 write16be(void * P,uint16_t V) write16be() argument
461 write32be(void * P,uint32_t V) write32be() argument
464 write64be(void * P,uint64_t V) write64be() argument
[all...]
/freebsd-src/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
268 SVal V = svalBuilder.evalCast(SimplifiedOrigV, T, ExTy); in handleLValueBitCast() local
337 SVal V = state->getSVal(Ex, LCtx); VisitCast() local
344 SVal V = state->getSVal(Ex, LCtx); VisitCast() local
365 SVal V = state->getSVal(Ex, LCtx); VisitCast() local
410 SVal V = state->getSVal(Ex, LCtx); VisitCast() local
441 if (std::optional<SVal> V = VisitCast() local
479 std::optional<SVal> V = getStoreManager().evalBaseToDerived(val, T); VisitCast() local
494 SVal V = svalBuilder.makeNullWithType(CastE->getType()); VisitCast() local
500 SVal V = svalBuilder.getMemberPointer(nullptr); VisitCast() local
508 SVal V = state->getSVal(Ex, LCtx); VisitCast() local
547 SVal V = State->getSVal(CL->getInitializer(), LCtx); VisitCompoundLiteralExpr() local
751 SVal V = svalBuilder.makeCompoundVal(T, vals); VisitInitListExpr() local
757 SVal V = state->getSVal(cast<Expr>(S), LCtx); VisitInitListExpr() local
772 SVal V; VisitInitListExpr() local
815 SVal V; VisitGuardedExpr() local
1008 SVal V = state->getSVal(Ex, LCtx); VisitUnaryOperator() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp84 V = new LoadInst(I.getType(), Slot, I.getName() + ".reload", in DemoteRegToStack() local
71 Value *&V = Loads[PN->getIncomingBlock(i)]; DemoteRegToStack() local
161 Value *V = DemotePHIToStack() local
166 Value *V = DemotePHIToStack() local
[all...]
/freebsd-src/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()

12345678910>>...39