HomeSort by relevance Sort by last modified time
    Searched full:phis (Results 101 - 125 of 164) sorted by null

1 2 3 45 6 7

  /external/v8/src/arm/
lithium-arm.cc 922 ASSERT(block->phis()->length() == 0);
939 // We are at a state join => process phis.
943 for (int i = 0; i < block->phis()->length(); ++i) {
944 HPhi* phi = block->phis()->at(i);
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 923 ASSERT(block->phis()->length() == 0);
940 // We are at a state join => process phis.
944 for (int i = 0; i < block->phis()->length(); ++i) {
945 HPhi* phi = block->phis()->at(i);
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 922 ASSERT(block->phis()->length() == 0);
939 // We are at a state join => process phis.
943 for (int i = 0; i < block->phis()->length(); ++i) {
944 HPhi* phi = block->phis()->at(i);
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 917 ASSERT(block->phis()->length() == 0);
934 // We are at a state join => process phis.
938 for (int i = 0; i < block->phis()->length(); ++i) {
939 HPhi* phi = block->phis()->at(i);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 170 // get into trouble with cyclic PHIs here because we only consider
299 // get into trouble with cyclic PHIs here because we only consider
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
CodeGenPrepare.cpp 53 STATISTIC(NumPHIsElim, "Number of trivial PHIs eliminated");
406 // Otherwise, we have multiple predecessors of BB. Update the PHIs in DestBB
435 // The PHIs are now updated, change everything that refers to BB to use
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 865 ASSERT(block->phis()->length() == 0);
882 // We are at a state join => process phis.
886 for (int i = 0; i < block->phis()->length(); ++i) {
887 HPhi* phi = block->phis()->at(i);
989 // TODO(olivf) Since phis of spilled values are joined as registers
    [all...]
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp     [all...]
MachineCSE.cpp 404 // Heuristics #3: If the common subexpression is used by PHIs, do not reuse
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 816 // nodes in this block that we are inserting (there could be phis before
    [all...]
  /external/chromium_org/v8/src/
hydrogen.cc 337 // instructions have been added to the block (they have phis for all
338 // values in the environment, these phis may be eliminated later).
342 ASSERT(phis()->length() == incoming_env->length());
596 // Check that phis have correct arguments.
597 for (int j = 0; j < block->phis()->length(); j++) {
598 HPhi* phi = block->phis()->at(j);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_setup.c 227 * Prefer select to if so we don't have to worry about phis or
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 800 ASSERT(block->phis()->length() == 0);
817 // We are at a state join => process phis.
821 for (int i = 0; i < block->phis()->length(); ++i) {
822 HPhi* phi = block->phis()->at(i);
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 808 ASSERT(block->phis()->length() == 0);
825 // We are at a state join => process phis.
829 for (int i = 0; i < block->phis()->length(); ++i) {
830 HPhi* phi = block->phis()->at(i);
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 804 ASSERT(block->phis()->length() == 0);
821 // We are at a state join => process phis.
825 for (int i = 0; i < block->phis()->length(); ++i) {
826 HPhi* phi = block->phis()->at(i);
    [all...]
  /external/llvm/include/llvm/CodeGen/
Passes.h 513 /// OptimizePHIs - This pass optimizes machine instruction PHIs
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 278 "PHIs with non-vector integer types should have a single VT.");
  /external/llvm/test/CodeGen/ARM/
coalesce-subregs.ll 146 ; Coalesce vector lanes through phis.
  /external/llvm/test/Instrumentation/MemorySanitizer/
msan_basic.ll 129 ; Check that we generate PHIs for shadow.
  /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
  /external/v8/src/
flag-definitions.h 164 DEFINE_bool(eliminate_dead_phis, true, "eliminate dead phis")
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 558 DEBUG(dbgs() << "SLP: \tWe can schedule PHIs:" << *User << ". \n");
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 338 // Handle phis
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 150 if (DEBUG) System.out.println("--->Mapping phis");
    [all...]

Completed in 4325 milliseconds

1 2 3 45 6 7