HomeSort by relevance Sort by last modified time
    Searched full:regalloc (Results 151 - 175 of 541) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
RegAllocPBQP.h 44 namespace RegAlloc {
170 using AllowedRegVector = RegAlloc::AllowedRegVector;
282 using NodeMetadata = RegAlloc::NodeMetadata;
284 using GraphMetadata = RegAlloc::GraphMetadata;
527 } // end namespace RegAlloc
TargetPassConfig.h 98 /// optimization after regalloc.
218 /// Return true if the optimized regalloc pipeline is enabled.
225 /// has not be overriden on the command line with '-regalloc=...'
381 /// LLVMTargetMachine provides standard regalloc passes for most targets.
441 /// regalloc pass.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
RegAllocPBQP.h 44 namespace RegAlloc {
170 using AllowedRegVector = RegAlloc::AllowedRegVector;
282 using NodeMetadata = RegAlloc::NodeMetadata;
284 using GraphMetadata = RegAlloc::GraphMetadata;
527 } // end namespace RegAlloc
TargetPassConfig.h 98 /// optimization after regalloc.
218 /// Return true if the optimized regalloc pipeline is enabled.
225 /// has not be overriden on the command line with '-regalloc=...'
381 /// LLVMTargetMachine provides standard regalloc passes for most targets.
441 /// regalloc pass.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 44 namespace RegAlloc {
170 typedef RegAlloc::AllowedRegVector AllowedRegVector;
282 typedef RegAlloc::NodeMetadata NodeMetadata;
284 typedef RegAlloc::GraphMetadata GraphMetadata;
528 } // end namespace RegAlloc
TargetPassConfig.h 92 /// optimization after regalloc.
199 /// Return true if the optimized regalloc pipeline is enabled.
206 /// has not be overriden on the command line with '-regalloc=...'
356 /// LLVMTargetMachine provides standard regalloc passes for most targets.
416 /// regalloc pass.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
RegAllocPBQP.h 44 namespace RegAlloc {
170 using AllowedRegVector = RegAlloc::AllowedRegVector;
282 using NodeMetadata = RegAlloc::NodeMetadata;
284 using GraphMetadata = RegAlloc::GraphMetadata;
527 } // end namespace RegAlloc
TargetPassConfig.h 92 /// optimization after regalloc.
203 /// Return true if the optimized regalloc pipeline is enabled.
210 /// has not be overriden on the command line with '-regalloc=...'
367 /// LLVMTargetMachine provides standard regalloc passes for most targets.
427 /// regalloc pass.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
RegAllocPBQP.h 44 namespace RegAlloc {
170 using AllowedRegVector = RegAlloc::AllowedRegVector;
282 using NodeMetadata = RegAlloc::NodeMetadata;
284 using GraphMetadata = RegAlloc::GraphMetadata;
527 } // end namespace RegAlloc
TargetPassConfig.h 92 /// optimization after regalloc.
203 /// Return true if the optimized regalloc pipeline is enabled.
210 /// has not be overriden on the command line with '-regalloc=...'
367 /// LLVMTargetMachine provides standard regalloc passes for most targets.
427 /// regalloc pass.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
RegAllocPBQP.h 44 namespace RegAlloc {
170 using AllowedRegVector = RegAlloc::AllowedRegVector;
282 using NodeMetadata = RegAlloc::NodeMetadata;
284 using GraphMetadata = RegAlloc::GraphMetadata;
527 } // end namespace RegAlloc
TargetPassConfig.h 98 /// optimization after regalloc.
218 /// Return true if the optimized regalloc pipeline is enabled.
225 /// has not be overriden on the command line with '-regalloc=...'
381 /// LLVMTargetMachine provides standard regalloc passes for most targets.
441 /// regalloc pass.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
RegAllocPBQP.h 44 namespace RegAlloc {
170 using AllowedRegVector = RegAlloc::AllowedRegVector;
282 using NodeMetadata = RegAlloc::NodeMetadata;
284 using GraphMetadata = RegAlloc::GraphMetadata;
527 } // end namespace RegAlloc
TargetPassConfig.h 98 /// optimization after regalloc.
218 /// Return true if the optimized regalloc pipeline is enabled.
225 /// has not be overriden on the command line with '-regalloc=...'
381 /// LLVMTargetMachine provides standard regalloc passes for most targets.
441 /// regalloc pass.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
RegAllocPBQP.h 44 namespace RegAlloc {
170 using AllowedRegVector = RegAlloc::AllowedRegVector;
282 using NodeMetadata = RegAlloc::NodeMetadata;
284 using GraphMetadata = RegAlloc::GraphMetadata;
527 } // end namespace RegAlloc
TargetPassConfig.h 98 /// optimization after regalloc.
218 /// Return true if the optimized regalloc pipeline is enabled.
225 /// has not be overriden on the command line with '-regalloc=...'
381 /// LLVMTargetMachine provides standard regalloc passes for most targets.
441 /// regalloc pass.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
RegAllocPBQP.h 44 namespace RegAlloc {
170 using AllowedRegVector = RegAlloc::AllowedRegVector;
282 using NodeMetadata = RegAlloc::NodeMetadata;
284 using GraphMetadata = RegAlloc::GraphMetadata;
527 } // end namespace RegAlloc
TargetPassConfig.h 98 /// optimization after regalloc.
218 /// Return true if the optimized regalloc pipeline is enabled.
225 /// has not be overriden on the command line with '-regalloc=...'
381 /// LLVMTargetMachine provides standard regalloc passes for most targets.
441 /// regalloc pass.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
value.go 110 r := v.Block.Func.RegAlloc
276 reg := v.Block.Func.RegAlloc[v.ID]
285 reg := v.Block.Func.RegAlloc[v.ID].(LocPair)[0]
294 reg := v.Block.Func.RegAlloc[v.ID].(LocPair)[1]
302 reg := v.Block.Func.RegAlloc[v.ID]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
value.go 110 r := v.Block.Func.RegAlloc
276 reg := v.Block.Func.RegAlloc[v.ID]
285 reg := v.Block.Func.RegAlloc[v.ID].(LocPair)[0]
294 reg := v.Block.Func.RegAlloc[v.ID].(LocPair)[1]
302 reg := v.Block.Func.RegAlloc[v.ID]
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.cpp 310 assert(!RegAllocPass && "NVPTX uses no regalloc!");
316 assert(!RegAllocPass && "NVPTX uses no regalloc!");
342 printAndVerify("After Pre-RegAlloc TailDuplicate");
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_ra.cpp 228 class RegAlloc
231 RegAlloc(Program *program) : prog(program), sequence(0) { }
328 RegAlloc::BuildIntervalsPass::addLiveRange(Value *val,
352 RegAlloc::PhiMovesPass::needNewElseBlock(BasicBlock *b, BasicBlock *p)
383 RegAlloc::PhiMovesPass::splitEdges(BasicBlock *bb)
457 RegAlloc::PhiMovesPass::visit(BasicBlock *bb)
487 RegAlloc::ArgumentMovesPass::visit(BasicBlock *bb)
555 RegAlloc::buildLiveSets(BasicBlock *bb)
618 RegAlloc::BuildIntervalsPass::collectLiveValues(BasicBlock *bb)
644 RegAlloc::BuildIntervalsPass::visit(BasicBlock *bb
    [all...]
  /external/llvm/docs/HistoricalNotes/
2001-06-01-GCCOptimizations2.txt 60 8. Local regalloc
  /external/llvm/lib/CodeGen/
RegisterUsageInfo.cpp 23 #define DEBUG_TYPE "ip-regalloc"
  /external/llvm/test/CodeGen/Thumb2/
2009-10-15-ITBlockBranch.ll 2 ; RUN: llc < %s -mtriple=thumbv7-eabi -mcpu=cortex-a8 -float-abi=hard -regalloc=basic | FileCheck %s

Completed in 1773 milliseconds

1 2 3 4 5 67 8 91011>>