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

1 2

  /external/llvm/unittests/Transforms/Utils/
Local.cpp 29 PHINode *phi = builder.CreatePHI(Type::getInt32Ty(C), 2);
46 phi = builder.CreatePHI(Type::getInt32Ty(C), 0);
51 phi = builder.CreatePHI(Type::getInt32Ty(C), 0);
  /external/llvm/lib/Transforms/Utils/
IntegerDivision.cpp 263 PHINode *Carry_1 = Builder.CreatePHI(I32Ty, 2);
264 PHINode *SR_3 = Builder.CreatePHI(I32Ty, 2);
265 PHINode *R_1 = Builder.CreatePHI(I32Ty, 2);
266 PHINode *Q_2 = Builder.CreatePHI(I32Ty, 2);
288 PHINode *Carry_2 = Builder.CreatePHI(I32Ty, 2);
289 PHINode *Q_3 = Builder.CreatePHI(I32Ty, 2);
298 PHINode *Q_5 = Builder.CreatePHI(I32Ty, 2);
BypassSlowDivision.cpp 141 PHINode *QuoPhi = SuccessorBuilder.CreatePHI(Instr->getType(), 2);
144 PHINode *RemPhi = SuccessorBuilder.CreatePHI(Instr->getType(), 2);
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 57 PHINode *ind = loop.CreatePHI(indType, 0);
91 PHINode *ind = loop.CreatePHI(len->getType(), 0);
  /external/llvm/lib/Target/Mips/
MipsOptimizeMathLibCalls.cpp 149 PHINode *Phi = Builder.CreatePHI(Call->getType(), 2);
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 553 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2,
595 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, VarName.c_str());
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 657 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2,
699 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, VarName.c_str());
  /external/llvm/examples/BrainF/
BrainF.cpp 451 CreatePHI(PointerType::getUnqual(IntegerType::getInt8Ty(C)), 1,
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 736 PHINode *SizePHI = Builder.CreatePHI(IntTy, PHI.getNumIncomingValues());
737 PHINode *OffsetPHI = Builder.CreatePHI(IntTy, PHI.getNumIncomingValues());
  /art/compiler/sea_ir/code_gen/
code_gen.cc 34 llvm::PHINode *llvm_phi = llvm_data_->builder_.CreatePHI(
  /external/llvm/unittests/IR/
InstructionsTest.cpp 318 Instruction *I = Builder.CreatePHI(Builder.getDoubleTy(), 0);
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 269 IV = Builder.CreatePHI(LowerBound->getType(), 2, "X");
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 768 llvm::PHINode *RealPN = Builder.CreatePHI(LHS.first->getType(), 2, "cond.r");
773 llvm::PHINode *ImagPN = Builder.CreatePHI(LHS.first->getType(), 2, "cond.i");
    [all...]
CodeGenFunction.cpp     [all...]
CGExprScalar.cpp     [all...]
CGClass.cpp 219 llvm::PHINode *PHI = Builder.CreatePHI(BasePtrTy, 2, "cast.result");
276 llvm::PHINode *PHI = Builder.CreatePHI(Value->getType(), 2);
    [all...]
CGExprCXX.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGVTables.cpp 196 llvm::PHINode *PHI = CGF.Builder.CreatePHI(ReturnValue->getType(), 2);
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 576 llvm::PHINode* new_phi = irb_.CreatePHI(phi->getType(), rewrite_pair.size());
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 753 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2,
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 781 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2,
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 1003 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2,
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 763 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2,
    [all...]

Completed in 145 milliseconds

1 2