HomeSort by relevance Sort by last modified time
    Searched refs:ArrayRef (Results 576 - 600 of 765) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/Analysis/
Lint.cpp 133 void WriteValues(ArrayRef<const Value *> Vs) {
673 ArrayRef<unsigned> Indices = CE->getIndices();
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 140 static void CloneNodeWithValues(SDNode *N, SelectionDAG *DAG, ArrayRef<EVT> VTs,
711 ArrayRef<SDDbgValue*> DVs = DAG->GetDbgValues(N);
    [all...]
  /external/llvm/lib/IR/
Core.cpp 402 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount);
429 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
454 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
941 ArrayRef<Constant*> V(unwrap<Constant>(ConstantVals, Length), Length);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 247 ArrayRef<MachineOperand> Cond) const {
264 ArrayRef<MachineOperand> Cond, DebugLoc DL) const {
361 const MachineBasicBlock &MBB, ArrayRef<MachineOperand> Cond,
404 ArrayRef<MachineOperand> Cond,
    [all...]
  /external/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 34 ArrayRef<uint8_t> Bytes, uint64_t Address,
385 ArrayRef<uint8_t> Bytes,
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 665 ArrayRef<SMRange> Ranges = None,
673 ArrayRef<SMRange> Ranges = None,
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 104 /// \brief Helper to call buildExtractionBlockSet with an ArrayRef.
106 buildExtractionBlockSet(ArrayRef<BasicBlock *> BBs) {
126 CodeExtractor::CodeExtractor(ArrayRef<BasicBlock *> BBs, DominatorTree *DT,
PromoteMemoryToRegister.cpp 19 #include "llvm/ADT/ArrayRef.h"
271 PromoteMem2Reg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT,
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 16 #include "llvm/ADT/ArrayRef.h"
81 static size_t arrayDataSize(ArrayRef<T> A) {
86 static void writeArrayData(raw_ostream &OS, ArrayRef<T> A) {
  /system/core/libbacktrace/
BacktraceOffline.cpp 581 llvm::ErrorOr<llvm::ArrayRef<uint8_t>> data = elf->getSectionContents(&*it);
591 llvm::ErrorOr<llvm::ArrayRef<uint8_t>> data = elf->getSectionContents(&*it);
  /external/clang/lib/Frontend/
ASTUnit.cpp 36 #include "llvm/ADT/ArrayRef.h"
656 bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles,
930 ArrayRef<llvm::IntrusiveRefCntPtr<ModuleFileExtension>>(),
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 71 ArrayRef<const MemRegion *> ExplicitRegions,
72 ArrayRef<const MemRegion *> Regions,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 341 ArrayRef<SVal> Values,
386 ArrayRef<SVal> Values,
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 511 Intrinsic &getIntrinsic(StringRef Name, ArrayRef<Type> Types);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 140 DebugLoc DL, ArrayRef<std::pair<unsigned, bool>> Regs);
144 DebugLoc DL, ArrayRef<std::pair<unsigned, bool>> Regs) const;
566 static bool ContainsReg(const ArrayRef<std::pair<unsigned, bool>> &Regs,
580 DebugLoc DL, ArrayRef<std::pair<unsigned, bool>> Regs) {
776 DebugLoc DL, ArrayRef<std::pair<unsigned, bool>> Regs) const {
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 310 ArrayRef<SMLoc> Loc;
327 ArrayRef<SMLoc> Loc;
590 ArrayRef<Record *> Supers = Proto->getSuperClasses();
591 ArrayRef<SMRange> Ranges = Proto->getSuperClassRanges();
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 380 CodeGenModule &CGM, ArrayRef<const VarDecl *> CXXThreadLocals,
381 ArrayRef<llvm::Function *> CXXThreadLocalInits,
382 ArrayRef<const VarDecl *> CXXThreadLocalInitVars) override;
506 llvm::ArrayRef<llvm::Type *> FieldTypesRef(FieldTypes);
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaStmt.cpp 34 #include "llvm/ADT/ArrayRef.h"
332 ArrayRef<Stmt *> Elts, bool isStmtExpr) {
484 ArrayRef<const Attr*> Attrs,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 482 ArrayRef<MachineOperand> Cond, DebugLoc DL) const {
    [all...]
  /external/clang/lib/Format/
UnwrappedLineParser.cpp 173 IndexedTokenSource(ArrayRef<FormatToken *> Tokens)
194 ArrayRef<FormatToken *> Tokens;
202 ArrayRef<FormatToken *> Tokens,
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 78 ArrayRef<ModuleMacro *> Overrides,
205 ArrayRef<ModuleMacro*> Leaf;
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 15 #include "llvm/ADT/ArrayRef.h"
285 ArrayRef<uint8_t> Res;
880 ArrayRef<uint8_t>
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 21 #include "llvm/ADT/ArrayRef.h"
701 static bool hasUTF8ByteOrderMark(ArrayRef<char> S) {
717 ArrayRef<char> BufRef(MemBuf.getBufferStart(), MemBuf.getBufferEnd());
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h     [all...]

Completed in 1142 milliseconds

<<21222324252627282930>>