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

<<41424344454647484950>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86CmovConversion.cpp 46 #include "llvm/ADT/ArrayRef.h"
138 bool collectCmovCandidates(ArrayRef<MachineBasicBlock *> Blocks,
148 bool checkForProfitableCmovCandidates(ArrayRef<MachineBasicBlock *> Blocks,
263 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups,
383 ArrayRef<MachineBasicBlock *> Blocks, CmovGroups &CmovInstGroups) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ToolDrivers/llvm-dlltool/
DlltoolDriver.cpp 85 int llvm::dlltoolDriverMain(llvm::ArrayRef<const char *> ArgsArr) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SanitizerStats.cpp 65 ArrayRef<Constant *>{
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
CoverageSummaryInfo.h 170 ArrayRef<FunctionCoverageSummary> Summaries);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/
Disassembler.cpp 39 ArrayRef<uint8_t> Data(Bytes.first.data(), Bytes.first.size());
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DispatchStage.cpp 31 ArrayRef<unsigned> UsedRegs) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mt/
llvm-mt.cpp 94 ArrayRef<const char *> ArgsArr = makeArrayRef(Argv + 1, Argc - 1);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DwarfGenerator.cpp 196 ArrayRef<ValueAndLength> NewPrologue) {
206 ArrayRef<ValueAndLength> Operands) {
212 ArrayRef<ValueAndLength> Operands) {
236 void dwarfgen::LineTable::writeData(ArrayRef<ValueAndLength> Data,
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
disassembler.cc 91 // Construct ArrayRef pointing to section contents.
96 llvm::ArrayRef<uint8_t> section_content_bytes(
  /art/compiler/optimizing/
optimizing_compiler.cc 88 ArrayRef<const uint8_t> GetMemory() const override { return ArrayRef<const uint8_t>(memory_); }
762 ArrayRef<const uint8_t>(stack_map),
763 ArrayRef<const uint8_t>(*codegen->GetAssembler()->cfi().data()),
764 ArrayRef<const linker::LinkerPatch>(linker_patches));
771 storage->SetThunkCode(patch, ArrayRef<const uint8_t>(code), debug_name);
822 ArrayRef<const uint8_t> interpreter_metadata;
    [all...]
codegen_test_utils.h 186 ArrayRef<const uint8_t> GetMemory() const override {
187 return ArrayRef<const uint8_t>(memory_.get(), size_);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DumpOutputStyle.cpp 449 ArrayRef<llvm::object::coff_section>>>
469 ArrayRef<object::coff_section> Headers;
487 ArrayRef<object::coff_section> Headers;
496 ArrayRef<std::string> SectionNames,
516 ArrayRef<std::string> SectionNames,
    [all...]
  /art/compiler/
common_compiler_test.cc 54 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode();
56 ArrayRef<const uint8_t> vmap_table = compiled_method->GetVmapTable();
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 395 ArrayRef<const ManagedRegister> ArmJniCallingConvention::CalleeSaveRegisters() const {
396 return ArrayRef<const ManagedRegister>(kCalleeSaveRegisters);
  /art/compiler/utils/arm64/
jni_macro_assembler_arm64.h 57 ArrayRef<const ManagedRegister> callee_save_regs,
62 ArrayRef<const ManagedRegister> callee_save_regs,
  /external/clang/include/clang/Lex/
HeaderSearch.h 19 #include "llvm/ADT/ArrayRef.h"
285 void SetSystemHeaderPrefixes(ArrayRef<std::pair<std::string, bool> > P) {
381 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers,
  /external/clang/include/clang/Sema/
Template.h 44 typedef ArrayRef<TemplateArgument> ArgList;
504 ArrayRef<TemplateArgument> Converted);
  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 62 ArrayRef<VariantMatcher> InnerMatchers) const {
365 bool VariantValue::isConvertibleTo(ArrayRef<ArgKind> Kinds,
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 348 ExplodedGraph::trim(ArrayRef<const NodeTy *> Sinks,
365 for (ArrayRef<const NodeTy *>::iterator I = Sinks.begin(), E = Sinks.end();
  /external/llvm/include/llvm/ExecutionEngine/Orc/
RPCChannel.h 14 #include "llvm/ADT/ArrayRef.h"
214 /// RPC channel serialization for ArrayRef<T>.
215 template <typename T> Error serialize(RPCChannel &C, const ArrayRef<T> &A) {
228 return serialize(C, ArrayRef<T>(V));
  /external/llvm/include/llvm/Object/
StackMapParser.h 13 #include "llvm/ADT/ArrayRef.h"
297 StackMapV1Parser(ArrayRef<uint8_t> StackMapSection)
434 ArrayRef<uint8_t> StackMapSection;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 111 ArrayRef<const DIExpression *> getExpression() const { return Expr; }
122 ArrayRef<int> getFrameIndex() const { return FrameIndex; }
  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 150 ArrayRef<SlotIndex> RegMaskSlots;
151 ArrayRef<const uint32_t*> RegMaskBits;
TargetRegisterInfo.cpp 150 ArrayRef<MCPhysReg> Order = RC->getRawAllocationOrder(MF);
331 ArrayRef<MCPhysReg> Order,
  /external/llvm/lib/Target/AMDGPU/
SIFrameLowering.cpp 30 static ArrayRef<MCPhysReg> getAllSGPR128() {
35 static ArrayRef<MCPhysReg> getAllSGPRs() {

Completed in 1346 milliseconds

<<41424344454647484950>>