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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineFrameInfo.cpp 50 int MachineFrameInfo::CreateStackObject(uint64_t Size, unsigned Alignment,
67 CreateStackObject(Size, Alignment, true);
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 583 int MachineFrameInfo::CreateStackObject(uint64_t Size, unsigned Alignment,
600 CreateStackObject(Size, Alignment, true);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFrameInfo.h 479 /// CreateStackObject - Create a new statically sized stack object, returning
482 int CreateStackObject(uint64_t Size, unsigned Alignment, bool isSS,
497 CreateStackObject(Size, Alignment, true, false);

Completed in 69 milliseconds