/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | ArrayRef.h | 305 class LLVM_NODISCARD MutableArrayRef : public ArrayRef<T> { 320 /*implicit*/ MutableArrayRef() = default; 323 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() function 326 /*implicit*/ MutableArrayRef(T &OneElt) : ArrayRef<T>(OneElt) {} in MutableArrayRef() function 329 /*implicit*/ MutableArrayRef(T *data, size_t length) in MutableArrayRef() function 333 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} in MutableArrayRef() function 336 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() function 340 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() function 345 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) in MutableArrayRef() function 350 /*implicit*/ constexpr MutableArrayRef(T (&Arr)[N]) : ArrayRef<T>(Arr) {} in MutableArrayRef() function [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | RegisterFile.h | 218 MutableArrayRef<unsigned> UsedPhysRegs); 223 MutableArrayRef<unsigned> FreedPhysRegs); 244 void addRegisterWrite(WriteRef Write, MutableArrayRef<unsigned> UsedPhysRegs); 254 MutableArrayRef<unsigned> FreedPhysRegs); 267 bool tryEliminateMoveOrSwap(MutableArrayRef<WriteState> Writes, 268 MutableArrayRef<ReadState> Reads);
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 213 MutableArrayRef<Expr *> getVarRefs() { in getVarRefs() 214 return MutableArrayRef<Expr *>( in getVarRefs() 227 using varlist_iterator = MutableArrayRef<Expr *>::iterator; 849 MutableArrayRef<Expr *> getSizesRefs() { in getSizesRefs() 850 return MutableArrayRef<Expr *>(static_cast<OMPSizesClause *>(this) in getSizesRefs() 869 MutableArrayRef<Expr *> Sizes = getSizesRefs(); in children() 2289 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() 2290 return MutableArrayRef<Expr *>(varlist_end(), varlist_size()); in getPrivateCopies() 2316 using private_copies_iterator = MutableArrayRef<Expr *>::iterator; 2398 MutableArrayRef<Expr *> getPrivateCopies() { in getPrivateCopies() [all …]
|
H A D | DeclOpenMP.h | 35 MutableArrayRef<OMPClause *> getClauses() { in getClauses() 124 MutableArrayRef<Expr *> getVars() { in getVars() 138 typedef MutableArrayRef<Expr *>::iterator varlist_iterator; 324 using clauselist_iterator = MutableArrayRef<OMPClause *>::iterator; 433 using clauselist_iterator = MutableArrayRef<OMPClause *>::iterator; 487 MutableArrayRef<Expr *> getVars() { in getVars() 501 typedef MutableArrayRef<Expr *>::iterator varlist_iterator; 505 using clauselist_iterator = MutableArrayRef<OMPClause *>::iterator;
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Ownership.h | 272 using MultiExprArg = MutableArrayRef<Expr *>; 273 using MultiStmtArg = MutableArrayRef<Stmt *>; 274 using ASTTemplateArgsPtr = MutableArrayRef<ParsedTemplateArgument>; 275 using MultiTypeArg = MutableArrayRef<ParsedType>; 276 using MultiTemplateParamsArg = MutableArrayRef<TemplateParameterList *>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | BinaryByteStream.h | 92 MutableBinaryByteStream(MutableArrayRef<uint8_t> Data, in MutableBinaryByteStream() 126 MutableArrayRef<uint8_t> data() const { return Data; } in data() 129 MutableArrayRef<uint8_t> Data; 200 MutableArrayRef<uint8_t> data() { return Data; } in data() 212 MutableArrayRef<uint8_t>(Buffer->getBufferStart(), in StreamImpl()
|
H A D | MemoryBuffer.h | 179 MutableArrayRef<char> getBuffer() { in getBuffer() 237 MutableArrayRef<char> getBuffer() { in getBuffer()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMappingWriter.h | 44 MutableArrayRef<CounterMappingRegion> MappingRegions; 49 MutableArrayRef<CounterMappingRegion> MappingRegions) in CoverageMappingWriter()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | AssumptionCache.h | 146 MutableArrayRef<ResultElem> assumptions() { in assumptions() 153 MutableArrayRef<ResultElem> assumptionsFor(const Value *V) { in assumptionsFor() 159 return MutableArrayRef<ResultElem>(); in assumptionsFor()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | TPCEHFrameRegistrar.cpp | 58 MutableArrayRef<uint8_t>(ArgBuffer, ArgBufferSize), in registerEHFrames() 71 MutableArrayRef<uint8_t>(ArgBuffer, ArgBufferSize), in deregisterEHFrames()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | LLVM.h | 35 template<typename T> class MutableArrayRef; variable 68 using llvm::MutableArrayRef;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 29 template <typename T> class MutableArrayRef; variable 210 void setBeforeReturnValues(MutableArrayRef<VirtualCallTarget> Targets, 217 void setAfterReturnValues(MutableArrayRef<VirtualCallTarget> Targets,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyAsmBackend.cpp | 48 const MCValue &Target, MutableArrayRef<char> Data, 97 MutableArrayRef<char> Data, in applyFixup()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.h | 41 MutableArrayRef<CalleeSavedInfo> CSI, 87 MutableArrayRef<CalleeSavedInfo> CSI, unsigned LdmOpc,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/ |
H A D | RegisterFile.cpp | 192 MutableArrayRef<unsigned> UsedPhysRegs) { in allocatePhysRegs() 207 MutableArrayRef<unsigned> FreedPhysRegs) { in freePhysRegs() 222 MutableArrayRef<unsigned> UsedPhysRegs) { in addRegisterWrite() 309 const WriteState &WS, MutableArrayRef<unsigned> FreedPhysRegs) { in removeRegisterWrite() 398 bool RegisterFile::tryEliminateMoveOrSwap(MutableArrayRef<WriteState> Writes, in tryEliminateMoveOrSwap() 399 MutableArrayRef<ReadState> Reads) { in tryEliminateMoveOrSwap()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCAsmBackend.cpp | 54 const MCValue &Target, MutableArrayRef<char> Data, 91 MutableArrayRef<char> Data, uint64_t Value, in applyFixup()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiAsmBackend.cpp | 52 const MCValue &Target, MutableArrayRef<char> Data, 87 MutableArrayRef<char> Data, uint64_t Value, in applyFixup()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/ |
H A D | BPFAsmBackend.cpp | 30 const MCValue &Target, MutableArrayRef<char> Data, 63 MutableArrayRef<char> Data, uint64_t Value, in applyFixup()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430AsmBackend.cpp | 41 const MCValue &Target, MutableArrayRef<char> Data, 127 MutableArrayRef<char> Data, in applyFixup()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmLexer.h | 116 MutableArrayRef<AsmToken> Buf(Tok); 126 virtual size_t peekTokens(MutableArrayRef<AsmToken> Buf,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 269 MutableArrayRef<VirtualCallTarget> Targets, uint64_t AllocBefore, in setBeforeReturnValues() 286 MutableArrayRef<VirtualCallTarget> Targets, uint64_t AllocAfter, in setAfterReturnValues() 568 MutableArrayRef<VirtualCallTarget> TargetsForSlot, 574 void tryICallBranchFunnel(MutableArrayRef<VirtualCallTarget> TargetsForSlot, 579 MutableArrayRef<VirtualCallTarget> TargetsForSlot, 584 bool tryUniformRetValOpt(MutableArrayRef<VirtualCallTarget> TargetsForSlot, 616 MutableArrayRef<VirtualCallTarget> TargetsForSlot, 623 bool tryVirtualConstProp(MutableArrayRef<VirtualCallTarget> TargetsForSlot, 673 bool trySingleImplDevirt(MutableArrayRef<ValueInfo> TargetsForSlot, 1134 MutableArrayRef<VirtualCallTarget> TargetsForSlot, VTableSlotInfo &SlotInfo, in trySingleImplDevirt() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | MinidumpEmitter.cpp | 58 std::pair<size_t, MutableArrayRef<T>> 84 std::pair<size_t, MutableArrayRef<T>> 87 MutableArrayRef<T> Array(Temporaries.Allocate<T>(Num), Num); in allocateNewArray()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/ |
H A D | MappedBlockStream.h | 84 Error readBytes(uint32_t Offset, MutableArrayRef<uint8_t> Buffer); 92 using CacheEntry = MutableArrayRef<uint8_t>;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | BinaryStreamRef.cpp | 40 MutableArrayRefImpl(MutableArrayRef<uint8_t> Data, endianness Endian) in MutableArrayRefImpl() 111 WritableBinaryStreamRef::WritableBinaryStreamRef(MutableArrayRef<uint8_t> Data, in WritableBinaryStreamRef()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | User.cpp | 98 MutableArrayRef<uint8_t> User::getDescriptor() { in getDescriptor() 105 return MutableArrayRef<uint8_t>( in getDescriptor()
|