Searched refs:GetReturnInfo (Results 1 - 16 of 16) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 95 GetReturnInfo(Fn->getReturnType(), Fn->getAttributes(), Outs, *TLI,
|
H A D | FastISel.cpp | 916 GetReturnInfo(CLI.RetTy, getReturnAttrs(CLI), Outs, TLI, DL);
|
H A D | SelectionDAGBuilder.cpp | 7492 GetReturnInfo(CLI.RetTy, getReturnAttrs(CLI), Outs, *this, DL);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
H A D | FunctionLoweringInfo.cpp | 68 GetReturnInfo(Fn->getReturnType(),
|
H A D | TargetLowering.cpp | 1002 void llvm::GetReturnInfo(Type* ReturnType, Attributes attr, function in class:llvm
|
H A D | SelectionDAGBuilder.cpp | 5143 GetReturnInfo(RetTy, CS.getAttributes().getRetAttributes(), 6544 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(),
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
H A D | X86FastISel.cpp | 721 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(), 1533 GetReturnInfo(I->getType(), CS.getAttributes().getRetAttributes(),
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
H A D | TargetLowering.h | 2023 /// GetReturnInfo - Given an LLVM IR type and return type attributes, 2026 void GetReturnInfo(Type* ReturnType, Attributes attr,
|
/external/llvm/include/llvm/Target/ |
H A D | TargetLowering.h | 3062 void GetReturnInfo(Type *ReturnType, AttributeSet attr,
|
/external/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 1569 void llvm::GetReturnInfo(Type *ReturnType, AttributeSet attr, function in class:llvm
|
/external/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1452 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI, DL);
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 1613 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI, DL);
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 1731 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(),
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 2092 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI, DL);
|
/external/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1180 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI, DL);
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 3691 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI, DL);
|
Completed in 858 milliseconds