HomeSort by: relevance | last modified time | path
    Searched defs:CallLoweringInfo (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FastISel.h 69 struct CallLoweringInfo {
99 CallLoweringInfo()
103 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
125 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
149 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy,
160 CallLoweringInfo &setCallee(const DataLayout &DL, MCContext &Ctx,
165 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultTy,
176 CallLoweringInfo &setTailCall(bool Value = true) {
181 CallLoweringInfo &setIsPatchPoint(bool Value = true) {
338 virtual bool fastLowerCall(CallLoweringInfo &CLI)
    [all...]
TargetLowering.h 3701 struct CallLoweringInfo {
3734 CallLoweringInfo(SelectionDAG &DAG)
3740 CallLoweringInfo &setDebugLoc(const SDLoc &dl) {
3745 CallLoweringInfo &setChain(SDValue InChain) {
3751 CallLoweringInfo &setLibCallee(CallingConv::ID CC, Type *ResultType,
3764 CallLoweringInfo &setCallee(CallingConv::ID CC, Type *ResultType,
3774 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy,
3800 CallLoweringInfo &setInRegister(bool Value = true) {
3805 CallLoweringInfo &setNoReturn(bool Value = true) {
3810 CallLoweringInfo &setVarArg(bool Value = true)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
CallLowering.h 95 struct CallLoweringInfo {
409 /// \p Info is the CallLoweringInfo for the call.
416 bool resultsCompatible(CallLoweringInfo &Info, MachineFunction &MF,
456 CallLoweringInfo &Info) const;
538 CallLoweringInfo &Info) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSubtarget.h 398 std::unique_ptr<CallLowering> CallLoweringInfo;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCSubtarget.h 170 std::unique_ptr<CallLowering> CallLoweringInfo;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.h 273 std::unique_ptr<CallLowering> CallLoweringInfo;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSubtarget.h 58 std::unique_ptr<AMDGPUCallLowering> CallLoweringInfo;
235 return CallLoweringInfo.get();
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h 592 std::unique_ptr<CallLowering> CallLoweringInfo;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h 501 std::unique_ptr<CallLowering> CallLoweringInfo;

Completed in 43 milliseconds