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

<<61626364656667686970>>

  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 135 typedef ArrayRef<const MemRegion *> RegionList;
136 typedef ArrayRef<SVal> ValueList;
  /external/clang/tools/libclang/
Indexing.cpp 143 void update(ArrayRef<PPRegion> Regions) {
420 ArrayRef<CXUnsavedFile> unsaved_files, CXTranslationUnit *out_TU,
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 17 #include "llvm/ADT/ArrayRef.h"
206 ArrayRef<Elf_Word> ShndxTable;
780 ErrorOr<ArrayRef<Elf_Word>> TableOrErr = EF.getSHNDXTable(Sec);
  /external/llvm/lib/Analysis/
Lint.cpp 133 void WriteValues(ArrayRef<const Value *> Vs) {
672 ArrayRef<unsigned> Indices = CE->getIndices();
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 140 static void CloneNodeWithValues(SDNode *N, SelectionDAG *DAG, ArrayRef<EVT> VTs,
711 ArrayRef<SDDbgValue*> DVs = DAG->GetDbgValues(N);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 470 ArrayRef<Module::ModuleFlagEntry> ModuleFlags,
    [all...]
  /external/llvm/lib/IR/
Core.cpp 482 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount);
509 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
534 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
1020 ArrayRef<Constant*> V(unwrap<Constant>(ConstantVals, Length), Length);
    [all...]
  /external/llvm/lib/MC/
MCStreamer.cpp 221 ArrayRef<unsigned> SecondaryFunctionIds) {}
224 ArrayRef<std::pair<const MCSymbol *, const MCSymbol *>> Ranges,
  /external/llvm/lib/ProfileData/
InstrProf.cpp 682 ArrayRef<InstrProfValueData> VDs(VD.get(), NV);
687 ArrayRef<InstrProfValueData> VDs,
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 251 ArrayRef<MachineOperand> Cond) const {
269 ArrayRef<MachineOperand> Cond,
367 const MachineBasicBlock &MBB, ArrayRef<MachineOperand> Cond,
410 ArrayRef<MachineOperand> Cond,
    [all...]
AArch64TargetTransformInfo.cpp 497 ArrayRef<unsigned> Indices,
517 int AArch64TTIImpl::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) {
  /external/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 34 ArrayRef<uint8_t> Bytes, uint64_t Address,
400 ArrayRef<uint8_t> Bytes,
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 663 ArrayRef<SMRange> Ranges = None,
671 ArrayRef<SMRange> Ranges = None,
    [all...]
  /external/llvm/lib/Transforms/IPO/
SampleProfile.cpp 123 void findEquivalencesFor(BasicBlock *BB1, ArrayRef<BasicBlock *> Descendants,
687 BasicBlock *BB1, ArrayRef<BasicBlock *> Descendants,
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 104 /// \brief Helper to call buildExtractionBlockSet with an ArrayRef.
106 buildExtractionBlockSet(ArrayRef<BasicBlock *> BBs) {
126 CodeExtractor::CodeExtractor(ArrayRef<BasicBlock *> BBs, DominatorTree *DT,
PromoteMemoryToRegister.cpp 19 #include "llvm/ADT/ArrayRef.h"
271 PromoteMem2Reg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT,
    [all...]
  /external/llvm/tools/llvm-pdbdump/
LLVMOutputStyle.cpp 266 ArrayRef<uint8_t> Data;
523 ArrayRef<uint8_t> Data;
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APInt.h 18 #include "llvm/ADT/ArrayRef.h"
181 void initFromArray(ArrayRef<uint64_t> array);
242 APInt(unsigned numBits, ArrayRef<uint64_t> bigVal);
243 /// Equivalent to APInt(numBits, ArrayRef<uint64_t>(bigVal, numWords)), but
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp 268 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount);
295 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
320 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
635 ArrayRef<Constant*> V(unwrap<Constant>(ConstantVals, Length), Length);
865 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
875 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MachODump.cpp 126 static void DumpAddress(uint64_t Address, ArrayRef<Section> Sections,
350 ArrayRef<Section> DebugSections = Sections;
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.cpp 464 ArrayRef<CodeGenRegisterClass*> RegClasses = RegBank.getRegClasses();
808 ArrayRef<CodeGenRegisterClass*> RCs = getRegClasses();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
GenericDomTree.h 234 ArrayRef<typename DomTreeT::UpdateType> Updates);
546 void applyUpdates(ArrayRef<UpdateType> Updates) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
Lint.cpp 39 #include "llvm/ADT/ArrayRef.h"
155 void WriteValues(ArrayRef<const Value *> Vs) {
706 ArrayRef<unsigned> Indices = CE->getIndices();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 17 #include "llvm/ADT/ArrayRef.h"
178 ArrayRef<uint8_t> ChecksumAsBytes;
184 ChecksumAsBytes = ArrayRef<uint8_t>(
254 static std::string getQualifiedName(ArrayRef<StringRef> QualifiedNameComponents,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineScheduler.cpp 16 #include "llvm/ADT/ArrayRef.h"
856 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots,
857 ArrayRef<SUnit*> BotRoots) {
    [all...]

Completed in 1188 milliseconds

<<61626364656667686970>>