Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h56 struct CallLoweringInfo { struct
57 Type *RetTy;
58 bool RetSExt : 1;
59 bool RetZExt : 1;
60 bool IsVarArg : 1;
61 bool IsInReg : 1;
62 bool DoesNotReturn : 1;
63 bool IsReturnValueUsed : 1;
87 CallLoweringInfo() in CallLoweringInfo() argument
94 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() argument
[all …]
/external/llvm/include/llvm/Target/
DTargetLowering.h2333 struct CallLoweringInfo { struct
2334 SDValue Chain;
2335 Type *RetTy;
2359 CallLoweringInfo(SelectionDAG &DAG) in CallLoweringInfo() argument
2365 CallLoweringInfo &setDebugLoc(SDLoc dl) { in setDebugLoc() argument
2370 CallLoweringInfo &setChain(SDValue InChain) { in setChain() argument
2387 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() argument
2467 std::pair<SDValue, SDValue> LowerCallTo(CallLoweringInfo &CLI) const; argument
2475 LowerCall(CallLoweringInfo &/*CLI*/, in LowerCall() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1670 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument