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

<<11121314151617181920>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUIntrinsicInfo.cpp 39 ArrayRef<Type *> Tys) const {
55 ArrayRef<Type*> Tys) const {
88 ArrayRef<Type *> Tys) const {
AMDGPUCallLowering.h 41 ArrayRef<unsigned> VRegs) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/Common/
AssemblerUtils.h 12 #include "llvm/ADT/ArrayRef.h"
45 llvm::ArrayRef<unsigned> RegsToDef,
72 llvm::ArrayRef<unsigned> RegsToDef,
73 llvm::ArrayRef<llvm::MCInst> Instructions) {
  /art/dex2oat/linker/
relative_patcher_test.h 104 const ArrayRef<const uint8_t>& code,
105 const ArrayRef<const LinkerPatch>& patches = ArrayRef<const LinkerPatch>()) {
111 /* vmap_table */ ArrayRef<const uint8_t>(),
112 /* cfi_info */ ArrayRef<const uint8_t>(),
168 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode();
171 code = ArrayRef<const uint8_t>(patched_code_);
211 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) {
228 ArrayRef<const uint8_t> linked_code(&output_[offset], expected_code.size());
237 void DumpDiff(const ArrayRef<const uint8_t>& expected_code
    [all...]
  /art/runtime/jit/
debugger_interface.h 37 std::vector<ArrayRef<const uint8_t>>& added_elf_files,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 135 ArrayRef<const MemRegion *> ExplicitRegions,
136 ArrayRef<const MemRegion *> Regions,
152 ArrayRef<const MemRegion *> ExplicitRegions,
153 ArrayRef<const MemRegion *> Regions,
  /external/clang/include/clang/StaticAnalyzer/Frontend/
FrontendActions.h 54 void printCheckerHelp(raw_ostream &OS, ArrayRef<std::string> plugins);
  /external/clang/include/clang/Tooling/
Refactoring.h 41 ArrayRef<std::string> SourcePaths,
  /external/clang/lib/Index/
IndexingContext.h 16 #include "llvm/ADT/ArrayRef.h"
65 ArrayRef<SymbolRelation> Relations = None);
69 ArrayRef<SymbolRelation> Relations = None,
76 ArrayRef<SymbolRelation> Relations = None,
112 ArrayRef<SymbolRelation> Relations,
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 13 #include "llvm/ADT/ArrayRef.h"
126 ArrayRef<SMRange> Ranges = None) = 0;
132 ArrayRef<SMRange> Ranges = None) = 0;
139 ArrayRef<SMRange> Ranges = None) = 0;
149 bool TokError(const Twine &Msg, ArrayRef<SMRange> Ranges = None);
  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 17 #include "llvm/ADT/ArrayRef.h"
33 ArrayRef<SubtargetFeatureKV> ProcFeatures; // Processor feature list
34 ArrayRef<SubtargetFeatureKV> ProcDesc; // Processor descriptions
55 ArrayRef<SubtargetFeatureKV> PF,
56 ArrayRef<SubtargetFeatureKV> PD,
  /external/llvm/include/llvm/Support/
ConvertUTF.h 187 template <typename T> class ArrayRef;
265 bool hasUTF16ByteOrderMark(ArrayRef<char> SrcBytes);
274 bool convertUTF16ToUTF8String(ArrayRef<char> SrcBytes, std::string &Out);
283 bool convertUTF16ToUTF8String(ArrayRef<UTF16> Src, std::string &Out);
  /external/llvm/lib/DebugInfo/CodeView/
StreamReader.cpp 20 Error StreamReader::readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer) {
27 Error StreamReader::readBytes(ArrayRef<uint8_t> &Buffer, uint32_t Size) {
65 ArrayRef<uint8_t> Data;
76 ArrayRef<uint8_t> Bytes;
  /external/llvm/lib/DebugInfo/PDB/Raw/
EnumTables.cpp 34 ArrayRef<EnumEntry<uint16_t>> getOMFSegMapDescFlagNames() {
  /external/llvm/lib/MC/MCParser/
MCAsmParser.cpp 36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackendDarwin.h 32 ArrayRef<MCCFIInstruction> Instrs) const override;
  /external/llvm/tools/llvm-cov/
CoverageReport.h 35 void renderFunctionReports(ArrayRef<StringRef> Files, raw_ostream &OS);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
EdgeBundles.h 19 #include "llvm/ADT/ArrayRef.h"
48 ArrayRef<unsigned> getBlocks(unsigned Bundle) { return Blocks[Bundle]; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
IndirectCallPromotionAnalysis.h 61 ArrayRef<InstrProfValueData>
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 13 #include "llvm/ADT/ArrayRef.h"
74 ArrayRef<Set> getData() { return Sets; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCSubtargetInfo.h 17 #include "llvm/ADT/ArrayRef.h"
39 ArrayRef<SubtargetFeatureKV> ProcFeatures; // Processor feature list
40 ArrayRef<SubtargetFeatureKV> ProcDesc; // Processor descriptions
57 ArrayRef<SubtargetFeatureKV> PF,
58 ArrayRef<SubtargetFeatureKV> PD,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
BinaryStreamWriter.h 13 #include "llvm/ADT/ArrayRef.h"
57 Error writeBytes(ArrayRef<uint8_t> Buffer);
128 ArrayRef<uint8_t>(reinterpret_cast<const uint8_t *>(&Obj), sizeof(T)));
138 template <typename T> Error writeArray(ArrayRef<T> Array) {
146 ArrayRef<uint8_t>(reinterpret_cast<const uint8_t *>(Array.data()),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveRangeCalc.h 25 #include "llvm/ADT/ArrayRef.h"
129 bool isDefOnEntry(LiveRange &LR, ArrayRef<SlotIndex> Undefs,
151 ArrayRef<SlotIndex> Undefs);
213 ArrayRef<SlotIndex> Undefs);
292 ArrayRef<SlotIndex> Defs,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
GlobalTypeTableBuilder.cpp 11 #include "llvm/ADT/ArrayRef.h"
82 ArrayRef<ArrayRef<uint8_t>> GlobalTypeTableBuilder::records() const {
86 ArrayRef<GloballyHashedType> GlobalTypeTableBuilder::hashes() const {
95 TypeIndex GlobalTypeTableBuilder::insertRecordBytes(ArrayRef<uint8_t> Record) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
EnumTables.cpp 34 ArrayRef<EnumEntry<uint16_t>> getOMFSegMapDescFlagNames() {

Completed in 2209 milliseconds

<<11121314151617181920>>