Lines Matching refs:FunctionLoweringInfo
82 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf, in set()
356 void FunctionLoweringInfo::clear() { in clear()
374 Register FunctionLoweringInfo::CreateReg(MVT VT, bool isDivergent) { in CreateReg()
386 Register FunctionLoweringInfo::CreateRegs(Type *Ty, bool isDivergent) { in CreateRegs()
406 Register FunctionLoweringInfo::CreateRegs(const Value *V) { in CreateRegs()
416 const FunctionLoweringInfo::LiveOutInfo *
417 FunctionLoweringInfo::GetLiveOutRegInfo(Register Reg, unsigned BitWidth) { in GetLiveOutRegInfo()
435 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { in ComputePHILiveOutRegInfo()
524 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex()
532 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex()
540 Register FunctionLoweringInfo::getCatchPadExceptionPointerVReg( in getCatchPadExceptionPointerVReg()
552 FunctionLoweringInfo::getValueFromVirtualReg(Register Vreg) { in getValueFromVirtualReg()