OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phis
(Results
126 - 150
of
176
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/v8/src/mips/
lithium-mips.cc
770
DCHECK(block->
phis
()->length() == 0);
787
// We are at a state join => process
phis
.
791
for (int i = 0; i < block->
phis
()->length(); ++i) {
792
HPhi* phi = block->
phis
()->at(i);
[
all
...]
/external/chromium_org/v8/src/mips64/
lithium-mips64.cc
770
DCHECK(block->
phis
()->length() == 0);
787
// We are at a state join => process
phis
.
791
for (int i = 0; i < block->
phis
()->length(); ++i) {
792
HPhi* phi = block->
phis
()->at(i);
[
all
...]
/external/chromium_org/v8/src/x64/
lithium-x64.cc
783
DCHECK(block->
phis
()->length() == 0);
800
// We are at a state join => process
phis
.
804
for (int i = 0; i < block->
phis
()->length(); ++i) {
805
HPhi* phi = block->
phis
()->at(i);
[
all
...]
/external/llvm/include/llvm/CodeGen/
Passes.h
537
/// OptimizePHIs - This pass optimizes machine instruction
PHIs
/external/llvm/lib/CodeGen/
MachineCSE.cpp
414
// Heuristics #3: If the common subexpression is used by
PHIs
, do not reuse
CodeGenPrepare.cpp
52
STATISTIC(NumPHIsElim, "Number of trivial
PHIs
eliminated");
433
// Otherwise, we have multiple predecessors of BB. Update the
PHIs
in DestBB
462
// The
PHIs
are now updated, change everything that refers to BB to use
[
all
...]
Passes.cpp
573
// Optimize
PHIs
before DCE: removing dead PHI cycles may make more
LiveIntervalAnalysis.cpp
367
// Keep track of the
PHIs
that are in use.
[
all
...]
MachineBasicBlock.cpp
859
// Find the registers used from NMBB in
PHIs
in Succ.
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp
314
"
PHIs
with non-vector integer types should have a single VT.");
ScheduleDAGSDNodes.cpp
879
// Insert to start of the BB (after
PHIs
).
[
all
...]
/external/llvm/test/CodeGen/ARM/
coalesce-subregs.ll
146
; Coalesce vector lanes through
phis
.
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c
227
* Prefer select to if so we don't have to worry about
phis
or
/dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java
338
// Handle
phis
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
EscapeAnalysis.java
339
// Handle
phis
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java
146
if (DEBUG) System.out.println("--->Mapping
phis
");
[
all
...]
/external/llvm/lib/Analysis/
LoopInfo.cpp
191
// entry are special; uses in them don't need to go through
PHIs
.
/external/llvm/test/Instrumentation/MemorySanitizer/
msan_basic.ll
120
; Check that we generate
PHIs
for shadow.
/external/llvm/test/Transforms/LoopVectorize/
reduction.ll
327
; We can vectorize conditional reductions with multi-input
phis
.
/external/openfst/src/include/fst/
matcher.h
871
bool has_phi_; // Are there possibly
phis
at the current state?
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
423
// get into trouble with cyclic
PHIs
here because we only consider
741
// get into trouble with cyclic
PHIs
here because we only consider
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
751
DEBUG(dbgs() << "SLP: \tWe can schedule
PHIs
:" << *UI << ". \n");
[
all
...]
/dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java
194
if (DEBUG) System.out.println("--->Mapping
phis
");
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp
482
// skipping
PHIs
(don't pass them to handleAddrDef) !
/external/clang/lib/CodeGen/
CGCleanup.cpp
452
// are
phis
in the cleanup.
[
all
...]
Completed in 720 milliseconds
1
2
3
4
5
6
7
8