Searched refs:RetArg (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 593 Value *RetArg = nullptr; in addArgumentReturnedAttrs() local 602 if (!RetArg) in addArgumentReturnedAttrs() 603 RetArg = RetVal; in addArgumentReturnedAttrs() 604 else if (RetArg != RetVal) in addArgumentReturnedAttrs() 608 return RetArg; in addArgumentReturnedAttrs() 611 if (Value *RetArg = FindRetArg()) { in addArgumentReturnedAttrs() local 612 auto *A = cast<Argument>(RetArg); in addArgumentReturnedAttrs()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 594 Value *RetArg = nullptr; in addArgumentReturnedAttrs() local 603 if (!RetArg) in addArgumentReturnedAttrs() 604 RetArg = RetVal; in addArgumentReturnedAttrs() 605 else if (RetArg != RetVal) in addArgumentReturnedAttrs() 609 return RetArg; in addArgumentReturnedAttrs() 612 if (Value *RetArg = FindRetArg()) { in addArgumentReturnedAttrs() local 613 auto *A = cast<Argument>(RetArg); in addArgumentReturnedAttrs()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 7847 ISD::InputArg RetArg(Flags, RegisterVT, ValueVTs[0], true, in LowerArguments() local 7849 Ins.push_back(RetArg); in LowerArguments()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 9653 ISD::InputArg RetArg(Flags, RegisterVT, ValueVTs[0], true, in LowerArguments() local 9655 Ins.push_back(RetArg); in LowerArguments()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 9761 ISD::InputArg RetArg(Flags, RegisterVT, ValueVTs[0], true, in LowerArguments() local 9763 Ins.push_back(RetArg); in LowerArguments()
|