HomeSort by relevance Sort by last modified time
    Searched refs:CanLowerReturn (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.h 65 bool CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
FunctionLoweringInfo.h 63 /// CanLowerReturn - true iff the function's return value can be lowered to
65 bool CanLowerReturn;
67 /// DemoteRegister - if CanLowerReturn is false, DemoteRegister is a vreg
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCISelLowering.h 110 bool CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 61 /// CanLowerReturn - true iff the function's return value can be lowered to
63 bool CanLowerReturn;
68 /// DemoteRegister - if CanLowerReturn is false, DemoteRegister is a vreg
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 60 /// CanLowerReturn - true iff the function's return value can be lowered to
62 bool CanLowerReturn;
67 /// DemoteRegister - if CanLowerReturn is false, DemoteRegister is a vreg
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVISelLowering.h 93 bool CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.h 72 bool CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 224 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.h 195 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelLowering.h 145 bool CanLowerReturn(CallingConv::ID CallConv,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 161 bool CanLowerReturn(CallingConv::ID CallConv,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.h 225 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 97 CanLowerReturn = TLI->CanLowerReturn(Fn->getCallingConv(), *MF,
FastISel.cpp 111 if (!FuncInfo.CanLowerReturn)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 70 CanLowerReturn = TLI.CanLowerReturn(Fn->getCallingConv(), *MF,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 96 CanLowerReturn =
97 TLI->CanLowerReturn(CC, *MF, Fn->isVarArg(), Outs, Fn->getContext());
FastISel.cpp 146 if (!FuncInfo.CanLowerReturn)
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 469 bool CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.h 449 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 465 bool CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 642 bool CanLowerReturn(CallingConv::ID CallConv,
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 501 bool CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 693 if (!FuncInfo.CanLowerReturn)
    [all...]
X86ISelLowering.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIISelLowering.h 239 bool CanLowerReturn(CallingConv::ID CallConv,

Completed in 333 milliseconds

1 2 3 4