Lines Matching refs:FunctionLoweringInfo
86 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf, in set()
351 void FunctionLoweringInfo::clear() { in clear()
371 Register FunctionLoweringInfo::CreateReg(MVT VT, bool isDivergent) { in CreateReg()
382 Register FunctionLoweringInfo::CreateRegs(Type *Ty, bool isDivergent) { in CreateRegs()
399 Register FunctionLoweringInfo::CreateRegs(const Value *V) { in CreateRegs()
404 Register FunctionLoweringInfo::InitializeRegForValue(const Value *V) { in InitializeRegForValue()
419 const FunctionLoweringInfo::LiveOutInfo *
420 FunctionLoweringInfo::GetLiveOutRegInfo(Register Reg, unsigned BitWidth) { in GetLiveOutRegInfo()
438 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { in ComputePHILiveOutRegInfo()
540 void FunctionLoweringInfo::setArgumentFrameIndex(const Argument *A, in setArgumentFrameIndex()
548 int FunctionLoweringInfo::getArgumentFrameIndex(const Argument *A) { in getArgumentFrameIndex()
556 Register FunctionLoweringInfo::getCatchPadExceptionPointerVReg( in getCatchPadExceptionPointerVReg()
568 FunctionLoweringInfo::getValueFromVirtualReg(Register Vreg) { in getValueFromVirtualReg()