Home
last modified time | relevance | path

Searched refs:fnType (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/dports/devel/tinygo/tinygo-0.14.1/compiler/
H A Dinlineasm.go25 fnType := llvm.FunctionType(b.ctx.VoidType(), []llvm.Type{}, false)
27 target := llvm.InlineAsm(fnType, asm, "", true, false, 0)
118 fnType := llvm.FunctionType(outputType, argTypes, false)
161 fnType := llvm.FunctionType(b.uintptrType, argTypes, false)
162 target := llvm.InlineAsm(fnType, asm, constraints, true, false, 0)
185 fnType := llvm.FunctionType(b.uintptrType, nil, false)
187 target := llvm.InlineAsm(fnType, asm, "=r", true, false, 0)
192 target := llvm.InlineAsm(fnType, asm, "r", true, false, 0)
196 fnType := llvm.FunctionType(b.uintptrType, []llvm.Type{b.uintptrType}, false)
198 target := llvm.InlineAsm(fnType, asm, "=r,r", true, false, 0)
[all …]
H A Dsyscall.go58 fnType := llvm.FunctionType(b.uintptrType, argTypes, false)
59 target := llvm.InlineAsm(fnType, "syscall", constraints, true, false, llvm.InlineAsmDialectIntel)
84 fnType := llvm.FunctionType(b.uintptrType, argTypes, false)
85 target := llvm.InlineAsm(fnType, "int 0x80", constraints, true, false, llvm.InlineAsmDialectIntel)
116 fnType := llvm.FunctionType(b.uintptrType, argTypes, false)
117 target := llvm.InlineAsm(fnType, "svc #0", constraints, true, false, 0)
148 fnType := llvm.FunctionType(b.uintptrType, argTypes, false)
149 target := llvm.InlineAsm(fnType, "svc #0", constraints, true, false, 0)
H A Dintrinsics.go20fnType := llvm.FunctionType(b.ctx.VoidType(), []llvm.Type{b.i8ptrType, b.i8ptrType, b.uintptrType,…
21 llvmFn = llvm.AddFunction(b.mod, fnName, fnType)
39fnType := llvm.FunctionType(b.ctx.VoidType(), []llvm.Type{b.i8ptrType, b.ctx.Int8Type(), b.uintptr…
40 llvmFn = llvm.AddFunction(b.mod, fnName, fnType)
/dports/math/cvc3/cvc3-2.4.1/src/theory_simulate/
H A Dtheory_simulate.cpp79 Type fnType(getBaseType(fn)); in computeType() local
82 if(fnType.arity() != e.arity()-1) in computeType()
86 +"\n\nExpected "+int2string(fnType.arity()+1) in computeType()
107 if(fnType != expectedFnType) in computeType()
114 +fnType.toString()); in computeType()
179 Type fnType(e[0].getType()); in computeTCC() local
180 DebugAssert(fnType.arity() == e.arity()-1, in computeTCC()
183 Type resType(fnType[fnType.arity()-1]); in computeTCC()
185 if(fnType[0] != resType) in computeTCC()
188 tccs.push_back(getTypePred(fnType[0], e[1])); in computeTCC()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p/config/
H A Dreflection_magic.go18 func checkReturnType(fnType, tptType reflect.Type) error { argument
19 switch fnType.NumOut() {
21 if fnType.Out(1) != errorType {
27 if !fnType.Out(0).Implements(tptType) {
28 …return fmt.Errorf("transport constructor returns %s which doesn't implement %s", fnType.Out(0), tp…
83 func makeArgumentConstructors(fnType reflect.Type, argTypes map[reflect.Type]constructor) ([]constr…
84 out := make([]constructor, fnType.NumIn())
86 argType := fnType.In(i)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp109 uint32_t addFunction(uint32_t retType, uint32_t fnType) { in addFunction() argument
114 fnType}); in addFunction()
249 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
250 addFunction(voidType, fnType); in TEST_F()
261 auto fnType = addFunctionType(voidType, {i32Type}); in TEST_F() local
262 addFunction(voidType, fnType); in TEST_F()
272 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
273 addFunction(voidType, fnType); in TEST_F()
285 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
286 addFunction(voidType, fnType); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp106 uint32_t addFunction(uint32_t retType, uint32_t fnType) { in addFunction() argument
111 fnType}); in addFunction()
246 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
247 addFunction(voidType, fnType); in TEST_F()
258 auto fnType = addFunctionType(voidType, {i32Type}); in TEST_F() local
259 addFunction(voidType, fnType); in TEST_F()
269 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
270 addFunction(voidType, fnType); in TEST_F()
282 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
283 addFunction(voidType, fnType); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp107 uint32_t addFunction(uint32_t retType, uint32_t fnType) { in addFunction() argument
112 fnType}); in addFunction()
247 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
248 addFunction(voidType, fnType); in TEST_F()
259 auto fnType = addFunctionType(voidType, {i32Type}); in TEST_F() local
260 addFunction(voidType, fnType); in TEST_F()
270 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
271 addFunction(voidType, fnType); in TEST_F()
283 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
284 addFunction(voidType, fnType); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp106 uint32_t addFunction(uint32_t retType, uint32_t fnType) { in addFunction() argument
111 fnType}); in addFunction()
246 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
247 addFunction(voidType, fnType); in TEST_F()
258 auto fnType = addFunctionType(voidType, {i32Type}); in TEST_F() local
259 addFunction(voidType, fnType); in TEST_F()
269 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
270 addFunction(voidType, fnType); in TEST_F()
282 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
283 addFunction(voidType, fnType); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp107 uint32_t addFunction(uint32_t retType, uint32_t fnType) { in addFunction() argument
112 fnType}); in addFunction()
247 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
248 addFunction(voidType, fnType); in TEST_F()
259 auto fnType = addFunctionType(voidType, {i32Type}); in TEST_F() local
260 addFunction(voidType, fnType); in TEST_F()
270 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
271 addFunction(voidType, fnType); in TEST_F()
283 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
284 addFunction(voidType, fnType); in TEST_F()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp106 uint32_t addFunction(uint32_t retType, uint32_t fnType) { in addFunction() argument
111 fnType}); in addFunction()
246 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
247 addFunction(voidType, fnType); in TEST_F()
258 auto fnType = addFunctionType(voidType, {i32Type}); in TEST_F() local
259 addFunction(voidType, fnType); in TEST_F()
269 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
270 addFunction(voidType, fnType); in TEST_F()
282 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
283 addFunction(voidType, fnType); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp107 uint32_t addFunction(uint32_t retType, uint32_t fnType) { in addFunction() argument
112 fnType}); in addFunction()
247 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
248 addFunction(voidType, fnType); in TEST_F()
259 auto fnType = addFunctionType(voidType, {i32Type}); in TEST_F() local
260 addFunction(voidType, fnType); in TEST_F()
270 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
271 addFunction(voidType, fnType); in TEST_F()
283 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
284 addFunction(voidType, fnType); in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp106 uint32_t addFunction(uint32_t retType, uint32_t fnType) { in addFunction() argument
111 fnType}); in addFunction()
246 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
247 addFunction(voidType, fnType); in TEST_F()
258 auto fnType = addFunctionType(voidType, {i32Type}); in TEST_F() local
259 addFunction(voidType, fnType); in TEST_F()
269 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
270 addFunction(voidType, fnType); in TEST_F()
282 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
283 addFunction(voidType, fnType); in TEST_F()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/unittests/Dialect/SPIRV/
H A DDeserializationTest.cpp102 uint32_t addFunction(uint32_t retType, uint32_t fnType) { in addFunction() argument
107 fnType}); in addFunction()
242 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
243 addFunction(voidType, fnType); in TEST_F()
254 auto fnType = addFunctionType(voidType, {i32Type}); in TEST_F() local
255 addFunction(voidType, fnType); in TEST_F()
265 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
266 addFunction(voidType, fnType); in TEST_F()
278 auto fnType = addFunctionType(voidType, {}); in TEST_F() local
279 addFunction(voidType, fnType); in TEST_F()
/dports/devel/tinygo/tinygo-0.14.1/transform/
H A Dwasm-abi.go46 fnType := fn.Type().ElementType()
47 returnType := fnType.ReturnType()
74 externalFnType := llvm.FunctionType(returnType, paramTypes, fnType.IsFunctionVarArg())
89 if fnType.ReturnType() == int64Type {
115 if fnType.ReturnType() == int64Type {
140 if fnType.ReturnType() == int64Type {
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DCallback.h38 typedef R(fnType)(ARGS...); in FunctionTargetsEqual() typedef
39 return lhs.template target<fnType*>() == rhs.template target<fnType*>(); in FunctionTargetsEqual()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Conversion/StandardToSPIRV/
H A DConvertStandardToSPIRVPass.cpp45 auto fnType = funcOp.getType(); in matchAndRewrite() local
46 if (fnType.getNumResults()) { in matchAndRewrite()
50 TypeConverter::SignatureConversion signatureConverter(fnType.getNumInputs()); in matchAndRewrite()
/dports/math/vampire/vampire-4.5.1/Shell/
H A DEqualityAxiomatizer.cpp121 FunctionType* ft = env.signature->getFunction(fn)->fnType(); in saturateEqSorts()
284 FunctionType* fnType = fnSym->fnType(); in getFnCongruenceAxiom() local
286 if(!_eqSorts.contains(fnType->result())) { in getFnCongruenceAxiom()
293 if(!getArgumentEqualityLiterals(fnType, lits, vars1, vars2)) { in getFnCongruenceAxiom()
298 lits.push(Literal::createEquality(true, TermList(t1), TermList(t2), fnType->result())); in getFnCongruenceAxiom()
/dports/devel/tinygo/tinygo-0.14.1/compiler/llvmutil/
H A Dllvm.go79 fnType := llvm.FunctionType(ctx.VoidType(), []llvm.Type{ctx.Int64Type(), i8ptrType}, false)
80 fn = llvm.AddFunction(mod, "llvm.lifetime.start.p0i8", fnType)
92 fnType := llvm.FunctionType(ctx.VoidType(), []llvm.Type{ctx.Int64Type(), i8ptrType}, false)
93 fn = llvm.AddFunction(mod, "llvm.lifetime.end.p0i8", fnType)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp554 LLVMType fnType; in verify() local
566 if (!fnType) in verify()
569 auto ptrType = fnType.dyn_cast<LLVMPointerType>(); in verify()
572 << fnType; in verify()
573 fnType = ptrType.getElementType(); in verify()
585 fnType = fn.getType(); in verify()
587 if (!fnType.isFunctionTy()) in verify()
592 if (!fnType.isFunctionVarArg() && in verify()
608 fnType.getFunctionParamType(i)) in verify()
1414 LLVMType fnType = op.getType(); in printLLVMFuncOp() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/IR/
H A DFunction.cpp77 FunctionType fnType = getType(); in print() local
78 impl::printFunctionLikeOp(p, *this, fnType.getInputs(), /*isVariadic=*/false, in print()
79 fnType.getResults(), in print()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/testing/
H A Dfuzz.go223 fnType := fn.Type()
224 if fnType.Kind() != reflect.Func {
227 if fnType.NumIn() < 2 || fnType.In(0) != reflect.TypeOf((*T)(nil)) {
233 for i := 1; i < fnType.NumIn(); i++ {
234 t := fnType.In(i)
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/go-critic/go-critic/checkers/
H A Dunlambda_checker.go56 fnType := c.ctx.TypesInfo.TypeOf(fn)
58 if !types.Identical(fnType, resultType) {
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/go-critic/go-critic/checkers/
H A Dunlambda_checker.go69 fnType := c.ctx.TypeOf(fn)
71 if !types.Identical(fnType, resultType) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-critic/go-critic/checkers/
H A Dunlambda_checker.go69 fnType := c.ctx.TypeOf(fn)
71 if !types.Identical(fnType, resultType) {

12345678910>>...19