OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVectorOpSupported
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h
201
bool
isVectorOpSupported
(Type *type, EXP op, Type *t2 = NULL);
target.d
217
extern (C++) bool
isVectorOpSupported
(Type type, EXP op, Type t2 = null);
expressionsem.d
5905
if (!target.
isVectorOpSupported
(exp.type.toBasetype(), exp.op, exp.e2.type.toBasetype()))
7208
if (!target.
isVectorOpSupported
(tb, exp.op))
7238
if (!target.
isVectorOpSupported
(exp.e1.type.toBasetype(), exp.op))
7281
if (!target.
isVectorOpSupported
(tb, exp.op))
7324
if (!target.
isVectorOpSupported
(e.e1.type.toBasetype(), e.op))
10306
if (!target.
isVectorOpSupported
(tb1, exp.op, tb2))
10464
if (!target.
isVectorOpSupported
(t1, exp.op, t2))
10781
else if (!target.
isVectorOpSupported
(tb, exp.op, exp.e2.type.toBasetype()))
10882
else if (!target.
isVectorOpSupported
(tb, exp.op, exp.e2.type.toBasetype()))
10927
if (!target.
isVectorOpSupported
(tb, exp.op, exp.e2.type.toBasetype())
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/d/
d-target.cc
297
Target::
isVectorOpSupported
(Type *type, EXP op, Type *)
Completed in 80 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026