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

  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 586 int64_t FixedCSEnd, BitVector &StackBytesFree) {
588 if (FixedCSEnd > std::numeric_limits<int>::max())
591 StackBytesFree.resize(FixedCSEnd, true);
603 // because of the FixedCSEnd check above.
771 // FixedCSEnd is the stack offset to the end of the fixed and callee-save
773 int64_t FixedCSEnd = Offset;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 580 int64_t FixedCSEnd, BitVector &StackBytesFree) {
582 if (FixedCSEnd > std::numeric_limits<int>::max())
585 StackBytesFree.resize(FixedCSEnd, true);
597 // because of the FixedCSEnd check above.
765 // FixedCSEnd is the stack offset to the end of the fixed and callee-save
767 int64_t FixedCSEnd = Offset;
    [all...]

Completed in 345 milliseconds