HomeSort by relevance Sort by last modified time
    Searched refs:PHINode (Results 126 - 150 of 169) sorted by null

1 2 3 4 56 7

  /external/clang/lib/CodeGen/
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...]
CGExprAgg.cpp 473 llvm::PHINode *currentElement =
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 818 if (PHINode *PN = dyn_cast<PHINode>(I)) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 733 PHINode *PN = cast<PHINode>(RVI);
    [all...]
DeadArgumentElimination.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 986 if (isa<Constant>(RHS) && isa<PHINode>(LHS))
    [all...]
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [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...]
toy.cpp     [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...]
toy.cpp 1043 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2,
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]

Completed in 1238 milliseconds

1 2 3 4 56 7