/external/swiftshader/third_party/subzero/src/ |
IceTargetLowering.h | 307 void regAlloc(RegAllocKind Kind);
|
IceTargetLowering.cpp | 513 void TargetLowering::regAlloc(RegAllocKind Kind) { 654 LinearScan RegAlloc(Func); 655 RegAlloc.init(RAK_Global, SplitCandidates); 656 RegAlloc.scan(RegMask, getFlags().getRandomizeRegisterAllocation()); [all...] |
IceCfg.cpp | 411 Target->regAlloc(RAK_Phi); [all...] |
IceTargetLoweringMIPS32.cpp | [all...] |
IceTargetLoweringARM32.cpp | [all...] |
IceTargetLoweringX86BaseImpl.h | 461 // TODO(stichnot,ascull): currently only used for regalloc not 556 regAlloc(RAK_Global); 559 Func->dump("After linear scan regalloc"); 628 regAlloc(RAK_InfOnly); 631 Func->dump("After regalloc of infinite-weight variables"); [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
compile.go | 24 // · f has a non-nil regAlloc field 372 {name: "regalloc", fn: regalloc, required: true}, // allocate int & float registers + stack slots 421 // regalloc requires the removal of all critical edges 422 {"critical", "regalloc"}, 423 // regalloc requires all the values in a block to be scheduled 424 {"schedule", "regalloc"}, 432 // regalloc needs flags to be allocated first. 433 {"flagalloc", "regalloc"}, 434 // loopRotate will confuse regalloc [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
compile.go | 24 // · f has a non-nil regAlloc field 372 {name: "regalloc", fn: regalloc, required: true}, // allocate int & float registers + stack slots 421 // regalloc requires the removal of all critical edges 422 {"critical", "regalloc"}, 423 // regalloc requires all the values in a block to be scheduled 424 {"schedule", "regalloc"}, 432 // regalloc needs flags to be allocated first. 433 {"flagalloc", "regalloc"}, 434 // loopRotate will confuse regalloc [all...] |