/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 202 bool visitExtractElementInst(ExtractElementInst &EEI); 784 bool ScalarizerVisitor::visitExtractElementInst(ExtractElementInst &EEI) { in visitExtractElementInst() argument 785 VectorType *VT = dyn_cast<VectorType>(EEI.getOperand(0)->getType()); in visitExtractElementInst() 790 IRBuilder<> Builder(&EEI); in visitExtractElementInst() 791 Scatterer Op0 = scatter(&EEI, EEI.getOperand(0)); in visitExtractElementInst() 792 Value *ExtIdx = EEI.getOperand(1); in visitExtractElementInst() 796 gather(&EEI, {Res}); in visitExtractElementInst() 810 EEI.getName() + ".upto" + Twine(I)); in visitExtractElementInst() 812 gather(&EEI, {Res}); in visitExtractElementInst()
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 456 const ExtractElementInst * EEI = cast<ExtractElementInst>(I); in getInstructionCost() local 467 if (matchVectorSplittingReduction(EEI, ReduxOpCode, ReduxType)) in getInstructionCost() 469 else if (matchPairwiseReduction(EEI, ReduxOpCode, ReduxType)) in getInstructionCost() 473 EEI->getOperand(0)->getType(), Idx); in getInstructionCost()
|
D | InstructionSimplify.cpp | 4209 auto *EEI = cast<ExtractElementInst>(I); in SimplifyInstruction() local 4211 EEI->getVectorOperand(), EEI->getIndexOperand(), DL, TLI, DT, AC, I); in SimplifyInstruction()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineNegator.cpp | 325 auto *EEI = cast<ExtractElementInst>(I); in visitImpl() local 326 Value *NegVector = negate(EEI->getVectorOperand(), Depth + 1); in visitImpl() 329 return Builder.CreateExtractElement(NegVector, EEI->getIndexOperand(), in visitImpl()
|
D | InstCombineVectorOps.cpp | 281 ExtractElementInst *EEI = cast<ExtractElementInst>(UserInstr); in findDemandedEltsBySingleUser() local 282 assert(EEI->getVectorOperand() == V); in findDemandedEltsBySingleUser() 283 ConstantInt *EEIIndexC = dyn_cast<ConstantInt>(EEI->getIndexOperand()); in findDemandedEltsBySingleUser()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 789 const ExtractElementInst *EEI = dyn_cast<ExtractElementInst>(U); in collectInstructions() local 790 return EEI && isa<ConstantInt>(EEI->getOperand(1)); in collectInstructions() 835 const ExtractElementInst *EEI = dyn_cast<ExtractElementInst>(U); in collectInstructions() local 836 return EEI && isa<ConstantInt>(EEI->getOperand(1)); in collectInstructions()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 831 const ExtractElementInst *EEI = dyn_cast<ExtractElementInst>(U); in collectInstructions() local 832 return EEI && isa<ConstantInt>(EEI->getOperand(1)); in collectInstructions() 877 const ExtractElementInst *EEI = dyn_cast<ExtractElementInst>(U); in collectInstructions() local 878 return EEI && isa<ConstantInt>(EEI->getOperand(1)); in collectInstructions()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 1009 auto *EEI = dyn_cast<ExtractElementInst>(U); in getUserCost() local 1010 if (!EEI) in getUserCost() 1013 auto *CI = dyn_cast<ConstantInt>(EEI->getOperand(1)); in getUserCost() 1022 switch (TTI::matchVectorReduction(EEI, RdxOpcode, RdxType, IsPairwise)) { in getUserCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 1240 const ExtractElementInst * EEI = cast<ExtractElementInst>(I); in getInstructionThroughput() local 1251 switch (matchVectorSplittingReduction(EEI, ReduxOpCode, ReduxType)) { in getInstructionThroughput() 1267 switch (matchPairwiseReduction(EEI, ReduxOpCode, ReduxType)) { in getInstructionThroughput() 1284 EEI->getOperand(0)->getType(), Idx); in getInstructionThroughput()
|
D | InstructionSimplify.cpp | 5459 auto *EEI = cast<ExtractElementInst>(I); in SimplifyInstruction() local 5460 Result = SimplifyExtractElementInst(EEI->getVectorOperand(), in SimplifyInstruction() 5461 EEI->getIndexOperand(), Q); in SimplifyInstruction()
|
D | ScalarEvolution.cpp | 7075 [&](const EdgeExitInfo &EEI) { in BackedgeTakenInfo() argument 7076 BasicBlock *ExitBB = EEI.first; in BackedgeTakenInfo() 7077 const ExitLimit &EL = EEI.second; in BackedgeTakenInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 265 ExtractElementInst *EEI = cast<ExtractElementInst>(UserInstr); in findDemandedEltsBySingleUser() local 266 assert(EEI->getVectorOperand() == V); in findDemandedEltsBySingleUser() 267 ConstantInt *EEIIndexC = dyn_cast<ConstantInt>(EEI->getIndexOperand()); in findDemandedEltsBySingleUser()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2452 else if (const auto *EEI = dyn_cast<ExtractElementInst>(V)) { in isKnownNonZero() local 2453 const Value *Vec = EEI->getVectorOperand(); in isKnownNonZero() 2454 const Value *Idx = EEI->getIndexOperand(); in isKnownNonZero()
|
D | InstructionSimplify.cpp | 5799 auto *EEI = cast<ExtractElementInst>(I); in SimplifyInstruction() local 5800 Result = SimplifyExtractElementInst(EEI->getVectorOperand(), in SimplifyInstruction() 5801 EEI->getIndexOperand(), Q); in SimplifyInstruction()
|
D | ScalarEvolution.cpp | 7334 [&](const EdgeExitInfo &EEI) { in BackedgeTakenInfo() argument 7335 BasicBlock *ExitBB = EEI.first; in BackedgeTakenInfo() 7336 const ExitLimit &EL = EEI.second; in BackedgeTakenInfo()
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
D | stereo_g729.rtp | 610 Q���u�,�p��r�xTK���<4�`���EEI��X��^���"�h��(��w[�ո�^�z��QI��h��tK�<4�t���E�I��Xꪟ…
|
D | stereo_pcmu_vad.rtp | 78 …�������rree\\ZZYYWWSSRRPPOOOOQQRRQQRRWW[[bbvv����������������TL�`�}�EEI��X������������||eei…
|
D | HRTF_pcm16wb_jitter.rtp | 13642 C��}[�EEI��X���$���%���$���'���)���,���(���'���-���.���/���4���0���2���8���6���:���=���…
|
/external/one-true-awk/testdir/ |
D | funstack.in | 12866 note = "See errata \cite{Krogh:1974:EEI}.", 14612 @Article{Krogh:1974:EEI,
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart1.csv | 25235 ,"DE","EEI","Zell (Geisenfeld)","Zell (Geisenfeld)","BY","--3-----","RQ","0907",,"4840N 01137E", 37374 ,"FR","EEI","Le Cellier","Le Cellier","44","--3-----","RL","0701",,"4719N 00121W",
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 14568 ,"US","EEI","Emmett","Emmett","ID","--3-----","RQ","9307",,,
|