Home
last modified time | relevance | path

Searched refs:StackLocation (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/unittests/compiler/
Dlinkage-tail-call-unittest.cc44 LinkageLocation StackLocation(int loc) { in StackLocation() function in v8::internal::compiler::LinkageTailCall
154 RegisterLocation(1), StackLocation(1)}; in TEST_F()
170 RegisterLocation(1), StackLocation(1)}; in TEST_F()
190 LinkageLocation location_array[] = {RegisterLocation(0), StackLocation(3), in TEST_F()
191 StackLocation(2), StackLocation(1)}; in TEST_F()
216 LinkageLocation location_array[] = {RegisterLocation(0), StackLocation(3), in TEST_F()
217 StackLocation(2), StackLocation(1)}; in TEST_F()
242 LinkageLocation location_array[] = {RegisterLocation(0), StackLocation(3), in TEST_F()
243 StackLocation(2), StackLocation(1), in TEST_F()
269 LinkageLocation location_array[] = {RegisterLocation(0), StackLocation(3), in TEST_F()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1060 unsigned StackLocation; in LowerFormalArguments() local
1133 StackLocation = HEXAGON_LRFP_SIZE + VA.getLocMemOffset(); in LowerFormalArguments()
1135 FI = MFI->CreateFixedObject(ObjSize, StackLocation, true); in LowerFormalArguments()