/llvm-project/llvm/test/MC/WebAssembly/ |
H A D | types.ll | 40 ; 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 D | libcall.ll | 20 ; CHECK-NEXT: ParamTypes: 25 ; CHECK-NEXT: ParamTypes:
|
/llvm-project/lld/test/wasm/ |
H A D | multivalue-return-func-types.s | 58 # CHECK-NEXT: ParamTypes: [] 61 # CHECK-NEXT: ParamTypes: [] 65 # CHECK-NEXT: ParamTypes: [] 70 # CHECK-NEXT: ParamTypes: [] 75 # CHECK-NEXT: ParamTypes: []
|
H A D | gc-sections.ll | 41 ; 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 D | duplicate-function-imports.s | 37 # CHECK-NEXT: ParamTypes: [] 41 # CHECK-NEXT: ParamTypes: [] 45 # CHECK-NEXT: ParamTypes: []
|
H A D | call-indirect.s | 46 # CHECK-NEXT: ParamTypes: 50 # CHECK-NEXT: ParamTypes: 54 # CHECK-NEXT: ParamTypes: 59 # CHECK-NEXT: ParamTypes: 62 # CHECK-NEXT: ParamTypes:
|
H A D | tag-section.ll | 33 ; NOPIC-NEXT: ParamTypes: [] 36 ; NOPIC-NEXT: ParamTypes: 57 ; PIC-NEXT: ParamTypes: 61 ; PIC-NEXT: ParamTypes: []
|
H A D | function-index.test | 10 CHECK: ParamTypes: 15 CHECK: ParamTypes:
|
H A D | undefined-weak-call.s | 42 # CHECK-NEXT: ParamTypes: 45 # CHECK-NEXT: ParamTypes: 49 # CHECK-NEXT: ParamTypes:
|
H A D | function-imports.s | 20 # CHECK-NEXT: ParamTypes: 25 # CHECK-NEXT: ParamTypes:
|
H A D | function-imports-first.ll | 20 ; CHECK-NEXT: ParamTypes: [] 23 ; CHECK-NEXT: ParamTypes:
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Function.cpp |
|
H A D | Function.h |
|
H A D | ByteCodeEmitter.cpp |
|
/llvm-project/llvm/test/CodeGen/WebAssembly/ |
H A D | multivalue.ll | 266 ; 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 D | MveEmitter.cpp | 399 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 D | executable-without-symbols.test | 11 ParamTypes: [] 14 ParamTypes:
|
H A D | executable-without-symbols-debugnames.test | 11 ParamTypes: [] 14 ParamTypes:
|
/llvm-project/llvm/test/tools/llvm-objcopy/wasm/ |
H A D | basic-copy.test | 17 ParamTypes: 22 ParamTypes:
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/ |
H A D | OrcV2CBindingsBasicUsage.c | 36 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local 38 LLVMFunctionType(LLVMInt32Type(), ParamTypes, 2, 0); in createDemoModule()
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/ |
H A D | OrcV2CBindingsDumpObjects.c | 37 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local 39 LLVMFunctionType(LLVMInt32Type(), ParamTypes, 2, 0); in createDemoModule()
|
/llvm-project/llvm/unittests/ADT/ |
H A D | EquivalenceClassesTest.cpp | 110 using ParamTypes = typedef 114 ParamTypes, );
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/ |
H A D | OrcV2CBindingsIRTransforms.c | 38 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local 40 LLVMFunctionType(LLVMInt32Type(), ParamTypes, 2, 0); in createDemoModule()
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/ |
H A D | OrcV2CBindingsAddObjectFile.c | 31 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local 33 LLVMFunctionType(LLVMInt32Type(), ParamTypes, 2, 0); in createDemoModule()
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/ |
H A D | OrcV2CBindingsRemovableCode.c | 36 LLVMTypeRef ParamTypes[] = {LLVMInt32Type(), LLVMInt32Type()}; in createDemoModule() local 38 LLVMFunctionType(LLVMInt32Type(), ParamTypes, 2, 0); in createDemoModule()
|