Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h60 struct CallLoweringInfo { struct
61 Type *RetTy;
62 bool RetSExt : 1;
63 bool RetZExt : 1;
64 bool IsVarArg : 1;
65 bool IsInReg : 1;
66 bool DoesNotReturn : 1;
67 bool IsReturnValueUsed : 1;
91 CallLoweringInfo() in CallLoweringInfo() argument
98 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy, in setCallee() argument
[all …]
/external/llvm/include/llvm/Target/
DTargetLowering.h2489 struct CallLoweringInfo { struct
2490 SDValue Chain;
2491 Type *RetTy;
2492 bool RetSExt : 1;
2493 bool RetZExt : 1;
2517 CallLoweringInfo(SelectionDAG &DAG) in CallLoweringInfo() argument
2524 CallLoweringInfo &setDebugLoc(const SDLoc &dl) { in setDebugLoc() argument
2529 CallLoweringInfo &setChain(SDValue InChain) { in setChain() argument
2534 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType, in setCallee() argument
2544 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy, in setCallee() argument
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp197 std::unique_ptr<CallLowering> CallLoweringInfo; member
/external/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.cpp210 std::unique_ptr<AMDGPUCallLowering> CallLoweringInfo; member
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1693 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() argument