Searched defs:OutputArg (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetCallingConv.h119 /// OutputArg - This struct carries flags and a value for a
123 struct OutputArg { struct in namespace:llvm::ISD
130 OutputArg() : IsFixed(false) {} function in struct:llvm::ISD::OutputArg
131 OutputArg(ArgFlagsTy flags, EVT vt, bool isfixed) function in struct:llvm::ISD::OutputArg
/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h179 /// OutputArg - This struct carries flags and a value for a
183 struct OutputArg { struct in namespace:llvm::ISD
199 OutputArg() : IsFixed(false) {} function in struct:llvm::ISD::OutputArg
200 OutputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool isfixed, function in struct:llvm::ISD::OutputArg

Completed in 2475 milliseconds