Searched refs:ArrayRef (Results 301 - 325 of 1734) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DFormatters.cpp10 #include "llvm/ADT/ArrayRef.h"
23 GuidAdapter::GuidAdapter(ArrayRef<uint8_t> Guid)
H A DRecordSerialization.cpp27 StringRef llvm::codeview::getBytesAsCharacters(ArrayRef<uint8_t> LeafData) {
32 StringRef llvm::codeview::getBytesAsCString(ArrayRef<uint8_t> LeafData) {
105 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end());
131 ArrayRef<uint8_t> Bytes(Data.bytes_begin(), Data.bytes_end());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.h52 void dumpTypeIndex(uint32_t StreamIdx, ArrayRef<uint32_t> Indices);
H A DTypeReferenceTracker.cpp108 void TypeReferenceTracker::addReferencedTypes(ArrayRef<uint8_t> RecData,
109 ArrayRef<TiReference> DepList) {
112 ArrayRef<uint8_t> ByteSlice =
114 ArrayRef<TypeIndex> TIs(
/freebsd-13-stable/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h23 #include "llvm/ADT/ArrayRef.h"
64 ArrayRef<StringRef> PassInfos, opt_tool::OutputKind OK,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackendDarwin.h36 ArrayRef<MCCFIInstruction> Instrs) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.h27 ArrayRef<CalleeSavedInfo> CSI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.h39 ArrayRef<CalleeSavedInfo> CSI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16FrameLowering.h30 ArrayRef<CalleeSavedInfo> CSI,
H A DMipsSEFrameLowering.h35 ArrayRef<CalleeSavedInfo> CSI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h63 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h144 ArrayRef<uint8_t> ChecksumBytes, uint8_t ChecksumKind);
178 ArrayRef<MCCVLoc> getLinesForExtent(size_t L, size_t R);
198 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges,
238 ArrayRef<uint8_t> Checksum;
H A DMCTargetOptions.h12 #include "llvm/ADT/ArrayRef.h"
65 ArrayRef<const char *> CommandLineArgs;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DDispatchStage.h64 ArrayRef<unsigned> UsedPhysRegs,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchiveWriter.h38 Error writeArchive(StringRef ArcName, ArrayRef<NewArchiveMember> NewMembers,
H A DModuleSymbolTable.h18 #include "llvm/ADT/ArrayRef.h"
46 ArrayRef<Symbol> symbols() const { return SymTab; }
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h12 #include "llvm/ADT/ArrayRef.h"
56 Error writeBytes(ArrayRef<uint8_t> Buffer);
141 ArrayRef<uint8_t>(reinterpret_cast<const uint8_t *>(&Obj), sizeof(T)));
151 template <typename T> Error writeArray(ArrayRef<T> Array) {
159 ArrayRef<uint8_t>(reinterpret_cast<const uint8_t *>(Array.data()),
H A DConvertUTF.h183 template <typename T> class ArrayRef;
261 bool hasUTF16ByteOrderMark(ArrayRef<char> SrcBytes);
270 bool convertUTF16ToUTF8String(ArrayRef<char> SrcBytes, std::string &Out);
279 bool convertUTF16ToUTF8String(ArrayRef<UTF16> Src, std::string &Out);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DPlatform.h39 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h21 #include "llvm/ADT/ArrayRef.h"
102 bool tryToVectorizeList(ArrayRef<Value *> VL, slpvectorizer::BoUpSLP &R,
104 ArrayRef<Value *> InsertUses = None);
142 bool vectorizeStoreChain(ArrayRef<Value *> Chain, slpvectorizer::BoUpSLP &R,
145 bool vectorizeStores(ArrayRef<StoreInst *> Stores, slpvectorizer::BoUpSLP &R);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DScopedPrinter.cpp23 ArrayRef<uint8_t> Data, bool Block,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.h54 ArrayRef<unsigned> OpIndices) const;
65 ArrayRef<unsigned> OpIndices) const;
68 ArrayRef<unsigned> OpIndices) const;
143 ArrayRef<OpRegBankEntry<NumOps>> Table) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h56 unsigned getUserCost(const User *U, ArrayRef<const Value *> Operands,
102 ArrayRef<const Value *> Args = ArrayRef<const Value *>(),
118 unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.h24 ArrayRef<MCPhysReg> ClobberSet) const;
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DSectCreateFile.h47 ArrayRef<uint8_t> rawContent() const override {
50 return ArrayRef<uint8_t>(data, _content->getBufferSize());

Completed in 335 milliseconds

<<11121314151617181920>>