Lines Matching refs:CallLoweringInfo
71 struct CallLoweringInfo { struct
101 CallLoweringInfo() in CallLoweringInfo() argument
105 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() argument
127 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
151 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy,
162 CallLoweringInfo &setCallee(const DataLayout &DL, MCContext &Ctx,
167 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy,
178 CallLoweringInfo &setTailCall(bool Value = true) {
183 CallLoweringInfo &setIsPatchPoint(bool Value = true) {
347 virtual bool fastLowerCall(CallLoweringInfo &CLI);
513 bool lowerCallTo(CallLoweringInfo &CLI);
594 CallLoweringInfo &CLI);