/external/llvm/include/llvm/CodeGen/ |
FunctionLoweringInfo.h | 58 /// CanLowerReturn - true iff the function's return value can be lowered to 60 bool CanLowerReturn; 62 /// DemoteRegister - if CanLowerReturn is false, DemoteRegister is a vreg
|
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.h | 195 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
|
XCoreISelLowering.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
FunctionLoweringInfo.cpp | 68 CanLowerReturn = TLI->CanLowerReturn(Fn->getCallingConv(), *MF,
|
SelectionDAGBuilder.cpp | [all...] |
FastISel.cpp | 89 if (!FuncInfo.CanLowerReturn) [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 532 virtual bool CanLowerReturn(CallingConv::ID CallConv,
|
ARMFastISel.cpp | [all...] |
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.h | 416 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
|
MipsISelLowering.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.h | 553 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
|
PPCISelLowering.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | [all...] |
X86FastISel.cpp | 725 if (!FuncInfo.CanLowerReturn) [all...] |
X86ISelLowering.cpp | [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | [all...] |