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

<<61626364656667686970>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 338 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.cpp 164 const llvm::MCPhysReg Reg, bool SelectDef, llvm::ArrayRef<Operand> Operands,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
InstrBuilder.cpp 32 ArrayRef<uint64_t> ProcResourceMasks) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.cpp 12 #include "llvm/ADT/ArrayRef.h"
510 crc.update(ArrayRef<char>(Data.data(), Data.size()));
611 ArrayRef<uint8_t> Data{ElfFile.base() + Phdr.p_offset,
705 ArrayRef<Elf_Word> ShndxData;
786 ArrayRef<uint8_t> Data;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
ResourceFileWriter.cpp 363 uint64_t ResourceFileWriter::writeObject(const ArrayRef<uint8_t> Data) {
789 ArrayRef<uint8_t> Image;
793 ArrayRef<uint8_t> ImageData, uint16_t Flags)
919 ArrayRef<uint8_t> Image;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
wasm2yaml.cpp 67 ArrayRef<StringRef> Comdats = Obj.linkingData().Comdats;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
IteratorTest.cpp 11 #include "llvm/ADT/ArrayRef.h"
229 auto Range3 = reverse(make_filter_range(ArrayRef<int>(), IsOdd));
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
ARMAttributeParser.cpp 33 ArrayRef<uint8_t> Bytes(
ConvertUTFTest.cpp 11 #include "llvm/ADT/ArrayRef.h"
21 ArrayRef<char> Ref(Src, sizeof(Src) - 1);
32 ArrayRef<char> Ref(Src, sizeof(Src) - 1);
61 bool Success = convertUTF16ToUTF8String(llvm::ArrayRef<char>(None), Result);
85 ArrayRef<UTF16> SrcRef = makeArrayRef((const UTF16 *)Src, 4);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenMapTable.cpp 373 ArrayRef<const CodeGenInstruction*> NumberedInstructions =
FixedLenDecoderEmitter.cpp 18 #include "llvm/ADT/ArrayRef.h"
91 ArrayRef<const CodeGenInstruction *> NumberedInstructions;
326 ArrayRef<const CodeGenInstruction *> AllInstructions;
354 FilterChooser(ArrayRef<const CodeGenInstruction *> Insts,
365 FilterChooser(ArrayRef<const CodeGenInstruction *> Insts,
    [all...]
  /art/compiler/optimizing/
nodes.cc 574 ArrayRef<HBasicBlock* const> normal_successors = block->GetNormalSuccessors();
585 // ArrayRef. We must re-acquire it.
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 781 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots,
782 ArrayRef<SUnit*> BotRoots) {
    [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 224 ArrayRef<const ManagedRegister> callee_save_regs = main_jni_conv->CalleeSaveRegisters();
658 ArrayRef<const uint8_t>(*jni_asm->cfi().data()));
    [all...]
  /art/compiler/utils/arm/
jni_macro_assembler_arm_vixl.cc 83 ArrayRef<const ManagedRegister> callee_save_regs,
142 ArrayRef<const ManagedRegister> callee_save_regs,
  /art/compiler/utils/x86/
jni_macro_assembler_x86.cc 46 ArrayRef<const ManagedRegister> spill_regs,
87 ArrayRef<const ManagedRegister> spill_regs,
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.cc 40 ArrayRef<const ManagedRegister> spill_regs,
102 ArrayRef<const ManagedRegister> spill_regs,
  /art/dex2oat/linker/
oat_writer.cc 617 bool OatWriter::AddRawDexFileSource(const ArrayRef<const uint8_t>& data,
    [all...]
oat_writer_test.cc 79 ArrayRef<const uint8_t> quick_code = compiled_method->GetQuickCode();
113 ArrayRef<const uint8_t> raw_dex_file(
    [all...]
  /art/runtime/
debugger.h 63 void DdmPublishChunk(uint32_t type, const ArrayRef<const uint8_t>& data)
677 const ArrayRef<const jbyte>& data,
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp     [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 81 void NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes);
786 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) {
    [all...]
SemaExprObjC.cpp 35 ArrayRef<Expr *> Strings) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 382 checkParamsForPreconditionViolation(ArrayRef<ParmVarDecl *> Params,
439 ArrayRef<ParmVarDecl*> Params;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 534 ArrayRef<const MemRegion *> ExplicitRegions,
535 ArrayRef<const MemRegion *> Regions,

Completed in 1448 milliseconds

<<61626364656667686970>>