/external/llvm/lib/Target/PowerPC/ |
D | PPCVSXSwapRemoval.cpp | 137 unsigned lookThruCopyLike(unsigned SrcReg, unsigned VecIdx); 274 int VecIdx = addSwapEntry(&MI, SwapEntry); in gatherVectorInstructions() local 285 SwapVector[VecIdx].MentionsPartialVR = 1; in gatherVectorInstructions() 287 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions() 300 VecIdx); in gatherVectorInstructions() 302 VecIdx); in gatherVectorInstructions() 304 SwapVector[VecIdx].IsSwap = 1; in gatherVectorInstructions() 308 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions() 309 SwapVector[VecIdx].SpecialHandling = SHValues::SH_XXPERMDI; in gatherVectorInstructions() 321 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCVSXSwapRemoval.cpp | 133 unsigned lookThruCopyLike(unsigned SrcReg, unsigned VecIdx); 272 int VecIdx = addSwapEntry(&MI, SwapEntry); in gatherVectorInstructions() local 283 SwapVector[VecIdx].MentionsPartialVR = 1; in gatherVectorInstructions() 285 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions() 298 VecIdx); in gatherVectorInstructions() 300 VecIdx); in gatherVectorInstructions() 302 SwapVector[VecIdx].IsSwap = 1; in gatherVectorInstructions() 306 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions() 307 SwapVector[VecIdx].SpecialHandling = SHValues::SH_XXPERMDI; in gatherVectorInstructions() 319 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions() [all …]
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCVSXSwapRemoval.cpp | 133 unsigned lookThruCopyLike(unsigned SrcReg, unsigned VecIdx); 272 int VecIdx = addSwapEntry(&MI, SwapEntry); in gatherVectorInstructions() local 283 SwapVector[VecIdx].MentionsPartialVR = 1; in gatherVectorInstructions() 285 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions() 298 VecIdx); in gatherVectorInstructions() 300 VecIdx); in gatherVectorInstructions() 302 SwapVector[VecIdx].IsSwap = 1; in gatherVectorInstructions() 306 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions() 307 SwapVector[VecIdx].SpecialHandling = SHValues::SH_XXPERMDI; in gatherVectorInstructions() 319 SwapVector[VecIdx].IsSwappable = 1; in gatherVectorInstructions() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 573 int VecIdx = It - Vec.begin() - 1; in findAction() local 575 LegalizeAction Action = Vec[VecIdx].second; in findAction() 596 for (int i = VecIdx - 1; i >= 0; --i) in findAction() 605 for (std::size_t i = VecIdx + 1; i < Vec.size(); ++i) in findAction()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 574 int VecIdx = It - Vec.begin() - 1; in findAction() local 576 LegalizeAction Action = Vec[VecIdx].second; in findAction() 598 for (int i = VecIdx - 1; i >= 0; --i) in findAction() 607 for (std::size_t i = VecIdx + 1; i < Vec.size(); ++i) in findAction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1775 int VecIdx = -1; // Index of the first element of the vector. in LowerCall() local 1800 assert(VecIdx == -1 && LoadVTs.empty() && "Orphaned operand list."); in LowerCall() 1801 VecIdx = i; in LowerCall() 1827 DAG.getConstant(Offsets[VecIdx], dl, MVT::i32), InFlag}; in LowerCall() 1837 ProxyRegTruncates.push_back(Optional<MVT>(Ins[VecIdx + j].VT)); in LowerCall() 1846 VecIdx = -1; in LowerCall() 2565 int VecIdx = -1; // Index of the first element of the current vector. in LowerFormalArguments() local 2568 assert(VecIdx == -1 && "Orphaned vector."); in LowerFormalArguments() 2569 VecIdx = parti; in LowerFormalArguments() 2574 unsigned NumElts = parti - VecIdx + 1; in LowerFormalArguments() [all …]
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1758 int VecIdx = -1; // Index of the first element of the vector. in LowerCall() local 1783 assert(VecIdx == -1 && LoadVTs.empty() && "Orphaned operand list."); in LowerCall() 1784 VecIdx = i; in LowerCall() 1810 DAG.getConstant(Offsets[VecIdx], dl, MVT::i32), InFlag}; in LowerCall() 1820 ProxyRegTruncates.push_back(Optional<MVT>(Ins[VecIdx + j].VT)); in LowerCall() 1829 VecIdx = -1; in LowerCall() 2547 int VecIdx = -1; // Index of the first element of the current vector. in LowerFormalArguments() local 2550 assert(VecIdx == -1 && "Orphaned vector."); in LowerFormalArguments() 2551 VecIdx = parti; in LowerFormalArguments() 2556 unsigned NumElts = parti - VecIdx + 1; in LowerFormalArguments() [all …]
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LowerMatrixIntrinsics.cpp | 137 Value *computeVectorAddr(Value *BasePtr, Value *VecIdx, Value *Stride, in computeVectorAddr() argument 147 Value *VecStart = Builder.CreateMul(VecIdx, Stride, "vec.start"); in computeVectorAddr()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 3426 for (unsigned VecIdx = 0; VecIdx != NumElems; ++VecIdx) { in PromoteIntOp_CONCAT_VECTORS() local 3427 SDValue Incoming = GetPromotedInteger(N->getOperand(VecIdx)); in PromoteIntOp_CONCAT_VECTORS()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 4431 for (unsigned VecIdx = 0; VecIdx != NumElems; ++VecIdx) { in PromoteIntOp_CONCAT_VECTORS() local 4432 SDValue Incoming = GetPromotedInteger(N->getOperand(VecIdx)); in PromoteIntOp_CONCAT_VECTORS()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 4851 for (unsigned VecIdx = 0; VecIdx != NumElems; ++VecIdx) { in PromoteIntOp_CONCAT_VECTORS() local 4852 SDValue Incoming = GetPromotedInteger(N->getOperand(VecIdx)); in PromoteIntOp_CONCAT_VECTORS()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3824 unsigned VecIdx = 0; in tryToVectorizeList() local 3831 VectorizedRoot, Builder.getInt32(VecIdx++))); in tryToVectorizeList()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 4950 int VecIdx = Idx < SrcNumElts ? 0 : 1; in lowerVECTOR_SHUFFLE() local 4953 PackVT, SVN->getOperand(VecIdx), in lowerVECTOR_SHUFFLE()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 5537 int VecIdx = Idx < SrcNumElts ? 0 : 1; in lowerVECTOR_SHUFFLE() local 5540 PackVT, SVN->getOperand(VecIdx), in lowerVECTOR_SHUFFLE()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 5640 SDValue VecIdx = DAG.getIntPtrConstant(IdxVal, dl); in extractSubVector() local 5641 return DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, ResultVT, Vec, VecIdx); in extractSubVector() 5684 SDValue VecIdx = DAG.getIntPtrConstant(IdxVal, dl); in insertSubVector() local 5685 return DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResultVT, Result, Vec, VecIdx); in insertSubVector() 40366 int VecIdx = Scale * Idx + i; in combineAnd() local 40367 ShuffleMask[VecIdx] = in combineAnd() 40368 EltBits[i].isNullValue() ? SM_SentinelZero : VecIdx; in combineAnd()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 5831 SDValue VecIdx = DAG.getIntPtrConstant(IdxVal, dl); in extractSubVector() local 5832 return DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, ResultVT, Vec, VecIdx); in extractSubVector() 5875 SDValue VecIdx = DAG.getIntPtrConstant(IdxVal, dl); in insertSubVector() local 5876 return DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResultVT, Result, Vec, VecIdx); in insertSubVector() 43657 int VecIdx = Scale * Idx + i; in combineAnd() local 43658 ShuffleMask[VecIdx] = in combineAnd() 43659 EltBits[i].isNullValue() ? SM_SentinelZero : VecIdx; in combineAnd()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 4443 SDValue VecIdx = DAG.getIntPtrConstant(IdxVal, dl); in extractSubVector() local 4444 return DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, ResultVT, Vec, VecIdx); in extractSubVector() 4487 SDValue VecIdx = DAG.getIntPtrConstant(IdxVal, dl); in insertSubVector() local 4488 return DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ResultVT, Result, Vec, VecIdx); in insertSubVector()
|