/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | CLKernelImpl.h | 42 struct ArgInfo struct 48 ArgInfo &operator=(const ArgInfo &) = default; argument 51 ArgInfo &operator=(ArgInfo &&); argument 53 bool isAvailable() const { return !name.empty(); } in isAvailable() 55 cl_kernel_arg_address_qualifier addressQualifier = 0u; 56 cl_kernel_arg_access_qualifier accessQualifier = 0u; 80 std::vector<ArgInfo> args; argument
|
/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/ |
D | intrinsics_args.h | 87 struct ArgInfo { struct 99 friend constexpr bool HaveInput(const ArgInfo& arg) { in HaveInput() argument 105 friend constexpr bool HaveOutput(const ArgInfo& arg) { in HaveOutput() argument 111 friend constexpr bool IsImmediate(const ArgInfo& arg) { in IsImmediate() argument 114 friend constexpr bool IsTemporary(const ArgInfo& arg) { in IsTemporary() argument 117 const int from = 0; 118 const int to = 0;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CallLowering.h | 46 struct ArgInfo { struct 56 ArgInfo(ArrayRef<Register> Regs, Type *Ty, argument 68 ArgInfo() : Ty(nullptr), IsFixed(false) {} in ArgInfo() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | SCCPSolver.h | 41 struct ArgInfo { struct 45 ArgInfo(Argument *F, Constant *A) : Formal(F), Actual(A) {} in ArgInfo() argument 53 friend hash_code hash_value(const ArgInfo &A) { in hash_value() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | SCCPSolver.h | 41 struct ArgInfo { struct 45 ArgInfo(Argument *F, Constant *A) : Formal(F), Actual(A) {} in ArgInfo() argument 53 friend hash_code hash_value(const ArgInfo &A) { in hash_value() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | SCCPSolver.h | 41 struct ArgInfo { struct 45 ArgInfo(Argument *F, Constant *A) : Formal(F), Actual(A) {} in ArgInfo() function 53 friend hash_code hash_value(const ArgInfo &A) { in hash_value() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | SCCPSolver.h | 41 struct ArgInfo { struct 45 ArgInfo(Argument *F, Constant *A) : Formal(F), Actual(A) {} in ArgInfo() argument 53 friend hash_code hash_value(const ArgInfo &A) { in hash_value() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | SCCPSolver.h | 51 struct ArgInfo { struct 55 ArgInfo(Argument *F, Constant *A) : Formal(F), Actual(A) {} in ArgInfo() argument 63 friend hash_code hash_value(const ArgInfo &A) { in hash_value() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/ |
D | CallLowering.h | 62 struct ArgInfo : public BaseArgInfo { struct 81 ArgInfo(ArrayRef<Register> Regs, Type *Ty, unsigned OrigIndex, argument 84 : BaseArgInfo(Ty, Flags, IsFixed), Regs(Regs.begin(), Regs.end()), in BaseArgInfo() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CallLowering.h | 62 struct ArgInfo : public BaseArgInfo { struct 81 ArgInfo(ArrayRef<Register> Regs, Type *Ty, unsigned OrigIndex, argument 84 : BaseArgInfo(Ty, Flags, IsFixed), Regs(Regs.begin(), Regs.end()), in BaseArgInfo() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/ |
D | CallLowering.h | 62 struct ArgInfo : public BaseArgInfo { struct 81 ArgInfo(ArrayRef<Register> Regs, Type *Ty, unsigned OrigIndex, argument 84 : BaseArgInfo(Ty, Flags, IsFixed), Regs(Regs.begin(), Regs.end()), in BaseArgInfo() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/ |
D | CallLowering.h | 62 struct ArgInfo : public BaseArgInfo { struct 81 ArgInfo(ArrayRef<Register> Regs, Type *Ty, unsigned OrigIndex, argument 84 : BaseArgInfo(Ty, Flags, IsFixed), Regs(Regs.begin(), Regs.end()), in BaseArgInfo() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/ |
D | CallLowering.h | 62 struct ArgInfo : public BaseArgInfo { struct 81 ArgInfo(ArrayRef<Register> Regs, Type *Ty, unsigned OrigIndex, argument 84 : BaseArgInfo(Ty, Flags, IsFixed), Regs(Regs.begin(), Regs.end()), in BaseArgInfo() argument
|
/aosp_15_r20/external/llvm/lib/AsmParser/ |
H A D | LLParser.h | 443 struct ArgInfo { struct 448 ArgInfo(LocTy L, Type *ty, AttributeSet Attr, const std::string &N) in ArgInfo() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.h | 543 struct ArgInfo { struct 548 ArgInfo(LocTy L, Type *ty, AttributeSet Attr, const std::string &N) in ArgInfo() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 575 struct ArgInfo { struct 580 ArgInfo(LocTy L, Type *ty, AttributeSet Attr, const std::string &N) in ArgInfo() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/AsmParser/ |
D | LLParser.h | 600 struct ArgInfo { struct 605 ArgInfo(LocTy L, Type *ty, AttributeSet Attr, const std::string &N) in ArgInfo() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/AsmParser/ |
D | LLParser.h | 585 struct ArgInfo { struct 590 ArgInfo(LocTy L, Type *ty, AttributeSet Attr, const std::string &N) in ArgInfo() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/AsmParser/ |
D | LLParser.h | 598 struct ArgInfo { struct 603 ArgInfo(LocTy L, Type *ty, AttributeSet Attr, const std::string &N) in ArgInfo() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/AsmParser/ |
D | LLParser.h | 598 struct ArgInfo { struct 603 ArgInfo(LocTy L, Type *ty, AttributeSet Attr, const std::string &N) in ArgInfo() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Function.cpp | 832 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 837 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 843 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 849 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 855 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 861 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 867 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 895 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 901 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 907 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Function.cpp | 1226 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 1231 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 1237 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 1243 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 1249 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 1255 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 1261 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 1297 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 1303 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 1309 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local [all …]
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Function.cpp | 686 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 691 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 697 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 703 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 709 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 715 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local 721 unsigned ArgInfo = (NextElt == Infos.size() ? 0 : Infos[NextElt++]); in DecodeIITType() local
|
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/ |
D | Options.h | 76 struct ArgInfo { struct 81 bool HandleArg(const std::string& arg, const std::string& value, const ArgInfo& info, argument
|
/aosp_15_r20/external/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 452 typedef CGFunctionInfoArgInfo ArgInfo; typedef 522 size_t numTrailingObjects(OverloadToken<ArgInfo>) const { in numTrailingObjects()
|