HomeSort by relevance Sort by last modified time
    Searched refs:RegAlloc (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Passes.cpp 35 /// RegAlloc command line options.
40 RegAlloc("regalloc",
54 Ctor = RegAlloc;
55 RegisterRegAlloc::setDefault(RegAlloc);
59 // so -regalloc=linearscan still works in clang.
  /external/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 24 namespace RegAlloc {
35 typedef PBQP::RegAlloc::PBQPRAGraph PBQPRAGraph;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 24 namespace RegAlloc {
35 typedef PBQP::RegAlloc::PBQPRAGraph PBQPRAGraph;
RegAllocPBQP.h 44 namespace RegAlloc {
170 typedef RegAlloc::AllowedRegVector AllowedRegVector;
282 typedef RegAlloc::NodeMetadata NodeMetadata;
284 typedef RegAlloc::GraphMetadata GraphMetadata;
528 } // end namespace RegAlloc
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
PBQPRAConstraint.h 26 namespace RegAlloc {
31 } // end namespace RegAlloc
34 using PBQPRAGraph = PBQP::RegAlloc::PBQPRAGraph;
RegAllocPBQP.h 44 namespace RegAlloc {
170 using AllowedRegVector = RegAlloc::AllowedRegVector;
282 using NodeMetadata = RegAlloc::NodeMetadata;
284 using GraphMetadata = RegAlloc::GraphMetadata;
527 } // end namespace RegAlloc
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
PBQPRAConstraint.h 26 namespace RegAlloc {
31 } // end namespace RegAlloc
34 using PBQPRAGraph = PBQP::RegAlloc::PBQPRAGraph;
RegAllocPBQP.h 44 namespace RegAlloc {
170 using AllowedRegVector = RegAlloc::AllowedRegVector;
282 using NodeMetadata = RegAlloc::NodeMetadata;
284 using GraphMetadata = RegAlloc::GraphMetadata;
527 } // end namespace RegAlloc
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
PBQPRAConstraint.h 26 namespace RegAlloc {
31 } // end namespace RegAlloc
34 using PBQPRAGraph = PBQP::RegAlloc::PBQPRAGraph;
RegAllocPBQP.h 44 namespace RegAlloc {
170 using AllowedRegVector = RegAlloc::AllowedRegVector;
282 using NodeMetadata = RegAlloc::NodeMetadata;
284 using GraphMetadata = RegAlloc::GraphMetadata;
527 } // end namespace RegAlloc
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
PBQPRAConstraint.h 26 namespace RegAlloc {
31 } // end namespace RegAlloc
34 using PBQPRAGraph = PBQP::RegAlloc::PBQPRAGraph;
RegAllocPBQP.h 44 namespace RegAlloc {
170 using AllowedRegVector = RegAlloc::AllowedRegVector;
282 using NodeMetadata = RegAlloc::NodeMetadata;
284 using GraphMetadata = RegAlloc::GraphMetadata;
527 } // end namespace RegAlloc
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
PBQPRAConstraint.h 26 namespace RegAlloc {
31 } // end namespace RegAlloc
34 using PBQPRAGraph = PBQP::RegAlloc::PBQPRAGraph;
RegAllocPBQP.h 44 namespace RegAlloc {
170 using AllowedRegVector = RegAlloc::AllowedRegVector;
282 using NodeMetadata = RegAlloc::NodeMetadata;
284 using GraphMetadata = RegAlloc::GraphMetadata;
527 } // end namespace RegAlloc
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
PBQPRAConstraint.h 26 namespace RegAlloc {
31 } // end namespace RegAlloc
34 using PBQPRAGraph = PBQP::RegAlloc::PBQPRAGraph;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
PBQPRAConstraint.h 24 namespace RegAlloc {
35 typedef PBQP::RegAlloc::PBQPRAGraph PBQPRAGraph;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
PBQPRAConstraint.h 26 namespace RegAlloc {
31 } // end namespace RegAlloc
34 using PBQPRAGraph = PBQP::RegAlloc::PBQPRAGraph;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
PBQPRAConstraint.h 26 namespace RegAlloc {
31 } // end namespace RegAlloc
34 using PBQPRAGraph = PBQP::RegAlloc::PBQPRAGraph;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
PBQPRAConstraint.h 26 namespace RegAlloc {
31 } // end namespace RegAlloc
34 using PBQPRAGraph = PBQP::RegAlloc::PBQPRAGraph;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
PBQPRAConstraint.h 26 namespace RegAlloc {
31 } // end namespace RegAlloc
34 using PBQPRAGraph = PBQP::RegAlloc::PBQPRAGraph;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
PBQPRAConstraint.h 26 namespace RegAlloc {
31 } // end namespace RegAlloc
34 using PBQPRAGraph = PBQP::RegAlloc::PBQPRAGraph;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
PBQPRAConstraint.h 26 namespace RegAlloc {
31 } // end namespace RegAlloc
34 using PBQPRAGraph = PBQP::RegAlloc::PBQPRAGraph;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
stackalloc.go 350 if int(vid) >= len(f.RegAlloc) {
353 return f.RegAlloc[vid]
357 for v.ID >= ID(len(f.RegAlloc)) {
358 f.RegAlloc = append(f.RegAlloc, nil)
360 f.RegAlloc[v.ID] = loc
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
stackalloc.go 350 if int(vid) >= len(f.RegAlloc) {
353 return f.RegAlloc[vid]
357 for v.ID >= ID(len(f.RegAlloc)) {
358 f.RegAlloc = append(f.RegAlloc, nil)
360 f.RegAlloc[v.ID] = loc
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 63 #define DEBUG_TYPE "regalloc"
178 NodeCosts[PBQP::RegAlloc::getSpillOptionIdx()] = SpillCost;
188 typedef const PBQP::RegAlloc::AllowedRegVector* AllowedRegVecPtr;
684 if (AllocOption != PBQP::RegAlloc::getSpillOptionIdx()) {
759 // * Map current regalloc problem to a PBQP problem
791 DEBUG(dbgs() << " PBQP Regalloc round " << Round << ":\n");
811 PBQP::Solution Solution = PBQP::RegAlloc::solve(G);
829 static Printable PrintNodeInfo(PBQP::RegAlloc::PBQPRAGraph::NodeId NId,
830 const PBQP::RegAlloc::PBQPRAGraph &G) {
840 void PBQP::RegAlloc::PBQPRAGraph::dump(raw_ostream &OS) const
    [all...]

Completed in 509 milliseconds

1 2 3