Home
last modified time | relevance | path

Searched refs:EVI (Results 126 – 150 of 630) sorted by relevance

12345678910>>...26

/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp171 if (ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(V)) { in cleanupValue() local
172 return cleanupValue(EVI->getAggregateOperand()); in cleanupValue()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp170 if (ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(V)) { in cleanupValue() local
171 return cleanupValue(EVI->getAggregateOperand()); in cleanupValue()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp171 if (ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(V)) { in cleanupValue() local
172 return cleanupValue(EVI->getAggregateOperand()); in cleanupValue()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp171 if (ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(V)) { in cleanupValue() local
172 return cleanupValue(EVI->getAggregateOperand()); in cleanupValue()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DLazyValueInfo.cpp408 ExtractValueInst *EVI, BasicBlock *BB);
596 if (auto *EVI = dyn_cast<ExtractValueInst>(BBI)) in solveBlockValueImpl() local
597 return solveBlockValueExtractValue(EVI, BB); in solveBlockValueImpl()
1079 ExtractValueInst *EVI, BasicBlock *BB) { in solveBlockValueExtractValue() argument
1080 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()
1081 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 0) in solveBlockValueExtractValue()
1087 EVI->getAggregateOperand(), EVI->getIndices(), in solveBlockValueExtractValue()
1088 EVI->getModule()->getDataLayout())) in solveBlockValueExtractValue()
1199 if (auto *EVI = dyn_cast<ExtractValueInst>(Cond)) in getValueFromConditionImpl() local
1200 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromConditionImpl()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DLazyValueInfo.cpp428 ExtractValueInst *EVI, BasicBlock *BB);
619 if (auto *EVI = dyn_cast<ExtractValueInst>(BBI)) in solveBlockValueImpl() local
620 return solveBlockValueExtractValue(EVI, BB); in solveBlockValueImpl()
1010 ExtractValueInst *EVI, BasicBlock *BB) { in solveBlockValueExtractValue() argument
1011 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()
1012 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 0) in solveBlockValueExtractValue()
1018 EVI->getAggregateOperand(), EVI->getIndices(), in solveBlockValueExtractValue()
1019 EVI->getModule()->getDataLayout())) in solveBlockValueExtractValue()
1163 if (auto *EVI = dyn_cast<ExtractValueInst>(Cond)) in getValueFromConditionImpl() local
1164 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromConditionImpl()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DLazyValueInfo.cpp428 ExtractValueInst *EVI, BasicBlock *BB);
619 if (auto *EVI = dyn_cast<ExtractValueInst>(BBI)) in solveBlockValueImpl() local
620 return solveBlockValueExtractValue(EVI, BB); in solveBlockValueImpl()
1010 ExtractValueInst *EVI, BasicBlock *BB) { in solveBlockValueExtractValue() argument
1011 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()
1012 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 0) in solveBlockValueExtractValue()
1018 EVI->getAggregateOperand(), EVI->getIndices(), in solveBlockValueExtractValue()
1019 EVI->getModule()->getDataLayout())) in solveBlockValueExtractValue()
1163 if (auto *EVI = dyn_cast<ExtractValueInst>(Cond)) in getValueFromConditionImpl() local
1164 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromConditionImpl()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DLazyValueInfo.cpp428 ExtractValueInst *EVI, BasicBlock *BB);
619 if (auto *EVI = dyn_cast<ExtractValueInst>(BBI)) in solveBlockValueImpl() local
620 return solveBlockValueExtractValue(EVI, BB); in solveBlockValueImpl()
1062 ExtractValueInst *EVI, BasicBlock *BB) { in solveBlockValueExtractValue() argument
1063 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()
1064 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 0) in solveBlockValueExtractValue()
1070 EVI->getAggregateOperand(), EVI->getIndices(), in solveBlockValueExtractValue()
1071 EVI->getModule()->getDataLayout())) in solveBlockValueExtractValue()
1199 if (auto *EVI = dyn_cast<ExtractValueInst>(Cond)) in getValueFromConditionImpl() local
1200 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromConditionImpl()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DLazyValueInfo.cpp408 ExtractValueInst *EVI, BasicBlock *BB);
596 if (auto *EVI = dyn_cast<ExtractValueInst>(BBI)) in solveBlockValueImpl() local
597 return solveBlockValueExtractValue(EVI, BB); in solveBlockValueImpl()
1079 ExtractValueInst *EVI, BasicBlock *BB) { in solveBlockValueExtractValue() argument
1080 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()
1081 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 0) in solveBlockValueExtractValue()
1087 EVI->getAggregateOperand(), EVI->getIndices(), in solveBlockValueExtractValue()
1088 EVI->getModule()->getDataLayout())) in solveBlockValueExtractValue()
1199 if (auto *EVI = dyn_cast<ExtractValueInst>(Cond)) in getValueFromConditionImpl() local
1200 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromConditionImpl()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp428 ExtractValueInst *EVI, BasicBlock *BB);
619 if (auto *EVI = dyn_cast<ExtractValueInst>(BBI)) in solveBlockValueImpl() local
620 return solveBlockValueExtractValue(EVI, BB); in solveBlockValueImpl()
1010 ExtractValueInst *EVI, BasicBlock *BB) { in solveBlockValueExtractValue() argument
1011 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()
1012 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 0) in solveBlockValueExtractValue()
1018 EVI->getAggregateOperand(), EVI->getIndices(), in solveBlockValueExtractValue()
1019 EVI->getModule()->getDataLayout())) in solveBlockValueExtractValue()
1163 if (auto *EVI = dyn_cast<ExtractValueInst>(Cond)) in getValueFromConditionImpl() local
1164 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromConditionImpl()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DLazyValueInfo.cpp428 ExtractValueInst *EVI, BasicBlock *BB);
619 if (auto *EVI = dyn_cast<ExtractValueInst>(BBI)) in solveBlockValueImpl() local
620 return solveBlockValueExtractValue(EVI, BB); in solveBlockValueImpl()
1010 ExtractValueInst *EVI, BasicBlock *BB) { in solveBlockValueExtractValue() argument
1011 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()
1012 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 0) in solveBlockValueExtractValue()
1018 EVI->getAggregateOperand(), EVI->getIndices(), in solveBlockValueExtractValue()
1019 EVI->getModule()->getDataLayout())) in solveBlockValueExtractValue()
1162 if (auto *EVI = dyn_cast<ExtractValueInst>(Cond)) in getValueFromConditionImpl() local
1163 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromConditionImpl()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DLazyValueInfo.cpp428 ExtractValueInst *EVI, BasicBlock *BB);
619 if (auto *EVI = dyn_cast<ExtractValueInst>(BBI)) in solveBlockValueImpl() local
620 return solveBlockValueExtractValue(EVI, BB); in solveBlockValueImpl()
1010 ExtractValueInst *EVI, BasicBlock *BB) { in solveBlockValueExtractValue() argument
1011 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()
1012 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 0) in solveBlockValueExtractValue()
1018 EVI->getAggregateOperand(), EVI->getIndices(), in solveBlockValueExtractValue()
1019 EVI->getModule()->getDataLayout())) in solveBlockValueExtractValue()
1163 if (auto *EVI = dyn_cast<ExtractValueInst>(Cond)) in getValueFromConditionImpl() local
1164 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromConditionImpl()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DLazyValueInfo.cpp428 ExtractValueInst *EVI, BasicBlock *BB);
619 if (auto *EVI = dyn_cast<ExtractValueInst>(BBI)) in solveBlockValueImpl() local
620 return solveBlockValueExtractValue(EVI, BB); in solveBlockValueImpl()
1062 ExtractValueInst *EVI, BasicBlock *BB) { in solveBlockValueExtractValue() argument
1063 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()
1064 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 0) in solveBlockValueExtractValue()
1070 EVI->getAggregateOperand(), EVI->getIndices(), in solveBlockValueExtractValue()
1071 EVI->getModule()->getDataLayout())) in solveBlockValueExtractValue()
1199 if (auto *EVI = dyn_cast<ExtractValueInst>(Cond)) in getValueFromConditionImpl() local
1200 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromConditionImpl()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp428 ExtractValueInst *EVI, BasicBlock *BB);
619 if (auto *EVI = dyn_cast<ExtractValueInst>(BBI)) in solveBlockValueImpl() local
620 return solveBlockValueExtractValue(EVI, BB); in solveBlockValueImpl()
1062 ExtractValueInst *EVI, BasicBlock *BB) { in solveBlockValueExtractValue() argument
1063 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue()
1064 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 0) in solveBlockValueExtractValue()
1070 EVI->getAggregateOperand(), EVI->getIndices(), in solveBlockValueExtractValue()
1071 EVI->getModule()->getDataLayout())) in solveBlockValueExtractValue()
1199 if (auto *EVI = dyn_cast<ExtractValueInst>(Cond)) in getValueFromConditionImpl() local
1200 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromConditionImpl()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DLazyValueInfo.cpp428 ExtractValueInst *EVI, BasicBlock *BB);
619 if (auto *EVI = dyn_cast<ExtractValueInst>(BBI))
620 return solveBlockValueExtractValue(EVI, BB);
1010 ExtractValueInst *EVI, BasicBlock *BB) {
1011 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand()))
1012 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 0)
1018 EVI->getAggregateOperand(), EVI->getIndices(),
1019 EVI->getModule()->getDataLayout()))
1163 if (auto *EVI = dyn_cast<ExtractValueInst>(Cond))
1164 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand()))
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp571 void visitExtractValueInst(ExtractValueInst &EVI);
842 if (EVI.getType()->isStructTy()) in visitExtractValueInst()
843 return (void)markOverdefined(&EVI); in visitExtractValueInst()
847 if (ValueState[&EVI].isOverdefined()) in visitExtractValueInst()
848 return (void)markOverdefined(&EVI); in visitExtractValueInst()
851 if (EVI.getNumIndices() != 1) in visitExtractValueInst()
852 return (void)markOverdefined(&EVI); in visitExtractValueInst()
854 Value *AggVal = EVI.getAggregateOperand(); in visitExtractValueInst()
856 unsigned i = *EVI.idx_begin(); in visitExtractValueInst()
858 mergeInValue(getValueState(&EVI), &EVI, EltVal); in visitExtractValueInst()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DSCCP.cpp571 void visitExtractValueInst(ExtractValueInst &EVI);
842 if (EVI.getType()->isStructTy()) in visitExtractValueInst()
843 return (void)markOverdefined(&EVI); in visitExtractValueInst()
847 if (ValueState[&EVI].isOverdefined()) in visitExtractValueInst()
848 return (void)markOverdefined(&EVI); in visitExtractValueInst()
851 if (EVI.getNumIndices() != 1) in visitExtractValueInst()
852 return (void)markOverdefined(&EVI); in visitExtractValueInst()
854 Value *AggVal = EVI.getAggregateOperand(); in visitExtractValueInst()
856 unsigned i = *EVI.idx_begin(); in visitExtractValueInst()
858 mergeInValue(getValueState(&EVI), &EVI, EltVal); in visitExtractValueInst()
[all …]
/dports/biology/molden/molden5.8/plush/
H A DEVI1 mol="EVI" Charge="0"
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A 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 …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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 …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A 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 …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp572 void visitExtractValueInst(ExtractValueInst &EVI);
866 if (EVI.getType()->isStructTy()) in visitExtractValueInst()
867 return (void)markOverdefined(&EVI); in visitExtractValueInst()
871 if (ValueState[&EVI].isOverdefined()) in visitExtractValueInst()
872 return (void)markOverdefined(&EVI); in visitExtractValueInst()
875 if (EVI.getNumIndices() != 1) in visitExtractValueInst()
876 return (void)markOverdefined(&EVI); in visitExtractValueInst()
878 Value *AggVal = EVI.getAggregateOperand(); in visitExtractValueInst()
880 unsigned i = *EVI.idx_begin(); in visitExtractValueInst()
882 mergeInValue(getValueState(&EVI), &EVI, EltVal); in visitExtractValueInst()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp577 void visitExtractValueInst(ExtractValueInst &EVI);
871 if (EVI.getType()->isStructTy()) in visitExtractValueInst()
872 return (void)markOverdefined(&EVI); in visitExtractValueInst()
876 if (ValueState[&EVI].isOverdefined()) in visitExtractValueInst()
877 return (void)markOverdefined(&EVI); in visitExtractValueInst()
880 if (EVI.getNumIndices() != 1) in visitExtractValueInst()
881 return (void)markOverdefined(&EVI); in visitExtractValueInst()
883 Value *AggVal = EVI.getAggregateOperand(); in visitExtractValueInst()
885 unsigned i = *EVI.idx_begin(); in visitExtractValueInst()
887 mergeInValue(getValueState(&EVI), &EVI, EltVal); in visitExtractValueInst()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp577 void visitExtractValueInst(ExtractValueInst &EVI);
871 if (EVI.getType()->isStructTy()) in visitExtractValueInst()
872 return (void)markOverdefined(&EVI); in visitExtractValueInst()
876 if (ValueState[&EVI].isOverdefined()) in visitExtractValueInst()
877 return (void)markOverdefined(&EVI); in visitExtractValueInst()
880 if (EVI.getNumIndices() != 1) in visitExtractValueInst()
881 return (void)markOverdefined(&EVI); in visitExtractValueInst()
883 Value *AggVal = EVI.getAggregateOperand(); in visitExtractValueInst()
885 unsigned i = *EVI.idx_begin(); in visitExtractValueInst()
887 mergeInValue(getValueState(&EVI), &EVI, EltVal); in visitExtractValueInst()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DSCCP.cpp578 void visitExtractValueInst(ExtractValueInst &EVI);
832 void SCCPSolver::visitExtractValueInst(ExtractValueInst &EVI) {
835 if (EVI.getType()->isStructTy())
836 return (void)markOverdefined(&EVI);
839 if (EVI.getNumIndices() != 1)
840 return (void)markOverdefined(&EVI);
842 Value *AggVal = EVI.getAggregateOperand();
844 unsigned i = *EVI.idx_begin();
846 mergeInValue(getValueState(&EVI), &EVI, EltVal);
849 return (void)markOverdefined(&EVI);

12345678910>>...26