Home
last modified time | relevance | path

Searched refs:vts (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcher.h1005 ArrayRef<MVT::SimpleValueType> vts, in EmitNodeMatcherCommon() argument
1011 VTs(vts.begin(), vts.end()), Operands(operands.begin(), operands.end()), in EmitNodeMatcherCommon()
1054 ArrayRef<MVT::SimpleValueType> vts, in EmitNodeMatcher() argument
1059 : EmitNodeMatcherCommon(opcodeName, vts, operands, hasChain, in EmitNodeMatcher()
1077 ArrayRef<MVT::SimpleValueType> vts, in MorphNodeToMatcher() argument
1082 : EmitNodeMatcherCommon(opcodeName, vts, operands, hasChain, in MorphNodeToMatcher()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetCallingConv.td30 class CCIfType<list<ValueType> vts, CCAction A> : CCPredicateAction<A> {
31 list<ValueType> VTs = vts;
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DSVEInstrFormats.td373 ValueType vts, Instruction inst>
374 : Pat<(vtd (op pg:$Op1, vts:$Op2, vtd:$Op3)),
379 ValueType vts, Instruction inst> {
380 def : Pat<(vtd (op pg:$Op1, vts:$Op2, (vtd undef))),
382 def : Pat<(vtd (op (pg (SVEAllActive:$Op1)), vts:$Op2, vtd:$Op3)),
389 ValueType vts, Instruction inst>
390 : Pat<(vtd (op pg:$Op1, vts:$Op2, (i64 timm0_1), vtd:$Op3)),
394 ValueType vts, Instruction inst>{
395 def : Pat<(vtd (op pg:$Op1, vts:$Op2, (i64 timm0_1), (vtd undef))),
397 def : Pat<(vtd (op (pg (SVEAllActive:$Op1)), vts:$Op2, (i64 timm0_1), vtd:$Op3)),