HomeSort by relevance Sort by last modified time
    Searched refs:CreateCall (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
DataFlowSanitizer.cpp     [all...]
GCOVProfiling.cpp 875 Builder.CreateCall(SummaryInfo);
876 Builder.CreateCall(EndFile);
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 400 return Builder.CreateCall(CalleeF, ArgsV, "calltmp");
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 709 return Builder.CreateCall(F, OperandV, "unop");
760 return Builder.CreateCall(F, Ops, "binop");
780 return Builder.CreateCall(CalleeF, ArgsV, "calltmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 902 return Builder.CreateCall(F, OperandV, "unop");
955 return Builder.CreateCall(F, Ops, "binop");
977 return Builder.CreateCall(CalleeF, ArgsV, "calltmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 665 return Builder.CreateCall(F, OperandV, "unop");
713 return Builder.CreateCall(F, Ops, "binop");
735 return Builder.CreateCall(CalleeF, ArgsV, "calltmp");
    [all...]
toy.cpp 1035 return Builder.CreateCall(F, OperandV, "unop");
1080 return Builder.CreateCall(F, Ops, "binop");
1099 return Builder.CreateCall(CalleeF, ArgsV, "calltmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 893 return Builder.CreateCall(F, OperandV, "unop");
938 return Builder.CreateCall(F, Ops, "binop");
957 return Builder.CreateCall(CalleeF, ArgsV, "calltmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 650 return Builder.CreateCall(F, OperandV, "unop");
695 return Builder.CreateCall(F, Ops, "binop");
717 return Builder.CreateCall(CalleeF, ArgsV, "calltmp");
    [all...]
toy.cpp 933 return Builder.CreateCall(F, OperandV, "unop");
978 return Builder.CreateCall(F, Ops, "binop");
997 return Builder.CreateCall(CalleeF, ArgsV, "calltmp");
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 1106 return Builder.CreateCall(F, OperandV, "unop");
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp 774 return C.getBuilder().CreateCall(F, OperandV, "unop");
821 return C.getBuilder().CreateCall(F, Ops, "binop");
840 return C.getBuilder().CreateCall(CalleeF, ArgsV, "calltmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp 773 return C.getBuilder().CreateCall(F, OperandV, "unop");
820 return C.getBuilder().CreateCall(F, Ops, "binop");
839 return C.getBuilder().CreateCall(CalleeF, ArgsV, "calltmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp 773 return C.getBuilder().CreateCall(F, OperandV, "unop");
820 return C.getBuilder().CreateCall(F, Ops, "binop");
839 return C.getBuilder().CreateCall(CalleeF, ArgsV, "calltmp");
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp 773 return C.getBuilder().CreateCall(F, OperandV, "unop");
820 return C.getBuilder().CreateCall(F, Ops, "binop");
839 return C.getBuilder().CreateCall(CalleeF, ArgsV, "calltmp");
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 296 CGBuilderTy(AllocaInsertPt).CreateCall(FrameEscapeFn, EscapeArgs);
352 llvm::CallInst *CallSite = Builder.CreateCall(
    [all...]
ItaniumCXXABI.cpp     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 638 Builder.CreateCall(Function, RootArgs);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
InlineFunction.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 681 return Builder.CreateCall(CalleeF, ArgsV, "calltmp");
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 567 return Builder.CreateCall(CalleeF, ArgsV, "calltmp");
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 80 CallInst *NewCI = Builder.CreateCall(FCache, Args);

Completed in 891 milliseconds

12 3 4