Lines Matching refs:FunctionLoweringInfo
79 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf, in set()
353 void FunctionLoweringInfo::clear() { in clear()
371 Register FunctionLoweringInfo::CreateReg(MVT VT, bool isDivergent) { in CreateReg()
383 Register FunctionLoweringInfo::CreateRegs(Type *Ty, bool isDivergent) { in CreateRegs()
403 Register FunctionLoweringInfo::CreateRegs(const Value *V) { in CreateRegs()
413 const FunctionLoweringInfo::LiveOutInfo *
414 FunctionLoweringInfo::GetLiveOutRegInfo(Register Reg, unsigned BitWidth) { in GetLiveOutRegInfo()
432 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { in ComputePHILiveOutRegInfo()
534 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex()
542 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex()
550 Register FunctionLoweringInfo::getCatchPadExceptionPointerVReg( in getCatchPadExceptionPointerVReg()
562 FunctionLoweringInfo::getValueFromVirtualReg(Register Vreg) { in getValueFromVirtualReg()