Home
last modified time | relevance | path

Searched refs:VecIdx (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp137 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/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp3005 for (unsigned VecIdx = 0; VecIdx != NumElems; ++VecIdx) { in PromoteIntOp_CONCAT_VECTORS() local
3006 SDValue Incoming = GetPromotedInteger(N->getOperand(VecIdx)); in PromoteIntOp_CONCAT_VECTORS()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp3426 for (unsigned VecIdx = 0; VecIdx != NumElems; ++VecIdx) { in PromoteIntOp_CONCAT_VECTORS() local
3427 SDValue Incoming = GetPromotedInteger(N->getOperand(VecIdx)); in PromoteIntOp_CONCAT_VECTORS()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3824 unsigned VecIdx = 0; in tryToVectorizeList() local
3831 VectorizedRoot, Builder.getInt32(VecIdx++))); in tryToVectorizeList()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp107 SDValue VecIdx = DAG.getConstant(NormalizedIdxVal, MVT::i32); in Extract128BitVector() local
109 VecIdx); in Extract128BitVector()
143 SDValue VecIdx = DAG.getConstant(NormalizedIdxVal, MVT::i32); in Insert128BitVector() local
145 VecIdx); in Insert128BitVector()