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

<<61626364656667686970>>

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
SourceCoverageViewHTML.cpp 391 ArrayRef<std::string> SourceFiles, const CoverageMapping &Coverage,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 352 static void filterByAccelName(ArrayRef<std::string> Names, DWARFContext &DICtx,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
lto.cpp 545 for (auto Arg : ArrayRef<const char *>(options, number))
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DWARFDebugInfoTest.cpp 12 #include "llvm/ADT/ArrayRef.h"
247 ArrayRef<uint8_t> ExtractedBlockData;
248 Optional<ArrayRef<uint8_t>> BlockDataOpt;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
Local.cpp 584 auto hasADbgVal = [&](ArrayRef<uint64_t> Ops) {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/
GraphBuilder.cpp 116 void parseSectionContents(ArrayRef<uint8_t> SectionBytes,
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
X86FoldTablesEmitter.cpp 569 ArrayRef<const CodeGenInstruction *> NumberedInstructions =
  /external/swiftshader/third_party/subzero/src/
IceAssemblerMIPS32.h 334 llvm::ArrayRef<uint8_t> getNonExecBundlePadding() const override;
  /external/clang/lib/Sema/
SemaType.cpp 797 ArrayRef<TypeSourceInfo *> typeArgs,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InstructionSimplify.cpp 65 static Value *SimplifyGEPInst(Type *, ArrayRef<Value *>, const SimplifyQuery &,
    [all...]
  /art/compiler/optimizing/
graph_checker.cc 314 ArrayRef<HBasicBlock* const> handlers = try_boundary->GetExceptionHandlers();
    [all...]
  /art/compiler/utils/arm64/
jni_macro_assembler_arm64.cc 688 ArrayRef<const ManagedRegister> callee_save_regs,
744 ArrayRef<const ManagedRegister> callee_save_regs,
  /art/compiler/utils/x86/
assembler_x86.h 300 ArrayRef<const int32_t> GetBuffer() const {
301 return ArrayRef<const int32_t>(buffer_);
  /art/compiler/utils/x86_64/
assembler_x86_64.h 320 ArrayRef<const int32_t> GetBuffer() const {
321 return ArrayRef<const int32_t>(buffer_);
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 929 ArrayRef<SourceLocation> getProtocolLocs() const {
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp     [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 23 #include "llvm/ADT/ArrayRef.h"
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 563 void addToParentLoopIfNeeded(ArrayRef<BasicBlock *> BBs);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DIBuilder.cpp 632 DIArray DIBuilder::getOrCreateArray(ArrayRef<Value *> Elements) {
733 DIType Ty, ArrayRef<Value *> Addr,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ScalarEvolution.h 25 #include "llvm/ADT/ArrayRef.h"
404 ArrayRef<const SCEVPredicate *> getPredicatesForExpr(const SCEV *Expr);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
CommandLine.h 23 #include "llvm/ADT/ArrayRef.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Core.cpp 629 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount);
656 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
681 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 26 #include "llvm/ADT/ArrayRef.h"
577 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RC, EltSize);
664 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RegClass, EltSize);
682 ArrayRef<MachineOperand> Cond,
    [all...]

Completed in 940 milliseconds

<<61626364656667686970>>