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

<<11121314151617181920>>

  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Format.h 26 #include "llvm/ADT/ArrayRef.h"
207 ArrayRef<uint8_t> Bytes;
219 FormattedBytes(ArrayRef<uint8_t> B, uint32_t IL, Optional<uint64_t> O,
230 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None,
238 format_bytes_with_ascii(ArrayRef<uint8_t> Bytes,
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 26 ArrayRef<DynTypedMatcher> InnerMatchers);
31 ArrayRef<DynTypedMatcher> InnerMatchers);
36 ArrayRef<DynTypedMatcher> InnerMatchers);
41 ArrayRef<DynTypedMatcher> InnerMatchers);
56 BoundNodesTreeBuilder *Builder, ArrayRef<DynTypedMatcher> InnerMatchers);
234 ArrayRef<DynTypedMatcher> InnerMatchers) {
255 ArrayRef<DynTypedMatcher> InnerMatchers) {
269 ArrayRef<DynTypedMatcher> InnerMatchers) {
286 ArrayRef<DynTypedMatcher> InnerMatchers) {
297 Matcher<NamedDecl> hasAnyNameFunc(ArrayRef<const StringRef *> NameRefs)
    [all...]
  /external/llvm/lib/Support/
SourceMgr.cpp 137 ArrayRef<SMRange> Ranges,
138 ArrayRef<SMFixIt> FixIts) const {
217 const Twine &Msg, ArrayRef<SMRange> Ranges,
218 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
223 const Twine &Msg, ArrayRef<SMRange> Ranges,
224 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
235 ArrayRef<std::pair<unsigned,unsigned> > Ranges,
236 ArrayRef<SMFixIt> Hints)
244 ArrayRef<SMFixIt> FixIts, ArrayRef<char> SourceLine)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 29 #include "llvm/ADT/ArrayRef.h"
101 Optional<ArrayRef<MachineInstr *>::iterator> PotentialDependence;
105 Optional<ArrayRef<MachineInstr *>::iterator> PotentialDependence)
118 ArrayRef<MachineInstr *> Block);
173 void rewriteNullChecks(ArrayRef<NullCheck> NullCheckList);
199 ArrayRef<MachineInstr *> PrevInsts);
205 ArrayRef<MachineInstr *> InstsSeenSoFar,
245 ArrayRef<MachineInstr *> Block) {
249 Optional<ArrayRef<MachineInstr *>::iterator> Dep;
361 ArrayRef<MachineInstr *> PrevInsts)
    [all...]
ParallelCG.cpp 39 std::unique_ptr<Module> M, ArrayRef<llvm::raw_pwrite_stream *> OSs,
40 ArrayRef<llvm::raw_pwrite_stream *> BCOSs,
SafeStackColoring.h 13 #include "llvm/ADT/ArrayRef.h"
89 ArrayRef<AllocaInst *> Allocas;
119 StackColoring(Function &F, ArrayRef<AllocaInst *> Allocas)
TargetSubtargetInfo.cpp 28 ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD,
  /art/dex2oat/linker/arm64/
relative_patcher_arm64.h 61 static bool NeedsErratum843419Thunk(ArrayRef<const uint8_t> code, uint32_t literal_offset,
64 static uint32_t GetInsn(ArrayRef<const uint8_t> code, uint32_t offset);
  /external/clang/lib/AST/
DeclOpenMP.cpp 32 ArrayRef<Expr *> VL) {
50 void OMPThreadPrivateDecl::setVars(ArrayRef<Expr *> VL) {
RecordLayout.cpp 33 ArrayRef<uint64_t> fieldoffsets)
46 ArrayRef<uint64_t> fieldoffsets,
  /external/clang/tools/diagtool/
ListWarnings.cpp 56 ArrayRef<DiagnosticRecord> AllDiagnostics = getBuiltinDiagnosticsByName();
58 for (ArrayRef<DiagnosticRecord>::iterator di = AllDiagnostics.begin(),
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 17 template <typename T> class ArrayRef;
27 void dumpBytes(ArrayRef<uint8_t> Bytes, raw_ostream &OS);
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 56 ArrayRef<SubtargetFeatureKV> PF,
57 ArrayRef<SubtargetFeatureKV> PD,
  /external/llvm/lib/CodeGen/
ParallelCG.cpp 39 std::unique_ptr<Module> M, ArrayRef<llvm::raw_pwrite_stream *> OSs,
40 ArrayRef<llvm::raw_pwrite_stream *> BCOSs,
SafeStackColoring.h 74 ArrayRef<AllocaInst *> Allocas;
103 StackColoring(Function &F, ArrayRef<AllocaInst *> Allocas)
  /external/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.h 19 #include "llvm/ADT/ArrayRef.h"
32 mutable ArrayRef<uint8_t> Bytes;
41 ArrayRef<uint8_t> Bytes, uint64_t Address,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
GetElementPtrTypeIterator.h 102 gep_type_begin(Type *Op0, ArrayRef<T> A) {
108 gep_type_end(Type *Op0, ArrayRef<T> A) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
LazyRandomTypeCollection.h 13 #include "llvm/ADT/ArrayRef.h"
63 LazyRandomTypeCollection(ArrayRef<uint8_t> Data, uint32_t RecordCountHint);
68 void reset(ArrayRef<uint8_t> Data, uint32_t RecordCountHint);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/
OptTable.h 13 #include "llvm/ADT/ArrayRef.h"
84 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
213 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
SimpleTypeSerializer.cpp 31 ArrayRef<uint8_t> SimpleTypeSerializer::serialize(T &Record) {
57 template ArrayRef<uint8_t> llvm::codeview::SimpleTypeSerializer::serialize( \
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
TpiHashing.cpp 29 ArrayRef<uint8_t> FullRecord) {
85 ArrayRef<char> Bytes(reinterpret_cast<const char *>(Rec.data().data()),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
BinaryStreamWriter.cpp 28 Error BinaryStreamWriter::writeBytes(ArrayRef<uint8_t> Buffer) {
61 ArrayRef<uint8_t> Chunk;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUInstructionSelector.h 19 #include "llvm/ADT/ArrayRef.h"
73 bool hasVgprParts(ArrayRef<GEPInfo> AddrInfo) const;
76 bool selectSMRD(MachineInstr &I, ArrayRef<GEPInfo> AddrInfo) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiTargetTransformInfo.h 85 ArrayRef<const Value *> Args = ArrayRef<const Value *>()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 231 MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond,
236 bool canInsertSelect(const MachineBasicBlock &, ArrayRef<MachineOperand> Cond,
240 ArrayRef<MachineOperand> Cond, unsigned TrueReg,
302 ArrayRef<MachineOperand> Pred) const override;
304 bool SubsumesPredicate(ArrayRef<MachineOperand> Pred1,
305 ArrayRef<MachineOperand> Pred2) const override;
331 ArrayRef<std::pair<unsigned, const char *>>
334 ArrayRef<std::pair<unsigned, const char *>>

Completed in 1779 milliseconds

<<11121314151617181920>>