|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
unittests/IR/InstructionsTest.cpp 817 Constant *Identity = ConstantVector::get({C0, CU, C2, C3, C4});
833 Constant *Reverse = ConstantVector::get({C3, C2, C1, CU});
841 Constant *SingleSource = ConstantVector::get({C2, C2, C0, CU});
841 Constant *SingleSource = ConstantVector::get({C2, C2, C0, CU});
857 Constant *Transpose = ConstantVector::get({C0, C4, C2, C6});
885 Constant *V0 = ConstantVector::get({C0, C1, C2, C3});
886 Constant *V1 = ConstantVector::get({C3, C2, C1, C0});
899 ConstantVector::get({C0, C1, C2}));
926 ConstantVector::get({CU, C1, C2, C3, CU, CU}));
944 ConstantVector::get({C0, C1, C2, C3, CU, C1}));
953 ConstantVector::get({C4, CU, C2, C3, CU, CU}));
962 ConstantVector::get({C0, CU, C2, C3, CU, CU, C6, C7}));
971 ConstantVector::get({C0, CU, C2, C3, CU, CU, C6}));
980 ConstantVector::get({C0, CU, C2, C3, CU, CU, C6, C7, CU}));
990 ConstantVector::get({C0, CU, C2, C3, CU, CU, C6, C7}));