Home
last modified time | relevance | path

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

1234

/llvm-project/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/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 Dcall-indirect.s46 # CHECK-NEXT: ParamTypes:
50 # CHECK-NEXT: ParamTypes:
54 # CHECK-NEXT: ParamTypes:
59 # CHECK-NEXT: ParamTypes:
62 # 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 Dfunction-index.test10 CHECK: ParamTypes:
15 CHECK: ParamTypes:
H A Dundefined-weak-call.s42 # CHECK-NEXT: ParamTypes:
45 # CHECK-NEXT: ParamTypes:
49 # CHECK-NEXT: ParamTypes:
H A Dfunction-imports.s20 # CHECK-NEXT: ParamTypes:
25 # CHECK-NEXT: ParamTypes:
H A Dfunction-imports-first.ll20 ; CHECK-NEXT: ParamTypes: []
23 ; CHECK-NEXT: ParamTypes:
/llvm-project/clang/lib/AST/Interp/
H A DFunction.cpp
H A DFunction.h
H A DByteCodeEmitter.cpp
/llvm-project/llvm/test/CodeGen/WebAssembly/
H A Dmultivalue.ll266 ; OBJ-NEXT: ParamTypes: []
271 ; OBJ-NEXT: ParamTypes:
278 ; OBJ-NEXT: ParamTypes: []
281 ; OBJ-NEXT: ParamTypes:
287 ; OBJ-NEXT: ParamTypes: []
291 ; OBJ-NEXT: ParamTypes: []
295 ; OBJ-NEXT: ParamTypes:
299 ; OBJ-NEXT: ParamTypes:
303 ; OBJ-NEXT: ParamTypes:
310 ; OBJ-NEXT: ParamTypes: []
/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp399 std::vector<std::string> *ParamTypes = nullptr; member
436 if (ParamTypes && ParamTypes->size() == ParamNumber) in allocParam()
437 ParamTypes->push_back(std::string(Type)); in allocParam()
728 std::vector<const Type *> ParamTypes; member in __anon6b6344ba0111::IRIntrinsicResult
731 const std::vector<const Type *> &ParamTypes, in IRIntrinsicResult() argument
733 : IntrinsicID(std::string(IntrinsicID)), ParamTypes(ParamTypes), in IRIntrinsicResult()
740 if (!ParamTypes.empty()) { in genCode()
743 for (auto T : ParamTypes) { in genCode()
1253 std::vector<const Type *> ParamTypes; getCodeForDag() local
1556 ComparableStringVector ParamTypes; global() member
[all...]
/llvm-project/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/llvm/test/tools/llvm-objcopy/wasm/
H A Dbasic-copy.test17 ParamTypes:
22 ParamTypes:
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/
H A DOrcV2CBindingsBasicUsage.c36 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
38 LLVMFunctionType(LLVMInt32Type(), ParamTypes, 2, 0); in createDemoModule()
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/
H A DOrcV2CBindingsDumpObjects.c37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
39 LLVMFunctionType(LLVMInt32Type(), ParamTypes, 2, 0); in createDemoModule()
/llvm-project/llvm/unittests/ADT/
H A DEquivalenceClassesTest.cpp110 using ParamTypes = typedef
114 ParamTypes, );
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/
H A DOrcV2CBindingsIRTransforms.c38 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
40 LLVMFunctionType(LLVMInt32Type(), ParamTypes, 2, 0); in createDemoModule()
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/
H A DOrcV2CBindingsAddObjectFile.c31 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
33 LLVMFunctionType(LLVMInt32Type(), ParamTypes, 2, 0); in createDemoModule()
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
H A DOrcV2CBindingsRemovableCode.c36 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local
38 LLVMFunctionType(LLVMInt32Type(), ParamTypes, 2, 0); in createDemoModule()

1234