/external/llvm/include/llvm/CodeGen/ |
PseudoSourceValue.h | 43 FixedStack, 84 /// A specialized PseudoSourceValue for holding FixedStack values, which must 91 : PseudoSourceValue(FixedStack), FI(FI) {} 94 return V->kind() == FixedStack;
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
PseudoSourceValue.h | 43 FixedStack, 88 /// A specialized PseudoSourceValue for holding FixedStack values, which must 95 : PseudoSourceValue(FixedStack), FI(FI) {} 98 return V->kind() == FixedStack;
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/ |
PseudoSourceValue.h | 43 FixedStack, 88 /// A specialized PseudoSourceValue for holding FixedStack values, which must 95 : PseudoSourceValue(FixedStack), FI(FI) {} 98 return V->kind() == FixedStack;
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/ |
PseudoSourceValue.h | 43 FixedStack, 88 /// A specialized PseudoSourceValue for holding FixedStack values, which must 95 : PseudoSourceValue(FixedStack), FI(FI) {} 98 return V->kind() == FixedStack;
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/ |
PseudoSourceValue.h | 44 FixedStack, 93 /// A specialized PseudoSourceValue for holding FixedStack values, which must 100 : PseudoSourceValue(FixedStack, TII), FI(FI) {} 103 return V->kind() == FixedStack;
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/ |
PseudoSourceValue.h | 44 FixedStack, 93 /// A specialized PseudoSourceValue for holding FixedStack values, which must 100 : PseudoSourceValue(FixedStack, TII), FI(FI) {} 103 return V->kind() == FixedStack;
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/ |
PseudoSourceValue.h | 44 FixedStack, 93 /// A specialized PseudoSourceValue for holding FixedStack values, which must 100 : PseudoSourceValue(FixedStack, TII), FI(FI) {} 103 return V->kind() == FixedStack;
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/ |
PseudoSourceValue.h | 44 FixedStack, 93 /// A specialized PseudoSourceValue for holding FixedStack values, which must 100 : PseudoSourceValue(FixedStack, TII), FI(FI) {} 103 return V->kind() == FixedStack;
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
PseudoSourceValue.h | 43 FixedStack, 88 /// A specialized PseudoSourceValue for holding FixedStack values, which must 95 : PseudoSourceValue(FixedStack), FI(FI) {} 98 return V->kind() == FixedStack;
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/ |
PseudoSourceValue.h | 43 FixedStack, 88 /// A specialized PseudoSourceValue for holding FixedStack values, which must 95 : PseudoSourceValue(FixedStack), FI(FI) {} 98 return V->kind() == FixedStack;
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/ |
PseudoSourceValue.h | 43 FixedStack, 88 /// A specialized PseudoSourceValue for holding FixedStack values, which must 95 : PseudoSourceValue(FixedStack), FI(FI) {} 98 return V->kind() == FixedStack;
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/ |
PseudoSourceValue.h | 44 FixedStack, 93 /// A specialized PseudoSourceValue for holding FixedStack values, which must 100 : PseudoSourceValue(FixedStack, TII), FI(FI) {} 103 return V->kind() == FixedStack;
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/ |
PseudoSourceValue.h | 44 FixedStack, 93 /// A specialized PseudoSourceValue for holding FixedStack values, which must 100 : PseudoSourceValue(FixedStack, TII), FI(FI) {} 103 return V->kind() == FixedStack;
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/ |
PseudoSourceValue.h | 44 FixedStack, 93 /// A specialized PseudoSourceValue for holding FixedStack values, which must 100 : PseudoSourceValue(FixedStack, TII), FI(FI) {} 103 return V->kind() == FixedStack;
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/ |
PseudoSourceValue.h | 44 FixedStack, 93 /// A specialized PseudoSourceValue for holding FixedStack values, which must 100 : PseudoSourceValue(FixedStack, TII), FI(FI) {} 103 return V->kind() == FixedStack;
|
/prebuilts/go/darwin-x86/src/runtime/ |
runtime1.go | 299 throw("FixedStack is not power-of-2")
|
malloc.go | 123 // Number of orders that get caching. Order 0 is FixedStack 127 // Since FixedStack is different on different systems, we 129 // OS | FixedStack | NumStackOrders [all...] |
stack.go | 138 // order = log_2(size/FixedStack) [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
runtime1.go | 299 throw("FixedStack is not power-of-2")
|
malloc.go | 123 // Number of orders that get caching. Order 0 is FixedStack 127 // Since FixedStack is different on different systems, we 129 // OS | FixedStack | NumStackOrders [all...] |
stack.go | 138 // order = log_2(size/FixedStack) [all...] |
/external/llvm/lib/CodeGen/ |
MIRPrinter.cpp | 906 case PseudoSourceValue::FixedStack: [all...] |