H A D | vectornode.hpp | 37 VectorNode(Node* n1, const TypeVect* vt) : TypeNode(vt, 2) { argument 41 VectorNode(Node* n1, Node* n2, const TypeVect* vt) : TypeNode(vt, 3) { argument 73 AddVBNode(Node* in1, Node* in2, const TypeVect* vt) : VectorNode(in1,in2,vt) {} argument 81 AddVSNode(Node* in1, Node* in2, const TypeVect* vt) : VectorNode(in1,in2,vt) {} argument 89 AddVINode(Node* in1, Node* in2, const TypeVect* vt) : VectorNode(in1,in2,vt) {} argument 97 AddVLNode(Node* in1, Node* in2, const TypeVect* vt) argument 105 AddVFNode(Node* in1, Node* in2, const TypeVect* vt) argument 113 AddVDNode(Node* in1, Node* in2, const TypeVect* vt) argument 121 SubVBNode(Node* in1, Node* in2, const TypeVect* vt) argument 129 SubVSNode(Node* in1, Node* in2, const TypeVect* vt) argument 137 SubVINode(Node* in1, Node* in2, const TypeVect* vt) argument 145 SubVLNode(Node* in1, Node* in2, const TypeVect* vt) argument 153 SubVFNode(Node* in1, Node* in2, const TypeVect* vt) argument 161 SubVDNode(Node* in1, Node* in2, const TypeVect* vt) argument 169 MulVSNode(Node* in1, Node* in2, const TypeVect* vt) argument 177 MulVINode(Node* in1, Node* in2, const TypeVect* vt) argument 185 MulVFNode(Node* in1, Node* in2, const TypeVect* vt) argument 193 MulVDNode(Node* in1, Node* in2, const TypeVect* vt) argument 201 DivVFNode(Node* in1, Node* in2, const TypeVect* vt) argument 209 DivVDNode(Node* in1, Node* in2, const TypeVect* vt) argument 217 LShiftVBNode(Node* in1, Node* in2, const TypeVect* vt) argument 225 LShiftVSNode(Node* in1, Node* in2, const TypeVect* vt) argument 233 LShiftVINode(Node* in1, Node* in2, const TypeVect* vt) argument 241 LShiftVLNode(Node* in1, Node* in2, const TypeVect* vt) argument 249 RShiftVBNode(Node* in1, Node* in2, const TypeVect* vt) argument 257 RShiftVSNode(Node* in1, Node* in2, const TypeVect* vt) argument 265 RShiftVINode(Node* in1, Node* in2, const TypeVect* vt) argument 273 RShiftVLNode(Node* in1, Node* in2, const TypeVect* vt) argument 281 URShiftVBNode(Node* in1, Node* in2, const TypeVect* vt) argument 289 URShiftVSNode(Node* in1, Node* in2, const TypeVect* vt) argument 297 URShiftVINode(Node* in1, Node* in2, const TypeVect* vt) argument 305 URShiftVLNode(Node* in1, Node* in2, const TypeVect* vt) argument 313 LShiftCntVNode(Node* cnt, const TypeVect* vt) argument 322 RShiftCntVNode(Node* cnt, const TypeVect* vt) argument 332 AndVNode(Node* in1, Node* in2, const TypeVect* vt) argument 340 OrVNode(Node* in1, Node* in2, const TypeVect* vt) argument 348 XorVNode(Node* in1, Node* in2, const TypeVect* vt) argument 358 LoadVectorNode(Node* c, Node* mem, Node* adr, const TypePtr* at, const TypeVect* vt) argument 409 ReplicateBNode(Node* in1, const TypeVect* vt) argument 417 ReplicateSNode(Node* in1, const TypeVect* vt) argument 425 ReplicateINode(Node* in1, const TypeVect* vt) argument 433 ReplicateLNode(Node* in1, const TypeVect* vt) argument 441 ReplicateFNode(Node* in1, const TypeVect* vt) argument 449 ReplicateDNode(Node* in1, const TypeVect* vt) argument 459 PackNode(Node* in1, const TypeVect* vt) argument 460 PackNode(Node* in1, Node* n2, const TypeVect* vt) argument 477 PackBNode(Node* in1, const TypeVect* vt) argument 485 PackSNode(Node* in1, const TypeVect* vt) argument 486 PackSNode(Node* in1, Node* in2, const TypeVect* vt) argument 494 PackINode(Node* in1, const TypeVect* vt) argument 495 PackINode(Node* in1, Node* in2, const TypeVect* vt) argument 503 PackLNode(Node* in1, const TypeVect* vt) argument 504 PackLNode(Node* in1, Node* in2, const TypeVect* vt) argument 512 Pack2LNode(Node* in1, Node* in2, const TypeVect* vt) argument 520 PackFNode(Node* in1, const TypeVect* vt) argument 521 PackFNode(Node* in1, Node* in2, const TypeVect* vt) argument 529 PackDNode(Node* in1, const TypeVect* vt) argument 530 PackDNode(Node* in1, Node* in2, const TypeVect* vt) argument 538 Pack2DNode(Node* in1, Node* in2, const TypeVect* vt) argument [all...] |