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

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 62 /// CanLowerReturn - true iff the function's return value can be lowered to
64 bool CanLowerReturn;
66 /// DemoteRegister - if CanLowerReturn is false, DemoteRegister is a vreg
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 70 CanLowerReturn = TLI.CanLowerReturn(Fn->getCallingConv(), *MF,
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 194 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 677 if (!FuncInfo.CanLowerReturn)
    [all...]
X86ISelLowering.h     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 348 milliseconds