Home
last modified time | relevance | path

Searched refs:EVI (Results 1 – 25 of 28) sorted by relevance

12

/third_party/icu/icu4j/perf-tests/data/collation/
DTestNames_SerbianSH.txt240 ČAUŠEVIĆ KEMAL
241 ČAUŠEVIĆ MIDHAT
242 ČAUŠEVIĆ TATJANA
1093 ŠĆEPANČEVIĆ ĐORĐE
1094 ŠĆEPANČEVIĆ NIKOLA
1293 ŠARČEVIĆ ŽARKO
1294 ŠARČEVIĆ ŽELIMIR
1295 ŠARČEVIĆ ANICA
1296 ŠARČEVIĆ BRATIMIR
1297 ŠARČEVIĆ DUŠAN
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp113 if (auto EVI = dyn_cast<ExtractValueInst>(CIU)) { in findDevirtualizableCallsForTypeCheckedLoad() local
114 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 0) { in findDevirtualizableCallsForTypeCheckedLoad()
115 LoadedPtrs.push_back(EVI); in findDevirtualizableCallsForTypeCheckedLoad()
118 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 1) { in findDevirtualizableCallsForTypeCheckedLoad()
119 Preds.push_back(EVI); in findDevirtualizableCallsForTypeCheckedLoad()
DLazyValueInfo.cpp444 ExtractValueInst *EVI, BasicBlock *BB);
658 if (auto *EVI = dyn_cast<ExtractValueInst>(BBI)) in solveBlockValueImpl() local
659 return solveBlockValueExtractValue(Res, EVI, BB); in solveBlockValueImpl()
1168 ValueLatticeElement &BBLV, ExtractValueInst *EVI, BasicBlock *BB) { in solveBlockValueExtractValue() argument
1169 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()
1170 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 0) in solveBlockValueExtractValue()
1176 EVI->getAggregateOperand(), EVI->getIndices(), in solveBlockValueExtractValue()
1177 EVI->getModule()->getDataLayout())) { in solveBlockValueExtractValue()
1289 if (auto *EVI = dyn_cast<ExtractValueInst>(Cond)) in getValueFromConditionImpl() local
1290 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromConditionImpl()
[all …]
DValueTracking.cpp1670 const ExtractValueInst *EVI = cast<ExtractValueInst>(I); in computeKnownBitsFromOperator() local
1671 if (EVI->getNumIndices() != 1) break; in computeKnownBitsFromOperator()
1672 if (EVI->getIndices()[0] == 0) { in computeKnownBitsFromOperator()
4344 if (const auto *EVI = dyn_cast<ExtractValueInst>(U)) { in isOverflowIntrinsicNoWrap() local
4345 assert(EVI->getNumIndices() == 1 && "Obvious from CI's type"); in isOverflowIntrinsicNoWrap()
4347 if (EVI->getIndices()[0] == 0) in isOverflowIntrinsicNoWrap()
4348 Results.push_back(EVI); in isOverflowIntrinsicNoWrap()
4350 assert(EVI->getIndices()[0] == 1 && "Obvious from CI's type"); in isOverflowIntrinsicNoWrap()
4352 for (const auto *U : EVI->users()) in isOverflowIntrinsicNoWrap()
DConstantFolding.cpp1182 if (auto *EVI = dyn_cast<ExtractValueInst>(I)) { in ConstantFoldInstruction() local
1184 cast<Constant>(EVI->getAggregateOperand()), in ConstantFoldInstruction()
1185 EVI->getIndices()); in ConstantFoldInstruction()
DInstructionSimplify.cpp5453 auto *EVI = cast<ExtractValueInst>(I); in SimplifyInstruction() local
5454 Result = SimplifyExtractValueInst(EVI->getAggregateOperand(), in SimplifyInstruction()
5455 EVI->getIndices(), Q); in SimplifyInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp141 auto *EVI = dyn_cast<ExtractValueInst>(Val); in substituteLPadValues() local
142 if (!EVI) in substituteLPadValues()
144 if (EVI->getNumIndices() != 1) in substituteLPadValues()
146 if (*EVI->idx_begin() == 0) in substituteLPadValues()
147 EVI->replaceAllUsesWith(ExnVal); in substituteLPadValues()
148 else if (*EVI->idx_begin() == 1) in substituteLPadValues()
149 EVI->replaceAllUsesWith(SelVal); in substituteLPadValues()
150 if (EVI->use_empty()) in substituteLPadValues()
151 EVI->eraseFromParent(); in substituteLPadValues()
DAnalysis.cpp334 } else if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(V)) { in getNoopInput() local
338 ArrayRef<unsigned> ExtractLoc = EVI->getIndices(); in getNoopInput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp461 if (auto *EVI = dyn_cast<ExtractValueInst>(U)) { in eliminateOverflowIntrinsic() local
462 if (EVI->getIndices()[0] == 1) in eliminateOverflowIntrinsic()
463 EVI->replaceAllUsesWith(ConstantInt::getFalse(WO->getContext())); in eliminateOverflowIntrinsic()
465 assert(EVI->getIndices()[0] == 0 && "Only two possibilities!"); in eliminateOverflowIntrinsic()
466 EVI->replaceAllUsesWith(NewResult); in eliminateOverflowIntrinsic()
468 ToDelete.push_back(EVI); in eliminateOverflowIntrinsic()
472 for (auto *EVI : ToDelete) in eliminateOverflowIntrinsic() local
473 EVI->eraseFromParent(); in eliminateOverflowIntrinsic()
DEvaluator.cpp422 } else if (auto *EVI = dyn_cast<ExtractValueInst>(CurInst)) { in EvaluateBlock() local
424 getVal(EVI->getAggregateOperand()), EVI->getIndices()); in EvaluateBlock()
DFunctionComparator.cpp598 if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(L)) { in cmpOperations() local
599 ArrayRef<unsigned> LIndices = EVI->getIndices(); in cmpOperations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXImageOptimizer.cpp171 if (ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(V)) { in cleanupValue() local
172 return cleanupValue(EVI->getAggregateOperand()); in cleanupValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp622 void visitExtractValueInst(ExtractValueInst &EVI);
888 void SCCPSolver::visitExtractValueInst(ExtractValueInst &EVI) { in visitExtractValueInst() argument
891 if (EVI.getType()->isStructTy()) in visitExtractValueInst()
892 return (void)markOverdefined(&EVI); in visitExtractValueInst()
895 if (EVI.getNumIndices() != 1) in visitExtractValueInst()
896 return (void)markOverdefined(&EVI); in visitExtractValueInst()
898 Value *AggVal = EVI.getAggregateOperand(); in visitExtractValueInst()
900 unsigned i = *EVI.idx_begin(); in visitExtractValueInst()
902 mergeInValue(getValueState(&EVI), &EVI, EltVal); in visitExtractValueInst()
905 return (void)markOverdefined(&EVI); in visitExtractValueInst()
DEarlyCSE.cpp271 if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(Inst)) in getHashValueImpl() local
272 return hash_combine(EVI->getOpcode(), EVI->getOperand(0), in getHashValueImpl()
273 hash_combine_range(EVI->idx_begin(), EVI->idx_end())); in getHashValueImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp439 auto EVI = dyn_cast<ExtractValueInst>((UI++)->getUser()); in replaceRetconSuspendUses() local
440 if (!EVI || EVI->getNumIndices() != 1) in replaceRetconSuspendUses()
443 EVI->replaceAllUsesWith(Args[EVI->getIndices().front()]); in replaceRetconSuspendUses()
444 EVI->eraseFromParent(); in replaceRetconSuspendUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp418 if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(I1)) in haveSameSpecialState() local
419 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices(); in haveSameSpecialState()
DVerifier.cpp486 void visitExtractValueInst(ExtractValueInst &EVI);
3592 void Verifier::visitExtractValueInst(ExtractValueInst &EVI) { in visitExtractValueInst() argument
3593 Assert(ExtractValueInst::getIndexedType(EVI.getAggregateOperand()->getType(), in visitExtractValueInst()
3594 EVI.getIndices()) == EVI.getType(), in visitExtractValueInst()
3595 "Invalid ExtractValueInst operands!", &EVI); in visitExtractValueInst()
3597 visitInstruction(EVI); in visitExtractValueInst()
DInstructions.cpp2142 ExtractValueInst::ExtractValueInst(const ExtractValueInst &EVI) in ExtractValueInst() argument
2143 : UnaryInstruction(EVI.getType(), ExtractValue, EVI.getOperand(0)), in ExtractValueInst()
2144 Indices(EVI.Indices) { in ExtractValueInst()
2145 SubclassOptionalData = EVI.SubclassOptionalData; in ExtractValueInst()
DAsmWriter.cpp3775 } else if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(&I)) { in printInstruction() local
3778 for (const unsigned *i = EVI->idx_begin(), *e = EVI->idx_end(); i != e; ++i) in printInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1754 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U); in selectExtractValue() local
1755 if (!EVI) in selectExtractValue()
1760 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true); in selectExtractValue()
1767 const Value *Op0 = EVI->getOperand(0); in selectExtractValue()
1781 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
1789 updateValueMap(EVI, ResultReg); in selectExtractValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp956 if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(&U)) { in getOffsetFromIndices() local
957 for (auto Idx : EVI->indices()) in getOffsetFromIndices()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2657 const ExtractValueInst *EVI = cast<ExtractValueInst>(&I); in writeInstruction() local
2658 Vals.append(EVI->idx_begin(), EVI->idx_end()); in writeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp5655 if (auto *EVI = dyn_cast<ExtractValueInst>(Op0)) in visitICmpInst() local
5656 if (auto *ACXI = dyn_cast<AtomicCmpXchgInst>(EVI->getAggregateOperand())) in visitICmpInst()
5657 if (EVI->getIndices()[0] == 0 && ACXI->getCompareOperand() == Op1 && in visitICmpInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp283 const auto *EVI = cast<ExtractValueInst>(Itr); in foldX86XALUIntrinsic() local
284 if (EVI->getAggregateOperand() != II) in foldX86XALUIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp3468 const auto *EVI = cast<ExtractValueInst>(Itr); in foldXALUIntrinsic() local
3469 if (EVI->getAggregateOperand() != II) in foldXALUIntrinsic()

12