Searched refs:BeginIndex (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Diagnostics.cpp | 42 : Error(Error), BeginIndex(Error->Errors.size()) {} in OverloadContext() 46 if (BeginIndex < Error->Errors.size()) { in ~OverloadContext() 47 Diagnostics::ErrorContent &Dest = Error->Errors[BeginIndex]; in ~OverloadContext() 48 for (size_t i = BeginIndex + 1, e = Error->Errors.size(); i < e; ++i) { in ~OverloadContext() 51 Error->Errors.resize(BeginIndex + 1); in ~OverloadContext() 57 Error->Errors.resize(BeginIndex); in revertErrors()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 2122 uint64_t BeginIndex = BeginOffset / ElementSize; in isVectorPromotionViableForSlice() local 2123 if (BeginIndex * ElementSize != BeginOffset || in isVectorPromotionViableForSlice() 2124 BeginIndex >= cast<FixedVectorType>(Ty)->getNumElements()) in isVectorPromotionViableForSlice() 2132 assert(EndIndex > BeginIndex && "Empty vector!"); in isVectorPromotionViableForSlice() 2133 uint64_t NumElements = EndIndex - BeginIndex; in isVectorPromotionViableForSlice() 2624 static Value *extractVector(IRBuilderTy &IRB, Value *V, unsigned BeginIndex, in extractVector() argument 2627 unsigned NumElements = EndIndex - BeginIndex; in extractVector() 2634 V = IRB.CreateExtractElement(V, IRB.getInt32(BeginIndex), in extractVector() 2640 auto Mask = llvm::to_vector<8>(llvm::seq<int>(BeginIndex, EndIndex)); in extractVector() 2647 unsigned BeginIndex, const Twine &Name) { in insertVector() argument [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | Diagnostics.h | 136 unsigned BeginIndex; member
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 517 const unsigned BeginIndex) { in populateBundleOperandInfos() argument 518 auto It = op_begin() + BeginIndex; in populateBundleOperandInfos() 524 unsigned CurrentIndex = BeginIndex; in populateBundleOperandInfos()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 2294 ArrayRef<OperandBundleDef> Bundles, const unsigned BeginIndex);
|