Home
last modified time | relevance | path

Searched refs:numops (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcher.h969 const unsigned *operands, unsigned numops, in EmitNodeMatcherCommon() argument
974 VTs(vts, vts+numvts), Operands(operands, operands+numops), in EmitNodeMatcherCommon()
1018 const unsigned *operands, unsigned numops, in EmitNodeMatcher() argument
1022 : EmitNodeMatcherCommon(opcodeName, vts, numvts, operands, numops, hasChain, in EmitNodeMatcher()
1040 const unsigned *operands, unsigned numops, in MorphNodeToMatcher() argument
1044 : EmitNodeMatcherCommon(opcodeName, vts, numvts, operands, numops, hasChain, in MorphNodeToMatcher()
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c122 long numops = -1; /* -N flag */ variable
1217 numops = getnum(optarg, &endp); in main()
1218 if (numops < 0) in main()
1339 while (numops == -1 || numops--) in main()
/external/llvm/lib/Target/SystemZ/
DSystemZOperands.td107 string suffix, string length, int numops, string format,
109 : ComplexPattern<!cast<ValueType>("i"##bitsize), numops,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZOperands.td107 string suffix, string length, int numops, string format,
109 : ComplexPattern<!cast<ValueType>("i"##bitsize), numops,
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td964 class ComplexPattern<ValueType ty, int numops, string fn,
967 int NumOperands = numops;
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td1167 class ComplexPattern<ValueType ty, int numops, string fn,
1170 int NumOperands = numops;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td1326 class ComplexPattern<ValueType ty, int numops, string fn,
1330 int NumOperands = numops;
/external/llvm/docs/
DBitCodeFormat.rst243 [UNABBREV_RECORD, code\ :sub:`vbr6`, numops\ :sub:`vbr6`, op0\ :sub:`vbr6`, op1\ :sub:`vbr6`, ...]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DBitCodeFormat.rst245 [UNABBREV_RECORD, code\ :sub:`vbr6`, numops\ :sub:`vbr6`, op0\ :sub:`vbr6`, op1\ :sub:`vbr6`, ...]
/external/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td214 class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn,
217 ComplexPattern<ty, numops, fn, roots, props> {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td228 class SplatComplexPattern<Operand opclass, ValueType ty, int numops, string fn,
231 ComplexPattern<ty, numops, fn, roots, props> {