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

<<41424344454647484950>>

  /external/llvm/lib/IR/
Instructions.cpp 248 void CallInst::init(FunctionType *FTy, Value *Func, ArrayRef<Value *> Args,
249 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr) {
320 CallInst *CallInst::Create(CallInst *CI, ArrayRef<OperandBundleDef> OpB,
445 ArrayRef<OperandBundleDef> OpB,
539 ArrayRef<OperandBundleDef> OpB,
565 ArrayRef<OperandBundleDef> OpB,
572 ArrayRef<OperandBundleDef> Bundles,
610 ArrayRef<OperandBundleDef> Bundles,
624 ArrayRef<OperandBundleDef> Bundles,
636 BasicBlock *IfException, ArrayRef<Value *> Args
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGParser.cpp 161 ArrayRef<unsigned> BitList, Init *V,
236 ArrayRef<Init *> TArgs = SC->getTemplateArgs();
277 ArrayRef<std::pair<Record *, SMRange>> SCs = SC->getSuperClasses();
311 ArrayRef<Init *> SMCTArgs = SMC->Rec.getTemplateArgs();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /art/compiler/jit/
jit_compiler.cc 145 const ArrayRef<mirror::Class*> types_array(types, count);
  /art/compiler/jni/quick/
calling_convention.h 316 virtual ArrayRef<const ManagedRegister> CalleeSaveRegisters() const = 0;
  /art/compiler/optimizing/
optimizing_unit_test.h 247 environment->CopyFrom(ArrayRef<HInstruction* const>(*current_locals));
  /art/libelffile/dwarf/
headers.h 73 const ArrayRef<const uint8_t>& opcodes,
  /art/runtime/
dexopt_test.cc 123 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPath()),
  /external/bcc/src/cc/
bcc_debug.cc 186 ArrayRef<uint8_t> Data(FuncStart, FuncSize);
  /external/clang/include/clang/Driver/
ToolChain.h 120 ArrayRef<StringRef> Paths);
  /external/clang/include/clang/Lex/
ModuleMap.h 328 ArrayRef<KnownHeader> findAllModulesForHeader(const FileEntry *File) const;
  /external/clang/include/clang/Sema/
TypoCorrection.h 160 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 185 ArrayRef<SVal> Values,
  /external/clang/include/clang/Tooling/
Tooling.h 295 ArrayRef<std::string> SourcePaths,
  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 133 ArrayRef<std::string> Args,
  /external/clang/lib/Basic/
Diagnostic.cpp 50 ArrayRef<DiagnosticsEngine::ArgumentValue> PrevArgs,
53 ArrayRef<intptr_t> QualTypeVals) {
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 840 ArrayRef<uint8_t> ModuleData;
844 // ArrayRef. It is also legal to create a bitcode marker even Buf is empty.
853 ArrayRef<uint8_t>((const uint8_t *)OS.str().data(), OS.str().size());
    [all...]
  /external/clang/lib/Lex/
MacroArgs.cpp 26 ArrayRef<Token> UnexpArgTokens,
MacroInfo.cpp 240 ArrayRef<ModuleMacro *> Overrides) {
  /external/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp 86 ArrayRef<ParmVarDecl*> parms = Call.parameters();
  /external/llvm/include/llvm/ADT/
SetVector.h 62 ArrayRef<T> getArrayRef() const { return vector_; }
  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 271 ArrayRef<SDValue> Ops, unsigned EmitNodeInfo);
  /external/llvm/include/llvm/IR/
Instruction.h 18 #include "llvm/ADT/ArrayRef.h"
204 void dropUnknownNonDebugMetadata(ArrayRef<unsigned> KnownIDs);
  /external/llvm/include/llvm/MC/
MCAssembler.h 402 ArrayRef<std::string> getFileNames() { return FileNames; }
  /external/llvm/include/llvm/Object/
COFF.h 24 template <typename T> class ArrayRef;
842 ArrayRef<uint8_t> getSymbolAuxData(COFFSymbolRef Symbol) const;
858 ArrayRef<uint8_t> &Res) const;
868 ArrayRef<uint8_t> &Contents) const;
    [all...]

Completed in 1667 milliseconds

<<41424344454647484950>>