Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3233 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in emitSPDescriptorParent() local
3239 (void)GuardCheckFn; in emitSPDescriptorParent()
3245 FunctionType *FnTy = GuardCheckFn->getFunctionType(); in emitSPDescriptorParent()
3248 if (GuardCheckFn->hasAttribute(1, Attribute::AttrKind::InReg)) in emitSPDescriptorParent()
3255 Info.CallConv = GuardCheckFn->getCallingConv(); in emitSPDescriptorParent()
3256 Info.Callee = MachineOperand::CreateGA(GuardCheckFn, 0); in emitSPDescriptorParent()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2676 if (const Function *GuardCheckFn = TLI.getSSPStackGuardCheck(M)) { in visitSPDescriptorParent() local
2680 FunctionType *FnTy = GuardCheckFn->getFunctionType(); in visitSPDescriptorParent()
2687 if (GuardCheckFn->hasParamAttribute(0, Attribute::AttrKind::InReg)) in visitSPDescriptorParent()
2694 .setCallee(GuardCheckFn->getCallingConv(), FnTy->getReturnType(), in visitSPDescriptorParent()
2695 getValue(GuardCheckFn), std::move(Args)); in visitSPDescriptorParent()