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

  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 41 FixedStack,
80 /// A specialized PseudoSourceValue for holding FixedStack values, which must
87 : PseudoSourceValue(FixedStack), FI(FI) {}
90 return V->kind() == FixedStack;
  /prebuilts/go/darwin-x86/src/runtime/
runtime1.go 293 throw("FixedStack is not power-of-2")
malloc.go 137 // Number of orders that get caching. Order 0 is FixedStack
141 // Since FixedStack is different on different systems, we
143 // OS | FixedStack | NumStackOrders
stack1.go 41 // order = log_2(size/FixedStack)
  /prebuilts/go/linux-x86/src/runtime/
runtime1.go 293 throw("FixedStack is not power-of-2")
malloc.go 137 // Number of orders that get caching. Order 0 is FixedStack
141 // Since FixedStack is different on different systems, we
143 // OS | FixedStack | NumStackOrders
stack1.go 41 // order = log_2(size/FixedStack)
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 880 case PseudoSourceValue::FixedStack:

Completed in 137 milliseconds