HomeSort by relevance Sort by last modified time
    Searched refs:CreateEntryBlockAlloca (Results 1 - 7 of 7) sorted by null

  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 615 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
617 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction,
787 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
885 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
952 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 632 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
634 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction,
814 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
912 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
976 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);
    [all...]
toy.cpp 1003 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
1005 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction,
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 861 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
863 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction,
1036 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 617 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
619 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction,
796 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
894 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
958 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]);
    [all...]
toy.cpp 901 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
903 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction,
1076 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]

Completed in 90 milliseconds