Searched refs:GetReturnInfo (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp95 GetReturnInfo(Fn->getReturnType(), Fn->getAttributes(), Outs, *TLI,
H A DFastISel.cpp916 GetReturnInfo(CLI.RetTy, getReturnAttrs(CLI), Outs, TLI, DL);
H A DSelectionDAGBuilder.cpp7492 GetReturnInfo(CLI.RetTy, getReturnAttrs(CLI), Outs, *this, DL);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp68 GetReturnInfo(Fn->getReturnType(),
H A DTargetLowering.cpp1002 void llvm::GetReturnInfo(Type* ReturnType, Attributes attr, function in class:llvm
H A DSelectionDAGBuilder.cpp5143 GetReturnInfo(RetTy, CS.getAttributes().getRetAttributes(),
6544 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(),
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86FastISel.cpp721 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(),
1533 GetReturnInfo(I->getType(), CS.getAttributes().getRetAttributes(),
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetLowering.h2023 /// GetReturnInfo - Given an LLVM IR type and return type attributes,
2026 void GetReturnInfo(Type* ReturnType, Attributes attr,
/external/llvm/include/llvm/Target/
H A DTargetLowering.h3062 void GetReturnInfo(Type *ReturnType, AttributeSet attr,
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1569 void llvm::GetReturnInfo(Type *ReturnType, AttributeSet attr, function in class:llvm
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1452 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI, DL);
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1613 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI, DL);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMFastISel.cpp1731 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(),
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2092 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI, DL);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1180 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI, DL);
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3691 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI, DL);

Completed in 330 milliseconds