Home
last modified time | relevance | path

Searched refs:NumValues (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/subzero/crosstest/
Dtest_arith_main.cpp55 const static size_t NumValues = sizeof(Values) / sizeof(*Values); in testsInt() local
93 for (size_t i = 0; i < NumValues; ++i) { in testsInt()
94 for (size_t j = 0; j < NumValues; ++j) { in testsInt()
126 for (size_t iLo = 0; iLo < NumValues; ++iLo) { in testsInt()
127 for (size_t iHi = 0; iHi < NumValues; ++iHi) { in testsInt()
128 for (size_t jLo = 0; jLo < NumValues; ++jLo) { in testsInt()
129 for (size_t jHi = 0; jHi < NumValues; ++jHi) { in testsInt()
175 const static size_t NumValues = sizeof(Values) / sizeof(*Values); in testsVecInt() local
208 ElementTypeUnsigned Element1 = Values[Index() % NumValues]; in testsVecInt()
209 ElementTypeUnsigned Element2 = Values[Index() % NumValues]; in testsVecInt()
[all …]
Dtest_icmp_main.cpp40 const static size_t NumValues = sizeof(Values) / sizeof(*Values); variable
74 for (size_t i = 0; i < NumValues; ++i) { in testsInt()
75 for (size_t j = 0; j < NumValues; ++j) { in testsInt()
97 for (size_t iLo = 0; iLo < NumValues; ++iLo) { in testsInt()
98 for (size_t iHi = 0; iHi < NumValues; ++iHi) { in testsInt()
99 for (size_t jLo = 0; jLo < NumValues; ++jLo) { in testsInt()
100 for (size_t jHi = 0; jHi < NumValues; ++jHi) { in testsInt()
157 for (size_t i = 0; i < NumValues; ++i) { in testsIntWithZero()
176 for (size_t iLo = 0; iLo < NumValues; ++iLo) { in testsIntWithZero()
177 for (size_t iHi = 0; iHi < NumValues; ++iHi) { in testsIntWithZero()
[all …]
Dtest_fcmp_main.cpp44 size_t NumValues; variable
61 NumValues = sizeof(InitValues) / sizeof(*InitValues); in initializeValues()
96 assert(Values && NumValues); in testsScalar()
99 for (size_t i = 0; i < NumValues; ++i) { in testsScalar()
100 for (size_t j = 0; j < NumValues; ++j) { in testsScalar()
177 assert(Values && NumValues); in testsVector()
184 Value1[j] = Values[Index() % NumValues]; in testsVector()
185 Value2[j] = Values[Index() % NumValues]; in testsVector()
Dtest_select_main.cpp41 static const size_t NumValues = sizeof(Values) / sizeof(*Values); in testSelect() local
49 setElement(Value1, j, Values[Index() % NumValues]); in testSelect()
50 setElement(Value2, j, Values[Index() % NumValues]); in testSelect()
77 static const size_t NumValues = sizeof(Values) / sizeof(*Values); in testSelect() local
85 setElement(Value1, j, Values[Index() % NumValues]); in testSelect()
86 setElement(Value2, j, Values[Index() % NumValues]); in testSelect()
Dtest_bitmanip_main.cpp46 const static size_t NumValues = sizeof(Values) / sizeof(*Values); variable
66 for (size_t i = 0; i < NumValues; ++i) { in testBitManip()
96 for (size_t i = 0; i < NumValues; ++i) { in testByteSwap()
Dtest_sync_atomic_main.cpp49 const static size_t NumValues = sizeof(Values) / sizeof(*Values); variable
77 for (size_t i = 0; i < NumValues; ++i) { in testAtomicRMW()
79 for (size_t j = 0; j < NumValues; ++j) { in testAtomicRMW()
122 for (size_t i = 0; i < NumValues; ++i) { in testValCompareAndSwap()
124 for (size_t j = 0; j < NumValues; ++j) { in testValCompareAndSwap()
Dtest_cast_main.cpp133 static const size_t NumValues = sizeof(Values) / sizeof(*Values); in testVector() local
139 Value[j] = Values[Index() % NumValues]; in testVector()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp193 void emitFill(uint64_t NumValues, int64_t Size, int64_t Expr) override;
195 void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
896 void MCAsmStreamer::emitFill(uint64_t NumValues, int64_t Size, int64_t Expr) { in emitFill() argument
897 if (NumValues == 0) in emitFill()
900 const MCExpr *E = MCConstantExpr::create(NumValues, getContext()); in emitFill()
904 void MCAsmStreamer::emitFill(const MCExpr &NumValues, int64_t Size, in emitFill() argument
908 NumValues.print(OS, MAI); in emitFill()
DMCStreamer.cpp145 void MCStreamer::emitFill(uint64_t NumValues, int64_t Size, int64_t Expr) { in emitFill() argument
148 for (uint64_t i = 0, e = NumValues; i != e; ++i) { in emitFill()
774 void MCStreamer::emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr, in emitFill() argument
DMCObjectStreamer.cpp519 void MCObjectStreamer::emitFill(const MCExpr &NumValues, int64_t Size, in emitFill() argument
522 if (!NumValues.evaluateAsAbsolute(IntNumValues, getAssembler())) { in emitFill()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1154 unsigned NumValues = ValueVTs.size(); in visitRet() local
1156 SmallVector<SDValue, 4> Chains(NumValues); in visitRet()
1157 for (unsigned i = 0; i != NumValues; ++i) { in visitRet()
1169 MVT::Other, &Chains[0], NumValues); in visitRet()
1173 unsigned NumValues = ValueVTs.size(); in visitRet() local
1174 if (NumValues) { in visitRet()
1176 for (unsigned j = 0, f = NumValues; j != f; ++j) { in visitRet()
2636 unsigned NumValues = ValueVTs.size(); in visitSelect() local
2637 if (NumValues == 0) return; in visitSelect()
2639 SmallVector<SDValue, 4> Values(NumValues); in visitSelect()
[all …]
DTargetLowering.cpp1008 unsigned NumValues = ValueVTs.size(); in GetReturnInfo() local
1009 if (NumValues == 0) return; in GetReturnInfo()
1012 for (unsigned j = 0, f = NumValues; j != f; ++j) { in GetReturnInfo()
DSelectionDAG.cpp4936 N->NumValues = VTs.NumVTs; in MorphNodeTo()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGNodes.h338 unsigned short NumOperands, NumValues;
543 SDVTList X = { ValueList, NumValues };
584 unsigned getNumValues() const { return NumValues; }
589 assert(ResNo < NumValues && "Illegal result number!");
601 value_iterator value_end() const { return ValueList+NumValues; }
683 NumOperands(NumOps), NumValues(VTs.NumVTs),
697 UseList(NULL), NumOperands(0), NumValues(VTs.NumVTs),
/external/llvm/include/llvm/TableGen/
DRecord.h653 unsigned NumValues; variable
660 : TypedInit(IK_ListInit, ListRecTy::get(EltTy)), NumValues(N) {} in ListInit()
677 assert(i < NumValues && "List element index out of range!"); in getElement()
698 return makeArrayRef(getTrailingObjects<Init *>(), NumValues); in getValues()
702 const_iterator end () const { return begin() + NumValues; } in end()
704 size_t size () const { return NumValues; } in size()
705 bool empty() const { return NumValues == 0; } in empty()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h428 unsigned short NumOperands, NumValues;
693 SDVTList X = { ValueList, NumValues };
723 unsigned getNumValues() const { return NumValues; }
727 assert(ResNo < NumValues && "Illegal result number!");
743 value_iterator value_end() const { return ValueList+NumValues; }
820 NumOperands(0), NumValues(VTs.NumVTs), IROrder(Order),
823 assert(NumValues == VTs.NumVTs &&
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1412 unsigned NumValues = ValueVTs.size(); in visitRet() local
1419 SmallVector<SDValue, 4> Chains(NumValues); in visitRet()
1420 for (unsigned i = 0; i != NumValues; ++i) { in visitRet()
1438 unsigned NumValues = ValueVTs.size(); in visitRet() local
1439 if (NumValues) { in visitRet()
1456 for (unsigned j = 0; j != NumValues; ++j) { in visitRet()
2744 unsigned NumValues = ValueVTs.size(); in visitSelect() local
2745 if (NumValues == 0) return; in visitSelect()
2747 SmallVector<SDValue, 4> Values(NumValues); in visitSelect()
2833 for (unsigned i = 0; i != NumValues; ++i) { in visitSelect()
[all …]
/external/llvm/include/llvm/MC/
DMCObjectStreamer.h147 void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
DMCStreamer.h608 virtual void emitFill(uint64_t NumValues, int64_t Size, int64_t Expr);
609 virtual void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp353 unsigned NumValues = Instr->getNumIncomingValues(); in convertPHINodeInstruction() local
355 Ice::InstPhi::create(Func.get(), NumValues, mapValueToIceVar(Instr)); in convertPHINodeInstruction()
356 for (unsigned N = 0, E = NumValues; N != E; ++N) { in convertPHINodeInstruction()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp1875 int64_t NumValues; in ParseDirectiveFill() local
1876 if (ParseAbsoluteExpression(NumValues)) in ParseDirectiveFill()
1903 for (uint64_t i = 0, e = NumValues; i != e; ++i) in ParseDirectiveFill()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1574 unsigned NumValues = ValueVTs.size(); in GetReturnInfo() local
1575 if (NumValues == 0) return; in GetReturnInfo()
1577 for (unsigned j = 0, f = NumValues; j != f; ++j) { in GetReturnInfo()
/external/llvm/lib/TableGen/
DRecord.cpp549 assert(i < NumValues && "List element index out of range!"); in getElementAsRecord()
592 for (unsigned i = 0, e = NumValues; i != e; ++i) { in getAsString()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2832 const MCExpr *NumValues; in parseDirectiveFill() local
2833 if (parseExpression(NumValues)) in parseDirectiveFill()
2877 getStreamer().emitFill(*NumValues, FillSize, FillExpr, NumValuesLoc); in parseDirectiveFill()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp862 size_t NumValues = PN->getNumIncomingValues(); in runOnFunction() local
863 for (size_t v = 0; v < NumValues; v++) { in runOnFunction()

12