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

1 2

  /external/llvm/unittests/Transforms/Utils/
Local.cpp 30 PHINode *phi = builder.CreatePHI(Type::getInt32Ty(C), 2);
47 phi = builder.CreatePHI(Type::getInt32Ty(C), 0);
52 phi = builder.CreatePHI(Type::getInt32Ty(C), 0);
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 62 PHINode *ind = loop.CreatePHI(indType, 0);
97 PHINode *ind = loop.CreatePHI(len->getType(), 0);
  /external/llvm/lib/Transforms/Utils/
BypassSlowDivision.cpp 141 PHINode *QuoPhi = SuccessorBuilder.CreatePHI(Instr->getType(), 2);
144 PHINode *RemPhi = SuccessorBuilder.CreatePHI(Instr->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/unittests/VMCore/
InstructionsTest.cpp 236 Instruction *I = Builder.CreatePHI(Builder.getDoubleTy(), 0);
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 723 llvm::PHINode *RealPN = Builder.CreatePHI(LHS.first->getType(), 2, "cond.r");
728 llvm::PHINode *ImagPN = Builder.CreatePHI(LHS.first->getType(), 2, "cond.i");
CGClass.cpp 215 llvm::PHINode *PHI = Builder.CreatePHI(BasePtrTy, 2, "cast.result");
272 llvm::PHINode *PHI = Builder.CreatePHI(Value->getType(), 2);
    [all...]
CGExprCXX.cpp     [all...]
CodeGenFunction.cpp 787 llvm::PHINode *cur = Builder.CreatePHI(i8p, 2, "vla.cur");
    [all...]
CGExprScalar.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGVTables.cpp 210 llvm::PHINode *PHI = CGF.Builder.CreatePHI(ReturnValue->getType(), 2);
CGExprAgg.cpp 489 Builder.CreatePHI(element->getType(), 2, "arrayinit.cur");
    [all...]
ItaniumCXXABI.cpp 286 llvm::PHINode *Callee = Builder.CreatePHI(FTy->getPointerTo(), 2);
    [all...]
CGDecl.cpp     [all...]
CGBuiltin.cpp 520 Builder.CreatePHI(ConvertType(E->getArg(0)->getType()), 4,
    [all...]
CGObjC.cpp     [all...]
CGObjCMac.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 715 PHINode *SizePHI = Builder.CreatePHI(IntTy, PHI.getNumIncomingValues());
716 PHINode *OffsetPHI = Builder.CreatePHI(IntTy, PHI.getNumIncomingValues());
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 753 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2,
    [all...]
  /external/llvm/include/llvm/
IRBuilder.h     [all...]

Completed in 213 milliseconds

1 2