OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VTS
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.h
194
TypeSetByHwMode(const TypeSetByHwMode &
VTS
) = default;
237
bool constrain(const TypeSetByHwMode &
VTS
);
240
bool assign_if(const TypeSetByHwMode &
VTS
, Predicate P);
245
bool operator==(const TypeSetByHwMode &
VTS
) const;
246
bool operator!=(const TypeSetByHwMode &
VTS
) const { return !(*this ==
VTS
); }
262
bool isConcrete(const TypeSetByHwMode &
VTS
, bool AllowEmpty) const {
263
return
VTS
.isValueTypeByHwMode(AllowEmpty);
265
ValueTypeByHwMode getConcrete(const TypeSetByHwMode &
VTS
,
267
assert(
VTS
.isValueTypeByHwMode(AllowEmpty))
[
all
...]
CodeGenDAGPatterns.cpp
134
// Constrain the type set to be the intersection with
VTS
.
135
bool TypeSetByHwMode::constrain(const TypeSetByHwMode &
VTS
) {
138
for (const auto &I :
VTS
) {
150
if (
VTS
.hasMode(M) ||
VTS
.hasDefault()) {
151
Changed |= intersect(I.second,
VTS
.get(M));
169
bool TypeSetByHwMode::assign_if(const TypeSetByHwMode &
VTS
, Predicate P) {
171
for (const auto &I :
VTS
) {
211
bool TypeSetByHwMode::operator==(const TypeSetByHwMode &
VTS
) const {
214
bool VTSIsSimple =
VTS
.isSimple()
[
all
...]
/src/sys/arch/amiga/dev/
kbdmap.h
71
#define
VTS
138
/src/sys/arch/atari/dev/
kbdmap.h
75
#define
VTS
138
/src/sys/arch/x68k/include/
kbdmap.h
45
#define
VTS
138
/src/sys/arch/x68k/usr.bin/loadkmap/
kbdmap.h
42
#define
VTS
138
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp
306
else if (auto *
VTS
= dyn_cast<VarTemplateSpecializationDecl>(Var)) {
307
if (!
VTS
->isExplicitSpecialization())
Completed in 41 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026