Home
last modified time | relevance | path

Searched refs:ParamTypes (Results 1 – 25 of 117) sorted by relevance

12345

/llvm-project-15.0.7/llvm/test/MC/WebAssembly/
H A Dtypes.ll40 ; CHECK-NEXT: ParamTypes:
43 ; CHECK-NEXT: ParamTypes:
47 ; CHECK-NEXT: ParamTypes:
51 ; CHECK-NEXT: ParamTypes:
55 ; CHECK-NEXT: ParamTypes:
59 ; CHECK-NEXT: ParamTypes:
63 ; CHECK-NEXT: ParamTypes:
67 ; CHECK-NEXT: ParamTypes:
H A Dlibcall.ll20 ; CHECK-NEXT: ParamTypes:
25 ; CHECK-NEXT: ParamTypes:
/llvm-project-15.0.7/llvm/test/ObjectYAML/wasm/
H A Dtype_section.yaml9 ParamTypes:
15 ParamTypes:
28 # CHECK: ParamTypes:
34 # CHECK: ParamTypes:
H A Dcode_section.yaml9 ParamTypes:
14 ParamTypes:
63 # CHECK: ParamTypes:
68 # CHECK: ParamTypes:
H A Devent_section.yaml10 ParamTypes:
15 ParamTypes:
57 # CHECK-NEXT: ParamTypes:
62 # CHECK-NEXT: ParamTypes:
H A Dfunction_section.yaml9 ParamTypes:
12 ParamTypes:
/llvm-project-15.0.7/lld/test/wasm/
H A Dmultivalue-return-func-types.s58 # CHECK-NEXT: ParamTypes: []
61 # CHECK-NEXT: ParamTypes: []
65 # CHECK-NEXT: ParamTypes: []
70 # CHECK-NEXT: ParamTypes: []
75 # CHECK-NEXT: ParamTypes: []
H A Dgc-sections.ll41 ; CHECK-NEXT: ParamTypes: []
45 ; CHECK-NEXT: ParamTypes: []
48 ; CHECK-NEXT: ParamTypes: []
102 ; NO-GC-NEXT: ParamTypes: []
105 ; NO-GC-NEXT: ParamTypes:
110 ; NO-GC-NEXT: ParamTypes: []
114 ; NO-GC-NEXT: ParamTypes: []
H A Dduplicate-function-imports.s37 # CHECK-NEXT: ParamTypes: []
41 # CHECK-NEXT: ParamTypes: []
45 # CHECK-NEXT: ParamTypes: []
H A Dtag-section.ll33 ; NOPIC-NEXT: ParamTypes: []
36 ; NOPIC-NEXT: ParamTypes:
57 ; PIC-NEXT: ParamTypes:
61 ; PIC-NEXT: ParamTypes: []
H A Dcall-indirect.s46 # CHECK-NEXT: ParamTypes:
50 # CHECK-NEXT: ParamTypes:
54 # CHECK-NEXT: ParamTypes:
59 # CHECK-NEXT: ParamTypes:
62 # CHECK-NEXT: ParamTypes:
H A Dfunction-index.test10 CHECK: ParamTypes:
15 CHECK: ParamTypes:
H A Dfunction-imports.s20 # CHECK-NEXT: ParamTypes:
25 # CHECK-NEXT: ParamTypes:
H A Dundefined-weak-call.s42 # CHECK-NEXT: ParamTypes:
45 # CHECK-NEXT: ParamTypes:
49 # CHECK-NEXT: ParamTypes:
H A Dfunction-imports-first.ll20 ; CHECK-NEXT: ParamTypes: []
23 ; CHECK-NEXT: ParamTypes:
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DFunction.h83 bool hasRVO() const { return ParamTypes.size() != Params.size(); } in hasRVO()
93 return llvm::make_range(ParamTypes.rbegin(), ParamTypes.rend()); in args_reverse()
114 llvm::SmallVector<PrimType, 8> &&ParamTypes,
148 llvm::SmallVector<PrimType, 8> ParamTypes; variable
H A DFunction.cpp19 llvm::SmallVector<PrimType, 8> &&ParamTypes, in Function() argument
22 ParamTypes(std::move(ParamTypes)), Params(std::move(Params)) {} in Function()
H A DByteCodeEmitter.cpp29 SmallVector<PrimType, 8> ParamTypes; in compileFunc() local
36 ParamTypes.push_back(PT_Ptr); in compileFunc()
54 ParamTypes.push_back(Ty); in compileFunc()
58 Function *Func = P.createFunction(F, ParamOffset, std::move(ParamTypes), in compileFunc()
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dmultivalue.ll264 ; OBJ-NEXT: ParamTypes: []
269 ; OBJ-NEXT: ParamTypes:
276 ; OBJ-NEXT: ParamTypes: []
279 ; OBJ-NEXT: ParamTypes:
285 ; OBJ-NEXT: ParamTypes: []
289 ; OBJ-NEXT: ParamTypes: []
293 ; OBJ-NEXT: ParamTypes:
297 ; OBJ-NEXT: ParamTypes:
301 ; OBJ-NEXT: ParamTypes:
308 ; OBJ-NEXT: ParamTypes: []
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/wasm/
H A Dexecutable-without-symbols.test11 ParamTypes: []
14 ParamTypes:
H A Dexecutable-without-symbols-debugnames.test11 ParamTypes: []
14 ParamTypes:
/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp436 if (ParamTypes && ParamTypes->size() == ParamNumber) in allocParam()
728 std::vector<const Type *> ParamTypes; member in __anondd1c47770111::IRIntrinsicResult
732 : IntrinsicID(std::string(IntrinsicID)), ParamTypes(ParamTypes), in IRIntrinsicResult()
739 if (!ParamTypes.empty()) { in genCode()
742 for (auto T : ParamTypes) { in genCode()
1252 std::vector<const Type *> ParamTypes; in getCodeForDag() local
1555 ComparableStringVector ParamTypes; member
1559 return ParamTypes < rhs.ParamTypes; in operator <()
1624 key.push_back(MG.ParamTypes[i]); in EmitBuiltinCG()
1678 if (!MG.ParamTypes.empty()) { in EmitBuiltinCG()
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/wasm/
H A Dbasic-copy.test17 ParamTypes:
22 ParamTypes:
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/
H A DOrcV2CBindingsBasicUsage.c37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
39 LLVMFunctionType(LLVMInt32Type(), ParamTypes, 2, 0); in createDemoModule()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/
H A DOrcV2CBindingsDumpObjects.c38 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
40 LLVMFunctionType(LLVMInt32Type(), ParamTypes, 2, 0); in createDemoModule()

12345