Lines Matching refs:FunctionLoweringInfo
86 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf, in set()
344 void FunctionLoweringInfo::clear() { in clear()
364 Register FunctionLoweringInfo::CreateReg(MVT VT, bool isDivergent) { in CreateReg()
375 Register FunctionLoweringInfo::CreateRegs(Type *Ty, bool isDivergent) { in CreateRegs()
392 Register FunctionLoweringInfo::CreateRegs(const Value *V) { in CreateRegs()
402 const FunctionLoweringInfo::LiveOutInfo *
403 FunctionLoweringInfo::GetLiveOutRegInfo(Register Reg, unsigned BitWidth) { in GetLiveOutRegInfo()
421 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { in ComputePHILiveOutRegInfo()
523 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex()
531 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex()
539 Register FunctionLoweringInfo::getCatchPadExceptionPointerVReg( in getCatchPadExceptionPointerVReg()
551 FunctionLoweringInfo::getValueFromVirtualReg(Register Vreg) { in getValueFromVirtualReg()