Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp151 AllocaInst *StackGuardSlot, Value *StackGuard);
177 AllocaInst *StackGuardSlot);
465 AllocaInst *StackGuardSlot, Value *StackGuard) { in checkStackGuard() argument
466 Value *V = IRB.CreateLoad(StackPtrTy, StackGuardSlot); in checkStackGuard()
490 Instruction *BasePointer, AllocaInst *StackGuardSlot) { in moveStaticAllocasToUnsafeStack() argument
502 if (StackGuardSlot) { in moveStaticAllocasToUnsafeStack()
503 Type *Ty = StackGuardSlot->getAllocatedType(); in moveStaticAllocasToUnsafeStack()
505 std::max(DL.getPrefTypeAlignment(Ty), StackGuardSlot->getAlignment()); in moveStaticAllocasToUnsafeStack()
506 SSL.addObject(StackGuardSlot, getStaticAllocaAllocationSize(StackGuardSlot), in moveStaticAllocasToUnsafeStack()
552 if (StackGuardSlot) { in moveStaticAllocasToUnsafeStack()
[all …]