Home
last modified time | relevance | path

Searched refs:opType (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DBaseMetric.h219 enum opType enum
226 Definition (opType _op);
233 opType op;
H A DDerivedMetrics.cc26 enum opType enum
40 opType op;
H A DBaseMetric.cc872 Definition::Definition (opType _op) in Definition()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DBaseMetric.h219 enum opType enum
226 Definition (opType _op);
233 opType op;
H A DDerivedMetrics.cc26 enum opType enum
40 opType op;
H A DBaseMetric.cc872 Definition::Definition (opType _op) in Definition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.td904 multiclass SIRegOperand32 <string rc, string MatchName, string opType,
908 let OperandType = opType#"_INT16";
914 let OperandType = opType#"_FP16";
920 let OperandType = opType#"_INT32";
926 let OperandType = opType#"_FP32";
932 let OperandType = opType#"_V2INT16";
938 let OperandType = opType#"_V2FP16";
945 multiclass SIRegOperand64 <string rc, string MatchName, string opType,
949 let OperandType = opType#"_INT64";
954 let OperandType = opType#"_FP64";
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d2078 private struct ChunkByImpl(alias pred, alias eq, GroupingOpType opType, Range) in ChunkByImpl() argument
2083 enum bool eqEquivalenceAssured = opType != GroupingOpType.binaryAny; in ChunkByImpl()
2126 static if (opType == GroupingOpType.unary) @property auto front() in ChunkByImpl()
2351 enum opType = GroupingOpType.unary; variable
2356 enum opType = GroupingOpType.binaryEquivalent; variable
2360 return ChunkByImpl!(pred, eq, opType, Range)(r);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1898 QualType opType) { in getTargetFieldForToUnionCast() argument
1900 return getTargetFieldForToUnionCast(RD, opType); in getTargetFieldForToUnionCast()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3510 QualType opType);
3512 QualType opType);