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

<<21222324252627282930>>

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
InstrBuilder.h 75 llvm::ArrayRef<uint64_t> getProcResourceMasks() const {
InstructionTables.cpp 25 ArrayRef<uint64_t> Masks = IB.getProcResourceMasks();
Support.cpp 54 ArrayRef<unsigned> ProcResourceUsage) {
Scheduler.h 23 #include "llvm/ADT/ArrayRef.h"
335 ResourceStateEvent canBeDispatched(llvm::ArrayRef<uint64_t> Buffers) const;
344 void reserveBuffers(llvm::ArrayRef<uint64_t> Buffers);
347 void releaseBuffers(llvm::ArrayRef<uint64_t> Buffers);
455 void reserveBuffers(llvm::ArrayRef<uint64_t> Buffers) {
460 void releaseBuffers(llvm::ArrayRef<uint64_t> Buffers) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
Win64EHDumper.h 48 void printUnwindCode(const UnwindInfo& UI, ArrayRef<UnwindCode> UC);
WindowsResourceDumper.cpp 24 std::string stripUTF16(const ArrayRef<UTF16> &UTF16Str) {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DwarfGenerator.h 194 void setCustomPrologue(ArrayRef<ValueAndLength> NewPrologue);
201 void addStandardOpcode(uint8_t Opcode, ArrayRef<ValueAndLength> Operands);
205 ArrayRef<ValueAndLength> Operands);
211 void writeData(ArrayRef<ValueAndLength> Data, AsmPrinter &Asm) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
raw_sha1_ostream_test.cpp 41 ArrayRef<uint8_t> Input((const uint8_t *)"Hello World!", 12);
raw_ostream_test.cpp 190 static std::string formatted_bytes_str(ArrayRef<uint8_t> Bytes,
201 static std::string format_bytes_with_ascii_str(ArrayRef<uint8_t> Bytes,
217 ArrayRef<uint8_t> B(Buf);
220 EXPECT_EQ("", formatted_bytes_str(ArrayRef<uint8_t>()));
221 EXPECT_EQ("", format_bytes_with_ascii_str(ArrayRef<uint8_t>()));
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DisassemblerEmitter.cpp 114 ArrayRef<const CodeGenInstruction*> numberedInstructions =
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Metadata.h 19 #include "llvm/ADT/ArrayRef.h"
854 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None);
872 static inline MDTuple *get(LLVMContext &Context, ArrayRef<Metadata *> MDs);
874 ArrayRef<Metadata *> MDs);
876 ArrayRef<Metadata *> MDs);
878 ArrayRef<Metadata *> MDs);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_util.h 57 llvm::ArrayRef<T> AsArrayRef(const std::vector<T>& vec) {
58 return llvm::ArrayRef<T>(vec.data(), vec.size());
62 llvm::ArrayRef<T> AsArrayRef(const absl::Span<const T>& slice) {
63 return llvm::ArrayRef<T>(slice.data(), slice.size());
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 379 virtual ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() = 0;
407 ArrayRef<BugReport*> BugReports);
432 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() {
454 ArrayRef<BugReport *> &bugReports) {
472 ArrayRef<SourceRange> Ranges = None);
477 ArrayRef<SourceRange> Ranges = None);
518 ArrayRef<BugReport*> &bugReports) override;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 19 #include "llvm/ADT/ArrayRef.h"
65 ArrayRef<MCPhysReg> (*OrderFunc)(const MachineFunction&);
188 ArrayRef<MCPhysReg> getRawAllocationOrder(const MachineFunction &MF) const {
498 virtual ArrayRef<const uint32_t *> getRegMasks() const = 0;
499 virtual ArrayRef<const char *> getRegMaskNames() const = 0;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
PDBFile.cpp 11 #include "llvm/ADT/ArrayRef.h"
97 ArrayRef<support::ulittle32_t>
104 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex,
108 ArrayRef<uint8_t> Result;
115 ArrayRef<uint8_t> Data) const {
157 ArrayRef<uint8_t> FpmBytes;
210 // it with an ArrayRef instead of setting up a StreamRef. Since the
214 ArrayRef<support::ulittle32_t> Blocks;
233 ArrayRef<support::ulittle32_t> PDBFile::getDirectoryBlockArray() const {
  /external/clang/include/clang/AST/
ExprObjC.h 151 ObjCArrayLiteral(ArrayRef<Expr *> Elements,
160 ArrayRef<Expr *> Elements,
284 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
296 ArrayRef<ObjCDictionaryElement> VK,
    [all...]
  /external/clang/include/clang/Format/
Format.h 20 #include "llvm/ADT/ArrayRef.h"
768 ArrayRef<tooling::Range> Ranges,
802 ArrayRef<CharSourceRange> Ranges,
809 ArrayRef<tooling::Range> Ranges,
819 ArrayRef<CharSourceRange> Ranges);
826 ArrayRef<tooling::Range> Ranges,
    [all...]
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 108 ArrayRef<const char *> Args) {
149 ArrayRef<const char *> Args) {
222 static bool verifyTransformedFiles(ArrayRef<std::string> resultFiles) {
229 for (ArrayRef<std::string>::iterator
369 ArrayRef<const char*> Args(argv+optargc+1, argc-optargc-1);
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 18 #include "llvm/ADT/ArrayRef.h"
271 typedef ArrayRef<InstrProfRecord> data_type;
309 virtual Error getRecords(ArrayRef<InstrProfRecord> &Data) = 0;
312 ArrayRef<InstrProfRecord> &Data) = 0;
339 Error getRecords(ArrayRef<InstrProfRecord> &Data) override;
341 ArrayRef<InstrProfRecord> &Data) override;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
InstrProfReader.h 18 #include "llvm/ADT/ArrayRef.h"
294 using data_type = ArrayRef<NamedInstrProfRecord>;
335 virtual Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) = 0;
339 ArrayRef<NamedInstrProfRecord> &Data) = 0;
365 Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) override;
367 ArrayRef<NamedInstrProfRecord> &Data) override;
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 238 lowerTypeTestCalls(ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr,
244 void buildBitSetsFromGlobalVariables(ArrayRef<Metadata *> TypeIds,
245 ArrayRef<GlobalVariable *> Globals);
251 void buildBitSetsFromFunctions(ArrayRef<Metadata *> TypeIds,
252 ArrayRef<Function *> Functions);
253 void buildBitSetsFromDisjointSet(ArrayRef<Metadata *> TypeIds,
254 ArrayRef<GlobalObject *> Globals);
494 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalVariable *> Globals) {
559 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr
    [all...]
  /art/imgdiag/
imgdiag.cc 175 ArrayRef<uint8_t> remote_contents,
197 ArrayRef<uint8_t> remote_contents,
234 ArrayRef<uint8_t> remote_contents,
235 ArrayRef<uint8_t> zygote_contents,
308 ArrayRef<uint8_t> remote_contents_;
310 ArrayRef<uint8_t> zygote_contents_;
381 ArrayRef<uint8_t> remote_contents,
382 ArrayRef<uint8_t> zygote_contents,
709 ArrayRef<uint8_t> remote_contents,
710 ArrayRef<uint8_t> zygote_contents
    [all...]
  /external/clang/lib/AST/
StmtOpenMP.cpp 20 void OMPExecutableDirective::setClauses(ArrayRef<OMPClause *> Clauses) {
26 void OMPLoopDirective::setCounters(ArrayRef<Expr *> A) {
32 void OMPLoopDirective::setPrivateCounters(ArrayRef<Expr *> A) {
39 void OMPLoopDirective::setInits(ArrayRef<Expr *> A) {
45 void OMPLoopDirective::setUpdates(ArrayRef<Expr *> A) {
51 void OMPLoopDirective::setFinals(ArrayRef<Expr *> A) {
59 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt, bool HasCancel) {
85 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt,
127 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt,
180 ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Attributes.h 20 #include "llvm/ADT/ArrayRef.h"
226 static AttributeSet get(LLVMContext &C, ArrayRef<Attribute> Attrs);
345 ArrayRef<std::pair<unsigned, Attribute>> Attrs);
347 ArrayRef<std::pair<unsigned, AttributeSet>> Attrs);
353 ArrayRef<AttributeSet> ArgAttrs);
358 static AttributeList getImpl(LLVMContext &C, ArrayRef<AttributeSet> AttrSets);
368 static AttributeList get(LLVMContext &C, ArrayRef<AttributeList> Attrs);
370 ArrayRef<Attribute::AttrKind> Kinds);
372 ArrayRef<StringRef> Kind);
412 AttributeList addParamAttribute(LLVMContext &C, ArrayRef<unsigned> ArgNos
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 144 bool isShuffleMaskLegal(ArrayRef<int> Mask, EVT VT) const override;
319 bool getBuildVectorConstInts(ArrayRef<SDValue> Values, MVT VecTy,
322 SDValue buildVector32(ArrayRef<SDValue> Elem, const SDLoc &dl, MVT VecTy,
324 SDValue buildVector64(ArrayRef<SDValue> Elem, const SDLoc &dl, MVT VecTy,
342 ArrayRef<SDValue> Ops, SelectionDAG &DAG) const {
351 SDValue getInt(unsigned IntId, MVT ResTy, ArrayRef<SDValue> Ops,
391 ArrayRef<int> Mask, SelectionDAG &DAG) const;
393 SDValue buildHvxVectorReg(ArrayRef<SDValue> Values, const SDLoc &dl,
395 SDValue buildHvxVectorPred(ArrayRef<SDValue> Values, const SDLoc &dl,

Completed in 910 milliseconds

<<21222324252627282930>>