Searched defs:CallLoweringInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h50 /// \brief Set CallLoweringInfo attribute flags based on a call instruction
56 struct CallLoweringInfo { struct in class:llvm::FastISel
87 CallLoweringInfo() function in struct:llvm::FastISel::CallLoweringInfo
94 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
116 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
140 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy,
151 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy,
162 CallLoweringInfo &setTailCall(bool Value = true) {
167 CallLoweringInfo &setIsPatchPoint(bool Value = true) {
324 virtual bool fastLowerCall(CallLoweringInfo
[all...]

Completed in 146 milliseconds