Searched refs:VLeft (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/tcsh/ |
| H A D | tw.color.c | 98 VFile, VNormal, VMiss, VLeft, VRight, VEnd, VSuid, VSgid, VSticky, enumerator 462 put_color(&variables[VLeft].color); in print_color() 481 put_color(&variables[VLeft].color); in print_with_color()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 2709 VLeft = I.getOperand(0); in shouldReorderOperands() 2716 if (VLeft == Right[i - 1]) { in shouldReorderOperands() 2720 if (SplatLeft && VLeft == Left[i - 1]) in shouldReorderOperands() 2727 if (VLeft == Left[i - 1]) in shouldReorderOperands() 2734 Instruction *ILeft = dyn_cast<Instruction>(VLeft); in shouldReorderOperands() 2774 Value *VLeft = I->getOperand(0); in reorderInputsAccordingToOpcode() local 2778 std::swap(VLeft, VRight); in reorderInputsAccordingToOpcode() 2779 Left.push_back(VLeft); in reorderInputsAccordingToOpcode() 2797 Value *VLeft; in reorderInputsAccordingToOpcode() local 2803 Right.push_back(VLeft); in reorderInputsAccordingToOpcode() [all …]
|