Searched refs:X86Info (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3067 X86MachineFunctionInfo *X86Info = MF.getInfo<X86MachineFunctionInfo>(); local
3137 unsigned NumBytesCallerPushed = X86Info->getBytesToPopOnReturn();
3143 if (FPDiff < X86Info->getTCReturnAddrDelta())
3144 X86Info->setTCReturnAddrDelta(FPDiff);
3307 const auto &Forwards = X86Info->getForwardedMustTailRegParms();
[all...]

Completed in 126 milliseconds