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

1 2 3 4 5 6 78 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonTargetTransformInfo.h 22 #include "llvm/ADT/ArrayRef.h"
103 unsigned getOperandsScalarizationOverhead(ArrayRef<const Value*> Args,
105 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type*> Tys);
107 ArrayRef<Value*> Args, FastMathFlags FMF, unsigned VF);
109 ArrayRef<Type*> Tys, FastMathFlags FMF,
122 unsigned Factor, ArrayRef<unsigned> Indices, unsigned Alignment,
131 ArrayRef<const Value *> Args = ArrayRef<const Value *>());
142 int getUserCost(const User *U, ArrayRef<const Value *> Operands);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86TargetTransformInfo.h 71 ArrayRef<const Value *> Args = ArrayRef<const Value *>());
90 ArrayRef<Type *> Tys, FastMathFlags FMF,
93 ArrayRef<Value *> Args, FastMathFlags FMF,
103 unsigned Factor, ArrayRef<unsigned> Indices,
106 unsigned Factor, ArrayRef<unsigned> Indices,
109 unsigned Factor, ArrayRef<unsigned> Indices,
116 unsigned getUserCost(const User *U, ArrayRef<const Value *> Operands);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
SchedulerStatistics.h 78 void onReservedBuffers(llvm::ArrayRef<unsigned> Buffers) override;
82 void onReleasedBuffers(llvm::ArrayRef<unsigned> Buffers) override;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-color-helper.h 19 #include "llvm/ADT/ArrayRef.h"
48 ArrayRef<std::tuple<uint8_t, uint8_t, uint8_t>> ColorMap;
49 ArrayRef<std::tuple<uint8_t, uint8_t, uint8_t>> BoundMap;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Process.h 36 template <typename T> class ArrayRef;
92 ArrayRef<const char *> ArgsFromMain,
  /external/clang/include/clang/AST/
OpenMPClause.h 136 void setVarRefs(ArrayRef<Expr *> VL) {
157 typedef ArrayRef<const Expr *>::iterator varlist_const_iterator;
182 ArrayRef<const Expr *> getVarRefs() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenSchedule.h 73 CodeGenSchedRW(unsigned Idx, bool Read, ArrayRef<unsigned> Seq,
146 bool isKeyEqual(Record *IC, ArrayRef<unsigned> W,
147 ArrayRef<unsigned> R) const {
360 ArrayRef<CodeGenProcModel> procModels() const { return ProcModels; }
414 ArrayRef<CodeGenSchedClass> schedClasses() const { return SchedClasses; }
424 unsigned addSchedClass(Record *ItinDef, ArrayRef<unsigned> OperWrites,
425 ArrayRef<unsigned> OperReads,
426 ArrayRef<unsigned> ProcIndices);
428 unsigned findOrInsertRW(ArrayRef<unsigned> Seq, bool IsRead);
431 ArrayRef<SMLoc> Loc) const
    [all...]
  /art/compiler/debug/
method_debug_info.h 45 ArrayRef<const uint8_t> cfi;
  /external/llvm/include/llvm/Analysis/
IndirectCallPromotionAnalysis.h 59 ArrayRef<InstrProfValueData>
  /external/llvm/include/llvm/CodeGen/
EdgeBundles.h 19 #include "llvm/ADT/ArrayRef.h"
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; }
  /external/llvm/include/llvm/DebugInfo/CodeView/
StreamWriter.h 13 #include "llvm/ADT/ArrayRef.h"
31 Error writeBytes(ArrayRef<uint8_t> Buffer);
50 ArrayRef<uint8_t>(reinterpret_cast<const uint8_t *>(&Obj), sizeof(T)));
53 template <typename T> Error writeArray(ArrayRef<T> Array) {
61 ArrayRef<uint8_t>(reinterpret_cast<const uint8_t *>(Array.data()),
  /external/llvm/include/llvm/IR/
MDBuilder.h 25 template <typename T> class ArrayRef;
61 MDNode *createBranchWeights(ArrayRef<uint32_t> Weights);
143 MDNode *createTBAAStructNode(ArrayRef<TBAAStructField> Fields);
149 ArrayRef<std::pair<MDNode *, uint64_t>> Fields);
  /external/llvm/include/llvm/Transforms/Vectorize/
SLPVectorizer.h 81 bool tryToVectorizeList(ArrayRef<Value *> VL, slpvectorizer::BoUpSLP &R,
82 ArrayRef<Value *> BuildVector = None,
99 bool vectorizeStoreChain(ArrayRef<Value *> Chain, int CostThreshold,
102 bool vectorizeStores(ArrayRef<StoreInst *> Stores, int costThreshold,
  /external/llvm/lib/Analysis/
IndirectCallPromotionAnalysis.cpp 75 ArrayRef<InstrProfValueData> ValueDataRef(ValueDataArray.get(), NumVals);
96 ArrayRef<InstrProfValueData>
105 return ArrayRef<InstrProfValueData>();
108 return ArrayRef<InstrProfValueData>(ValueDataArray.get(), NumVals);
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.h 32 getInstruction(MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes,
  /external/llvm/unittests/ADT/
VariadicFunctionTest.cpp 11 #include "llvm/ADT/ArrayRef.h"
19 std::string StringCatImpl(ArrayRef<const std::string *> Args) {
42 long SumImpl(ArrayRef<const int *> Args) {
59 int StringAppendImpl(std::string *Dest, ArrayRef<const std::string *> Args) {
89 ArrayRef<const int *> Args) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
EdgeBundles.h 19 #include "llvm/ADT/ArrayRef.h"
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAUtils.h 13 #include "llvm/ADT/ArrayRef.h"
25 llvm::ArrayRef<char> StrBytes(reinterpret_cast<char *>(Str16.m_str),
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
MD5.h 39 template <typename T> class ArrayRef;
85 void update(ArrayRef<uint8_t> Data);
98 static std::array<uint8_t, 16> hash(ArrayRef<uint8_t> Data);
101 const uint8_t *body(ArrayRef<uint8_t> Data);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
IndirectCallPromotionAnalysis.cpp 72 ArrayRef<InstrProfValueData> ValueDataRef(ValueDataArray.get(), NumVals);
94 ArrayRef<InstrProfValueData>
103 return ArrayRef<InstrProfValueData>();
106 return ArrayRef<InstrProfValueData>(ValueDataArray.get(), NumVals);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
AppendingTypeTableBuilder.cpp 11 #include "llvm/ADT/ArrayRef.h"
77 ArrayRef<ArrayRef<uint8_t>> AppendingTypeTableBuilder::records() const {
84 AppendingTypeTableBuilder::insertRecordBytes(ArrayRef<uint8_t> &Record) {
88 Record = ArrayRef<uint8_t>(Stable, Record.size());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
Hash.cpp 11 #include "llvm/ADT/ArrayRef.h"
25 ArrayRef<ulittle32_t> Longs(reinterpret_cast<const ulittle32_t *>(Str.data()),
60 ArrayRef<char> Buffer(Str.begin(), Str.end());
62 ArrayRef<ulittle32_t> Items(
81 uint32_t pdb::hashBufferV8(ArrayRef<uint8_t> Buf) {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
VariadicFunctionTest.cpp 11 #include "llvm/ADT/ArrayRef.h"
19 std::string StringCatImpl(ArrayRef<const std::string *> Args) {
42 long SumImpl(ArrayRef<const int *> Args) {
59 int StringAppendImpl(std::string *Dest, ArrayRef<const std::string *> Args) {
89 ArrayRef<const int *> Args) {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Passes/
TestPlugin.cpp 26 ArrayRef<PassBuilder::PipelineElement> InnerPipeline) {
  /external/llvm/unittests/DebugInfo/PDB/
MappedBlockStreamTest.cpp 49 DiscontiguousFile(ArrayRef<uint32_t> Blocks, MutableArrayRef<uint8_t> Data)
58 ArrayRef<support::ulittle32_t>
61 return ArrayRef<support::ulittle32_t>();
64 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
66 return ArrayRef<uint8_t>(&Data[BlockIndex], NumBytes);
70 ArrayRef<uint8_t> SrcData) const override {
99 ArrayRef<uint8_t> Buffer;
247 ArrayRef<uint8_t> Buffer;
249 EXPECT_ERROR(S.writeBytes(0, ArrayRef<uint8_t>(LargeBuffer)));
250 EXPECT_NO_ERROR(S.writeBytes(0, ArrayRef<uint8_t>(SmallBuffer)))
    [all...]

Completed in 1742 milliseconds

1 2 3 4 5 6 78 91011>>