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

<<61626364656667686970>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegAllocPBQP.cpp 35 #include "llvm/ADT/ArrayRef.h"
613 ArrayRef<MCPhysReg> RawPRegOrder = TRC->getRawAllocationOrder(MF);
758 const ArrayRef<MCPhysReg> RawPRegOrder = RC.getRawAllocationOrder(MF);
    [all...]
RegisterScavenging.cpp 19 #include "llvm/ADT/ArrayRef.h"
381 const LiveRegUnits &LiveOut, ArrayRef<MCPhysReg> AllocationOrder,
585 ArrayRef<MCPhysReg> AllocationOrder = RC.getRawAllocationOrder(MF);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 52 void printLocalVariableAddrGap(ArrayRef<LocalVariableAddrGap> Gaps);
87 ArrayRef<LocalVariableAddrGap> Gaps) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCStreamer.cpp 246 ArrayRef<uint8_t> Checksum,
302 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUInstructionSelector.cpp 495 bool AMDGPUInstructionSelector::hasVgprParts(ArrayRef<GEPInfo> AddrInfo) const {
504 ArrayRef<GEPInfo> AddrInfo) const {
SILoadStoreOptimizer.cpp 50 #include "llvm/ADT/ArrayRef.h"
168 ArrayRef<MachineInstr*> InstsToMove) {
233 ArrayRef<MachineInstr*> InstsToMove,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.cpp 29 #include "llvm/ADT/ArrayRef.h"
147 template <typename T> static inline T eatBytes(ArrayRef<uint8_t>& Bytes) {
172 ArrayRef<uint8_t> Bytes_,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 460 ArrayRef<const Value *> Args) {
543 ArrayRef<unsigned> Indices,
ARMLoadStoreOptimizer.cpp 24 #include "llvm/ADT/ArrayRef.h"
177 ArrayRef<std::pair<unsigned, bool>> Regs);
182 ArrayRef<std::pair<unsigned, bool>> Regs) const;
611 static bool ContainsReg(const ArrayRef<std::pair<unsigned, bool>> &Regs,
626 ArrayRef<std::pair<unsigned, bool>> Regs) {
825 ArrayRef<std::pair<unsigned, bool>> Regs) const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 34 ArrayRef<uint8_t> Bytes, uint64_t Address,
502 ArrayRef<uint8_t> Bytes,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 693 ArrayRef<MachineOperand> Cond,
744 ArrayRef<MachineOperand> Cond,
783 ArrayRef<MachineOperand> Cond, unsigned TrueReg,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 336 ArrayRef<const Value *> Args) {
880 ArrayRef<unsigned> Indices,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 18 #include "llvm/ADT/ArrayRef.h"
279 PromoteMem2Reg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 242 ArrayRef<Hint> HintTypes) {
253 void LoopVectorizeHints::writeHintsToMetadata(ArrayRef<Hint> HintTypes) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
CodeCoverage.cpp 86 ArrayRef<ExpansionRecord> Expansions,
251 SourceCoverageView &View, ArrayRef<ExpansionRecord> Expansions,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
ResourceScriptParser.cpp 305 Expected<uint32_t> RCParser::parseFlags(ArrayRef<StringRef> FlagDesc,
306 ArrayRef<uint32_t> FlagValues) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
elf2yaml.cpp 30 ArrayRef<Elf_Shdr> Sections;
42 ArrayRef<Elf_Word> ShndxTable;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
yaml2elf.cpp 16 #include "llvm/ADT/ArrayRef.h"
91 static size_t arrayDataSize(ArrayRef<T> A) {
96 static void writeArrayData(raw_ostream &OS, ArrayRef<T> A) {
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenDAGPatterns.h 198 : TypeSetByHwMode(ArrayRef<ValueTypeByHwMode>(&VT, 1)) {}
199 TypeSetByHwMode(ArrayRef<ValueTypeByHwMode> VTList);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 69 ArrayRef<RawComment *> RawComments = Comments.getComments();
129 ArrayRef<RawComment *> RawComments = Comments.getComments();
174 ArrayRef<RawComment *>::iterator Comment;
183 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 36 #include "llvm/ADT/ArrayRef.h"
656 bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles,
930 ArrayRef<llvm::IntrusiveRefCntPtr<ModuleFileExtension>>(),
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 71 ArrayRef<const MemRegion *> ExplicitRegions,
72 ArrayRef<const MemRegion *> Regions,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 343 ArrayRef<SVal> Values,
388 ArrayRef<SVal> Values,
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 513 Intrinsic &getIntrinsic(StringRef Name, ArrayRef<Type> Types);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 155 ArrayRef<std::pair<unsigned, bool>> Regs);
160 ArrayRef<std::pair<unsigned, bool>> Regs) const;
582 static bool ContainsReg(const ArrayRef<std::pair<unsigned, bool>> &Regs,
597 ArrayRef<std::pair<unsigned, bool>> Regs) {
794 ArrayRef<std::pair<unsigned, bool>> Regs) const {
    [all...]

Completed in 1290 milliseconds

<<61626364656667686970>>