HomeSort by relevance Sort by last modified time
    Searched refs:ArrayRef (Results 476 - 500 of 1983) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.h 13 #include "llvm/ADT/ArrayRef.h"
278 ArrayRef<uint8_t> Contents;
294 explicit Segment(ArrayRef<uint8_t> Data) : Contents(Data) {}
310 ArrayRef<uint8_t> Contents;
314 explicit Section(ArrayRef<uint8_t> Data) : Contents(Data) {}
328 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data)
543 ArrayRef<uint8_t> Contents;
545 explicit GroupSection(ArrayRef<uint8_t> Data) : Contents(Data) {}
565 explicit DynamicSymbolTableSection(ArrayRef<uint8_t> Data) : Section(Data) {}
574 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Bitcode/
BitstreamReaderTest.cpp 49 BitstreamCursor Cursor(ArrayRef<uint8_t>{});
116 ArrayRef<uint8_t>((const uint8_t *)Buffer.begin(), Buffer.size()));
146 SimpleBitstreamCursor Cursor(ArrayRef<uint8_t>(Bytes, I));
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
TypeHashingTest.cpp 47 static ArrayRef<uint8_t> hash_of(ArrayRef<GloballyHashedType> Hashes,
52 static void verifyHashUniqueness(ArrayRef<GloballyHashedType> Hashes) {
  /art/runtime/jit/
debugger_interface.cc 166 ArrayRef<const uint8_t> symfile,
173 symfile = ArrayRef<const uint8_t>(copy, symfile.size());
253 const ArrayRef<const uint8_t> symfile(dexfile->Begin(), dexfile->Size());
304 std::vector<ArrayRef<const uint8_t>> added_elf_files;
344 ArrayRef<const uint8_t>(packed),
375 ArrayRef<const uint8_t>(symfile),
  /external/clang/lib/Driver/
Job.cpp 16 #include "llvm/ADT/ArrayRef.h"
28 using llvm::ArrayRef;
32 ArrayRef<InputInfo> Inputs)
161 llvm::ArrayRef<const char *> Args = Arguments;
165 Args = ArrayRef<const char *>(ArgsRespFile).slice(1); // no executable name
275 ArrayRef<InputInfo> Inputs,
317 ArrayRef<InputInfo> Inputs)
  /external/llvm/include/llvm/ADT/
TinyPtrVector.h 13 #include "llvm/ADT/ArrayRef.h"
102 /// Constructor from an ArrayRef.
105 /// element constructor for ArrayRef.
106 explicit TinyPtrVector(ArrayRef<EltTy> Elts)
118 // implicit conversion operator to ArrayRef.
119 operator ArrayRef<EltTy>() const {
136 // Implicit conversion to ArrayRef<U> if EltTy* implicitly converts to U*.
139 std::is_convertible<ArrayRef<EltTy>, ArrayRef<U>>::value,
141 operator ArrayRef<U>() const
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 22 #include "llvm/ADT/ArrayRef.h"
134 ArrayRef<Constant *> IdxList) const {
139 // warnings about whether to convert Idx to ArrayRef<Constant *> or
140 // ArrayRef<Value *>.
144 ArrayRef<Value *> IdxList) const {
149 ArrayRef<Constant *> IdxList) const {
155 // warnings about whether to convert Idx to ArrayRef<Constant *> or
156 // ArrayRef<Value *>.
160 ArrayRef<Value *> IdxList) const {
258 ArrayRef<unsigned> IdxList) const
    [all...]
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 332 unsigned getFirstUnallocated(ArrayRef<MCPhysReg> Regs) const {
359 unsigned AllocateReg(ArrayRef<MCPhysReg> Regs) {
373 unsigned AllocateRegBlock(ArrayRef<MCPhysReg> Regs, unsigned RegsRequired) {
400 unsigned AllocateReg(ArrayRef<MCPhysReg> Regs, const MCPhysReg *ShadowRegs) {
438 ArrayRef<MCPhysReg> ShadowRegs) {
513 SmallVectorImpl<ForwardedRegister> &Forwards, ArrayRef<MVT> RegParmTypes,
  /external/llvm/include/llvm/IR/
ConstantFolder.h 122 ArrayRef<Constant *> IdxList) const {
127 // warnings about whether to convert Idx to ArrayRef<Constant *> or
128 // ArrayRef<Value *>.
132 ArrayRef<Value *> IdxList) const {
137 ArrayRef<Constant *> IdxList) const {
143 // warnings about whether to convert Idx to ArrayRef<Constant *> or
144 // ArrayRef<Value *>.
148 ArrayRef<Value *> IdxList) const {
233 ArrayRef<unsigned> IdxList) const {
238 ArrayRef<unsigned> IdxList) const
    [all...]
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 256 void SpillPlacement::addConstraints(ArrayRef<BlockConstraint> LiveBlocks) {
257 for (ArrayRef<BlockConstraint>::iterator I = LiveBlocks.begin(),
278 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) {
279 for (ArrayRef<unsigned>::iterator I = Blocks.begin(), E = Blocks.end();
293 void SpillPlacement::addLinks(ArrayRef<unsigned> Links) {
294 for (ArrayRef<unsigned>::iterator I = Links.begin(), E = Links.end(); I != E;
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 50 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UC) {
180 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) {
255 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes);
292 ArrayRef<uint8_t> Contents;
314 ArrayRef<uint8_t> Contents;
322 ArrayRef<RuntimeFunction> RuntimeFunctions(Entries, Count);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantFolder.h 122 ArrayRef<Constant *> IdxList) const {
127 // warnings about whether to convert Idx to ArrayRef<Constant *> or
128 // ArrayRef<Value *>.
132 ArrayRef<Value *> IdxList) const {
137 ArrayRef<Constant *> IdxList) const {
142 // warnings about whether to convert Idx to ArrayRef<Constant *> or
143 // ArrayRef<Value *>.
147 ArrayRef<Value *> IdxList) const {
226 ArrayRef<unsigned> IdxList) const {
231 ArrayRef<unsigned> IdxList) const
    [all...]
NoFolder.h 25 #include "llvm/ADT/ArrayRef.h"
181 ArrayRef<Constant *> IdxList) const {
185 ArrayRef<Value *> IdxList) const {
190 ArrayRef<Constant *> IdxList) const {
194 ArrayRef<Value *> IdxList) const {
274 ArrayRef<unsigned> IdxList) const {
279 ArrayRef<unsigned> IdxList) const {
TargetFolder.h 24 #include "llvm/ADT/ArrayRef.h"
134 ArrayRef<Constant *> IdxList) const {
139 // warnings about whether to convert Idx to ArrayRef<Constant *> or
140 // ArrayRef<Value *>.
144 ArrayRef<Value *> IdxList) const {
149 ArrayRef<Constant *> IdxList) const {
154 // warnings about whether to convert Idx to ArrayRef<Constant *> or
155 // ArrayRef<Value *>.
159 ArrayRef<Value *> IdxList) const {
243 ArrayRef<unsigned> IdxList) const
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SpillPlacement.cpp 215 void SpillPlacement::addConstraints(ArrayRef<BlockConstraint> LiveBlocks) {
216 for (ArrayRef<BlockConstraint>::iterator I = LiveBlocks.begin(),
244 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) {
245 for (ArrayRef<unsigned>::iterator I = Blocks.begin(), E = Blocks.end();
259 void SpillPlacement::addLinks(ArrayRef<unsigned> Links) {
260 for (ArrayRef<unsigned>::iterator I = Links.begin(), E = Links.end(); I != E;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
TinyPtrVector.h 13 #include "llvm/ADT/ArrayRef.h"
117 /// Constructor from an ArrayRef.
120 /// element constructor for ArrayRef.
121 explicit TinyPtrVector(ArrayRef<EltTy> Elts)
133 // implicit conversion operator to ArrayRef.
134 operator ArrayRef<EltTy>() const {
151 // Implicit conversion to ArrayRef<U> if EltTy* implicitly converts to U*.
154 std::is_convertible<ArrayRef<EltTy>, ArrayRef<U>>::value,
156 operator ArrayRef<U>() const
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetFolder.h 22 #include "llvm/ADT/ArrayRef.h"
133 ArrayRef<Constant *> IdxList) const {
138 // warnings about whether to convert Idx to ArrayRef<Constant *> or
139 // ArrayRef<Value *>.
143 ArrayRef<Value *> IdxList) const {
148 ArrayRef<Constant *> IdxList) const {
154 // warnings about whether to convert Idx to ArrayRef<Constant *> or
155 // ArrayRef<Value *>.
159 ArrayRef<Value *> IdxList) const {
257 ArrayRef<unsigned> IdxList) const
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ConstantFolder.h 20 #include "llvm/ADT/ArrayRef.h"
143 ArrayRef<Constant *> IdxList) const {
149 // warnings about whether to convert Idx to ArrayRef<Constant *> or
150 // ArrayRef<Value *>.
155 ArrayRef<Value *> IdxList) const {
160 ArrayRef<Constant *> IdxList) const {
167 // warnings about whether to convert Idx to ArrayRef<Constant *> or
168 // ArrayRef<Value *>.
173 ArrayRef<Value *> IdxList) const {
265 ArrayRef<unsigned> IdxList) const
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 43 #include "llvm/ADT/ArrayRef.h"
163 getBoundaryInstrs(ArrayRef<Instruction *> Chain);
166 void eraseInstructions(ArrayRef<Instruction *> Chain);
172 std::pair<ArrayRef<Instruction *>, ArrayRef<Instruction *>>
173 splitOddVectorElts(ArrayRef<Instruction *> Chain, unsigned ElementSizeBits);
181 ArrayRef<Instruction *> getVectorizablePrefix(ArrayRef<Instruction *> Chain);
191 bool vectorizeInstructions(ArrayRef<Instruction *> Instrs);
195 vectorizeLoadChain(ArrayRef<Instruction *> Chain
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 50 static uint32_t getLargeSlotValue(ArrayRef<UnwindCode> UC) {
180 void Dumper::printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC) {
255 ArrayRef<UnwindCode> UC(&UI.UnwindCodes[0], UI.NumCodes);
292 ArrayRef<uint8_t> Contents;
314 ArrayRef<uint8_t> Contents;
322 ArrayRef<RuntimeFunction> RuntimeFunctions(Entries, Count);
  /art/compiler/optimizing/
linear_order.cc 58 static bool IsLinearOrderWellFormed(const HGraph* graph, ArrayRef<HBasicBlock*> linear_order) {
86 void LinearizeGraphInternal(const HGraph* graph, ArrayRef<HBasicBlock*> linear_order) {
  /external/clang/include/clang/AST/
RawCommentList.h 15 #include "llvm/ADT/ArrayRef.h"
188 ArrayRef<RawComment *> getComments() const {
196 void addDeserializedComments(ArrayRef<RawComment *> DeserializedComments);
  /external/clang/include/clang/Basic/
Builtins.h 19 #include "llvm/ADT/ArrayRef.h"
66 llvm::ArrayRef<Info> TSRecords;
67 llvm::ArrayRef<Info> AuxTSRecords;
  /external/clang/lib/AST/
StmtCXX.cpp 27 Stmt *tryBlock, ArrayRef<Stmt *> handlers) {
45 ArrayRef<Stmt *> handlers)
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 129 ArrayRef<ParserValue> Args,
163 ArrayRef<ast_type_traits::ASTNodeKind> RetKinds,
187 ArrayRef<ParserValue> Args,
198 ArrayRef<ast_type_traits::ASTNodeKind> RetKinds,
199 ArrayRef<ArgKind> ArgKinds)
205 ArrayRef<ParserValue> Args,
301 ResultT (*Func)(ArrayRef<const ArgT *>)>
304 ArrayRef<ParserValue> Args, Diagnostics *Error) {
345 ArrayRef<ParserValue> Args,
349 ResultT (*F)(ArrayRef<const ArgT *>)
    [all...]

Completed in 1782 milliseconds

<<11121314151617181920>>