HomeSort by relevance Sort by last modified time
    Searched defs:Alloca (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 66 /// variable sized alloca's in the source program are the only source of
107 /// Alloca - If this stack object is originated from an Alloca instruction
109 const Value *Alloca;
118 isSpillSlot(isSS), MayNeedSP(NSP), Alloca(Val), PreAllocated(false) {}
370 /// getObjectAllocation - Return the underlying Alloca of the specified
375 return Objects[ObjectIdx+NumFixedObjects].Alloca;
498 bool MayNeedSP = false, const Value *Alloca = 0) {
501 Alloca));
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 613 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of
763 // var = alloca double
784 // Create an alloca for the variable in the entry block.
785 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName);
791 // Store the value into the alloca.
792 Builder.CreateStore(StartVal, Alloca);
807 NamedValues[VarName] = Alloca;
829 // Reload, increment, and restore the alloca. This handles the case where
831 Value *CurVar = Builder.CreateLoad(Alloca, VarName.c_str());
833 Builder.CreateStore(NextVar, Alloca);
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 169 | Alloca
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 85 // %buffer = alloca [4096 x i8]
    [all...]

Completed in 206 milliseconds