Home
last modified time | relevance | path

Searched refs:RetArg (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp552 Value *RetArg = nullptr; in addArgumentReturnedAttrs() local
561 if (!RetArg) in addArgumentReturnedAttrs()
562 RetArg = RetVal; in addArgumentReturnedAttrs()
563 else if (RetArg != RetVal) in addArgumentReturnedAttrs()
567 return RetArg; in addArgumentReturnedAttrs()
570 if (Value *RetArg = FindRetArg()) { in addArgumentReturnedAttrs() local
571 auto *A = cast<Argument>(RetArg); in addArgumentReturnedAttrs()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6557 ISD::InputArg RetArg(Flags, RegisterVT, true); in LowerArguments() local
6558 Ins.push_back(RetArg); in LowerArguments()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7847 ISD::InputArg RetArg(Flags, RegisterVT, ValueVTs[0], true, in LowerArguments() local
7849 Ins.push_back(RetArg); in LowerArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8898 ISD::InputArg RetArg(Flags, RegisterVT, ValueVTs[0], true, in LowerArguments() local
8900 Ins.push_back(RetArg); in LowerArguments()