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

<<31323334353637383940>>

  /external/clang/lib/CodeGen/
CodeGenTypes.h 280 ArrayRef<CanQualType> argTypes);
327 ArrayRef<CanQualType> argTypes,
329 ArrayRef<FunctionProtoType::ExtParameterInfo> paramInfos,
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 175 MatchesAny(ArrayRef<std::string> Arr) : Arr(Arr) {}
183 ArrayRef<std::string> Arr;
297 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) {
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 80 const Metadata *get(ArrayRef<const Metadata *> MDs) const {
196 ArrayRef<const Metadata *> getMDStrings() const {
201 ArrayRef<const Metadata *> getNonMDStrings() const {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 128 ArrayRef<GenericValue> ArgValues) override;
138 void callFunction(Function *F, ArrayRef<GenericValue> ArgVals);
195 ArrayRef<GenericValue> ArgVals);
  /external/llvm/lib/IR/
MDBuilder.cpp 42 MDNode *MDBuilder::createBranchWeights(ArrayRef<uint32_t> Weights) {
130 MDNode *MDBuilder::createTBAAStructNode(ArrayRef<TBAAStructField> Fields) {
144 StringRef Name, ArrayRef<std::pair<MDNode *, uint64_t>> Fields) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 305 ArrayRef<const GlobalVariable *> TyInfo);
310 ArrayRef<const GlobalVariable *> TyInfo);
336 void setCallSiteLandingPad(MCSymbol *Sym, ArrayRef<unsigned> Sites);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContextImpl.h 27 #include "llvm/ADT/ArrayRef.h"
143 typedef ConstantUniqueMap<std::vector<Constant*>, ArrayRef<Constant*>,
147 typedef ConstantUniqueMap<std::vector<Constant*>, ArrayRef<Constant*>,
151 typedef ConstantUniqueMap<std::vector<Constant*>, ArrayRef<Constant*>,
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.h 21 #include "llvm/ADT/ArrayRef.h"
168 ArrayRef<CodeGenRegisterClass*> getSuperClasses() const {
175 ArrayRef<Record*> getOrder(unsigned No = 0) const {
273 ArrayRef<CodeGenRegisterClass*> getRegClasses() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 13 #include "llvm/ADT/ArrayRef.h"
70 void setBlockValue(const ArrayRef<uint8_t> &Data) {
105 Optional<ArrayRef<uint8_t>> getAsBlock() const;
278 inline Optional<ArrayRef<uint8_t>> toBlock(const Optional<DWARFFormValue> &V) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 17 #include "llvm/ADT/ArrayRef.h"
85 const Metadata *get(ArrayRef<const Metadata *> MDs) const {
205 ArrayRef<const Metadata *> getMDStrings() const {
210 ArrayRef<const Metadata *> getNonMDStrings() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
SplitKit.h 19 #include "llvm/ADT/ArrayRef.h"
184 ArrayRef<SlotIndex> getUseSlots() const { return UseSlots; }
188 ArrayRef<BlockInfo> getUseBlocks() const { return UseBlocks; }
403 ArrayRef<SlotIndex> Undefs);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
CodeViewRecordIO.cpp 81 Error CodeViewRecordIO::mapByteVectorTail(ArrayRef<uint8_t> &Bytes) {
93 ArrayRef<uint8_t> BytesRef(Bytes);
180 ArrayRef<uint8_t> GuidBytes;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 109 ArrayRef<GenericValue> ArgValues) override;
119 void callFunction(Function *F, ArrayRef<GenericValue> ArgVals);
176 ArrayRef<GenericValue> ArgVals);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/Disassembler/
BPFDisassembler.cpp 17 #include "llvm/ADT/ArrayRef.h"
71 ArrayRef<uint8_t> Bytes, uint64_t Address,
140 static DecodeStatus readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address,
165 ArrayRef<uint8_t> Bytes,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86CallingConv.cpp 61 static ArrayRef<MCPhysReg> CC_X86_VectorCallGetSSEs(const MVT &ValVT) {
79 static ArrayRef<MCPhysReg> CC_X86_64_VectorCallGetGPRs() {
90 ArrayRef<MCPhysReg> RegList = CC_X86_VectorCallGetSSEs(ValVT);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
CoverageExporterJson.cpp 209 ArrayRef<std::string> SourceFiles,
210 ArrayRef<FileCoverageSummary> FileReports) {
310 ArrayRef<coverage::CountedRegion> Regions) {
  /external/clang/lib/AST/
ExprCXX.cpp 66 ArrayRef<Expr*> placementArgs,
722 ArrayRef<Expr*> Args,
755 ArrayRef<Expr*> Args,
774 ArrayRef<Expr*> Args,
    [all...]
Stmt.cpp 282 CompoundStmt::CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts,
298 void CompoundStmt::setStmts(const ASTContext &C, ArrayRef<Stmt *> Stmts) {
314 ArrayRef<const Attr*> Attrs,
717 ArrayRef<Token> asmtoks, unsigned numoutputs,
719 ArrayRef<StringRef> constraints, ArrayRef<Expr*> exprs,
720 StringRef asmstr, ArrayRef<StringRef> clobbers,
734 ArrayRef<Token> asmtoks,
735 ArrayRef<StringRef> constraints,
736 ArrayRef<Expr*> exprs
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DebugInfoMetadata.h 17 #include "llvm/ADT/ArrayRef.h"
161 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None)
267 unsigned Tag, ArrayRef<Metadata *> Ops1,
268 ArrayRef<Metadata *> Ops2)
278 StringRef Header, ArrayRef<Metadata *> DwarfOps,
285 MDString *Header, ArrayRef<Metadata *> DwarfOps,
298 ArrayRef<Metadata *> DwarfOps),
301 ArrayRef<Metadata *> DwarfOps),
341 int64_t LowerBound, ArrayRef<Metadata *> Ops
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
LTO.cpp 92 Hasher.update(ArrayRef<uint8_t>{0});
100 Hasher.update(ArrayRef<uint8_t>{Data, 4});
112 Hasher.update(ArrayRef<uint8_t>{Data, 8});
145 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash)));
148 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&F, sizeof(F)));
155 Hasher.update(ArrayRef<uint8_t>((uint8_t *)&ModHash[0], sizeof(ModHash)));
164 Hasher.update(ArrayRef<uint8_t>((const uint8_t *)&Entry.first,
166 Hasher.update(ArrayRef<uint8_t>((const uint8_t *)&Entry.second,
215 ArrayRef<uint8_t>((const uint8_t *)&Linkage, sizeof(Linkage)));
421 void LTO::addModuleToGlobalRes(ArrayRef<InputFile::Symbol> Syms
    [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp 27 static void dumpIdxVec(ArrayRef<unsigned> V) {
37 ArrayRef<SMLoc> Loc) override {
55 ArrayRef<SMLoc> Loc) override {
329 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool IsRead) {
460 unsigned CodeGenSchedModels::findRWForSequence(ArrayRef<unsigned> Seq,
474 unsigned CodeGenSchedModels::findOrInsertRW(ArrayRef<unsigned> Seq,
589 ArrayRef<unsigned> Writes,
590 ArrayRef<unsigned> Reads) const {
609 ArrayRef<unsigned> OperWrites,
610 ArrayRef<unsigned> OperReads)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenSchedule.cpp 37 static void dumpIdxVec(ArrayRef<unsigned> V) {
48 ArrayRef<SMLoc> Loc) override {
80 ArrayRef<SMLoc> Loc) override {
81 ArrayRef<const CodeGenInstruction *> Instructions =
447 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool IsRead) {
568 unsigned CodeGenSchedModels::findRWForSequence(ArrayRef<unsigned> Seq,
580 unsigned CodeGenSchedModels::findOrInsertRW(ArrayRef<unsigned> Seq,
710 ArrayRef<unsigned> OperWrites,
711 ArrayRef<unsigned> OperReads) {
743 ArrayRef<unsigned> OperWrites
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 23 #include "llvm/ADT/ArrayRef.h"
558 CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts,
573 void setStmts(const ASTContext &C, ArrayRef<Stmt *> Stmts);
837 AttributedStmt(SourceLocation Loc, ArrayRef<const Attr*> Attrs, Stmt *SubStmt)
857 ArrayRef<const Attr*> Attrs, Stmt *SubStmt);
862 ArrayRef<const Attr*> getAttrs() const {
    [all...]
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 39 class ArrayRef;
232 Value *SimplifyGEPInst(Type *SrcTy, ArrayRef<Value *> Ops,
242 ArrayRef<unsigned> Idxs, const DataLayout &DL,
250 Value *SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs,
320 Value *SimplifyCall(Value *V, ArrayRef<Value *> Args, const DataLayout &DL,
  /external/llvm/include/llvm/IR/
DIBuilder.h 32 template <typename T> class ArrayRef;
436 DINodeArray getOrCreateArray(ArrayRef<Metadata *> Elements);
439 DITypeRefArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
505 DIExpression *createExpression(ArrayRef<uint64_t> Addr = None);
506 DIExpression *createExpression(ArrayRef<int64_t> Addr);
    [all...]

Completed in 1087 milliseconds

<<31323334353637383940>>