Home
last modified time | relevance | path

Searched refs:getIRArgs (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGCall.cpp1338 std::pair<unsigned, unsigned> getIRArgs(unsigned ArgNo) const { in getIRArgs() function in __anond5d483060411::ClangToLLVMArgMapping
1537 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()
1997 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in ConstructAttributeList()
2148 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in EmitFunctionProlog()
3597 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in EmitCall()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp1433 std::pair<unsigned, unsigned> getIRArgs(unsigned ArgNo) const { in getIRArgs() function in __anon48bc75540511::ClangToLLVMArgMapping
1635 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()
2162 auto IRArgs = IRFunctionArgs.getIRArgs(0); in ConstructAttributeList()
2338 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in ConstructAttributeList()
2483 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in EmitFunctionProlog()
4429 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in EmitCall()