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

<<61626364656667686970>>

  /art/compiler/optimizing/
load_store_elimination.cc 385 ArrayRef<HBasicBlock* const> predecessors(block->GetPredecessors());
    [all...]
register_allocator_test.cc 70 return RegisterAllocator::ValidateIntervals(ArrayRef<LiveInterval* const>(intervals),
    [all...]
  /art/runtime/
art_method.h 668 ArrayRef<const uint8_t> GetQuickenedInfo() REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
oat_file_assistant.cc 643 ArrayRef<const std::string> boot_class_path(runtime->GetBootClassPath());
    [all...]
  /development/vndk/tools/header-checker/src/dumper/
abi_wrappers.cpp 666 llvm::ArrayRef<clang::VTableLayout::VTableThunkTy> thunks =
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 41 #include "llvm/ADT/ArrayRef.h"
535 typedef ArrayRef<std::pair<std::string, FullSourceLoc> > ModuleBuildStack;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 366 EncompassingIntegerType(ArrayRef<struct WidthAndSignedness> Types) {
    [all...]
CodeGenModule.h 834 llvm::Function *getIntrinsic(unsigned IID, ArrayRef<llvm::Type*> Tys = None);
    [all...]
CodeGenPGO.cpp 862 CodeGenFunction::createProfileWeights(ArrayRef<uint64_t> Weights) {
  /external/clang/lib/Driver/
Driver.cpp 24 #include "llvm/ADT/ArrayRef.h"
92 void Driver::ParseDriverMode(ArrayRef<const char *> Args) {
119 InputArgList Driver::ParseArgStrings(ArrayRef<const char *> ArgStrings) {
451 Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) {
    [all...]
  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 104 unsigned getIndent(ArrayRef<int> IndentForLevel, unsigned Level) {
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 409 ArrayRef<Expr *> Args) {
    [all...]
SemaLookup.cpp     [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 287 ArrayRef<unsigned> StoredDependencies = Modules[Known->second].Dependencies;
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 394 ArrayRef<const SCEVPredicate *> getPredicatesForExpr(const SCEV *Expr);
    [all...]
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 614 ArrayRef<MCPhysReg> Order = RegClassInfo.getOrder(SuperRC);
    [all...]
RegAllocPBQP.cpp 585 ArrayRef<MCPhysReg> RawPRegOrder = TRC->getRawAllocationOrder(MF);
  /external/llvm/lib/DebugInfo/CodeView/
TypeDumper.cpp 683 Error CVTypeDumper::dump(ArrayRef<uint8_t> Data) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 668 ArrayRef<uint8_t> SectionBytes(
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 692 ArrayRef<MCFixup> Fixups;
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 256 ArrayRef<MCPhysReg> Order,
ARMTargetTransformInfo.cpp 498 ArrayRef<unsigned> Indices,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 447 static uint64_t sumEdgeCount(const ArrayRef<PGOUseEdge *> Edges) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 790 LoopPromoter(Value *SP, ArrayRef<const Instruction *> Insts, SSAUpdater &S,
    [all...]

Completed in 1139 milliseconds

<<61626364656667686970>>