Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDFastISel.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 …]
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetLowering.h2298 struct CallLoweringInfo { struct
2299 SDValue Chain;
2300 Type *RetTy;
2324 CallLoweringInfo(SelectionDAG &DAG) in CallLoweringInfo() argument
2330 CallLoweringInfo &setDebugLoc(SDLoc dl) { in setDebugLoc() argument
2335 CallLoweringInfo &setChain(SDValue InChain) { in setChain() argument
2352 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() argument
2425 std::pair<SDValue, SDValue> LowerCallTo(CallLoweringInfo &CLI) const; argument
2433 LowerCall(CallLoweringInfo &/*CLI*/, in LowerCall() argument
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp1625 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument