Searched refs:area (Results 1 – 5 of 5) sorted by relevance
1 Check that X86 FP constant-area handling handles intrinsics with CurrentMethod
2405 ArrayRef<const int32_t> area = constant_area_.GetBuffer(); in AddConstantArea() local2407 for (size_t i = 0, e = area.size(); i < e; i++) { in AddConstantArea()2409 EmitInt32(area[i]); in AddConstantArea()
3170 ArrayRef<const int32_t> area = constant_area_.GetBuffer(); in AddConstantArea() local3171 for (size_t i = 0, e = area.size(); i < e; i++) { in AddConstantArea()3173 EmitInt32(area[i]); in AddConstantArea()
1757 # v1: ptr to the bottom of the used area of the alloca, can restore stack till here.
1741 # v1: ptr to the bottom of the used area of the alloca, can restore stack till here.