Home
last modified time | relevance | path

Searched refs:EVI (Results 251 – 275 of 630) sorted by relevance

1...<<11121314151617181920>>...26

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DAnalysis.cpp325 } else if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(V)) { in getNoopInput() local
329 ArrayRef<unsigned> ExtractLoc = EVI->getIndices(); in getNoopInput()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp334 } else if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(V)) { in getNoopInput() local
338 ArrayRef<unsigned> ExtractLoc = EVI->getIndices(); in getNoopInput()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/IR/
H A DInstruction.cpp418 if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(I1)) in haveSameSpecialState() local
419 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices(); in haveSameSpecialState()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DInstruction.cpp442 if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(I1)) in haveSameSpecialState() local
443 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices(); in haveSameSpecialState()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DAnalysis.cpp323 } else if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(V)) { in getNoopInput() local
327 ArrayRef<unsigned> ExtractLoc = EVI->getIndices(); in getNoopInput()
/dports/devel/llvm90/llvm-9.0.1.src/lib/IR/
H A DInstruction.cpp417 if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(I1)) in haveSameSpecialState() local
418 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices(); in haveSameSpecialState()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DAnalysis.cpp333 } else if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(V)) { in getNoopInput() local
337 ArrayRef<unsigned> ExtractLoc = EVI->getIndices(); in getNoopInput()
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DInstruction.cpp408 if (const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(I1)) in haveSameSpecialState() local
409 return EVI->getIndices() == cast<ExtractValueInst>(I2)->getIndices(); in haveSameSpecialState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1821 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U); in selectExtractValue() local
1822 if (!EVI) in selectExtractValue()
1827 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true); in selectExtractValue()
1834 const Value *Op0 = EVI->getOperand(0); in selectExtractValue()
1848 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
1856 updateValueMap(EVI, ResultReg); in selectExtractValue()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1803 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U); in selectExtractValue() local
1804 if (!EVI) in selectExtractValue()
1809 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true); in selectExtractValue()
1816 const Value *Op0 = EVI->getOperand(0); in selectExtractValue()
1830 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
1838 updateValueMap(EVI, ResultReg); in selectExtractValue()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1769 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U); in selectExtractValue() local
1770 if (!EVI) in selectExtractValue()
1775 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true); in selectExtractValue()
1782 const Value *Op0 = EVI->getOperand(0); in selectExtractValue()
1796 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
1804 updateValueMap(EVI, ResultReg); in selectExtractValue()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1659 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U); in selectExtractValue() local
1660 if (!EVI) in selectExtractValue()
1665 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true); in selectExtractValue()
1672 const Value *Op0 = EVI->getOperand(0); in selectExtractValue()
1686 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
1694 updateValueMap(EVI, ResultReg); in selectExtractValue()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1659 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U); in selectExtractValue() local
1660 if (!EVI) in selectExtractValue()
1665 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true); in selectExtractValue()
1672 const Value *Op0 = EVI->getOperand(0); in selectExtractValue()
1686 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
1694 updateValueMap(EVI, ResultReg); in selectExtractValue()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1695 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U); in selectExtractValue() local
1696 if (!EVI) in selectExtractValue()
1701 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true); in selectExtractValue()
1708 const Value *Op0 = EVI->getOperand(0); in selectExtractValue()
1722 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
1730 updateValueMap(EVI, ResultReg); in selectExtractValue()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1807 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U); in selectExtractValue() local
1808 if (!EVI) in selectExtractValue()
1813 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true); in selectExtractValue()
1820 const Value *Op0 = EVI->getOperand(0); in selectExtractValue()
1834 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
1842 updateValueMap(EVI, ResultReg); in selectExtractValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A 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()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1659 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U); in selectExtractValue() local
1660 if (!EVI) in selectExtractValue()
1665 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true); in selectExtractValue()
1672 const Value *Op0 = EVI->getOperand(0); in selectExtractValue()
1686 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
1694 updateValueMap(EVI, ResultReg); in selectExtractValue()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1666 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U); in selectExtractValue() local
1667 if (!EVI) in selectExtractValue()
1672 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true); in selectExtractValue()
1679 const Value *Op0 = EVI->getOperand(0); in selectExtractValue()
1693 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
1701 updateValueMap(EVI, ResultReg); in selectExtractValue()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1659 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U); in selectExtractValue() local
1660 if (!EVI) in selectExtractValue()
1665 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true); in selectExtractValue()
1672 const Value *Op0 = EVI->getOperand(0); in selectExtractValue()
1686 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
1694 updateValueMap(EVI, ResultReg); in selectExtractValue()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1695 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U); in selectExtractValue() local
1696 if (!EVI) in selectExtractValue()
1701 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true); in selectExtractValue()
1708 const Value *Op0 = EVI->getOperand(0); in selectExtractValue()
1722 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
1730 updateValueMap(EVI, ResultReg); in selectExtractValue()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1769 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U); in selectExtractValue() local
1770 if (!EVI) in selectExtractValue()
1775 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true); in selectExtractValue()
1782 const Value *Op0 = EVI->getOperand(0); in selectExtractValue()
1796 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
1804 updateValueMap(EVI, ResultReg); in selectExtractValue()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1760 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U); in selectExtractValue() local
1761 if (!EVI) in selectExtractValue()
1766 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true); in selectExtractValue()
1773 const Value *Op0 = EVI->getOperand(0); in selectExtractValue()
1787 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
1795 updateValueMap(EVI, ResultReg); in selectExtractValue()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1760 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U); in selectExtractValue() local
1761 if (!EVI) in selectExtractValue()
1766 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true); in selectExtractValue()
1773 const Value *Op0 = EVI->getOperand(0); in selectExtractValue()
1787 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
1795 updateValueMap(EVI, ResultReg); in selectExtractValue()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1659 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U); in selectExtractValue() local
1660 if (!EVI) in selectExtractValue()
1665 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true); in selectExtractValue()
1672 const Value *Op0 = EVI->getOperand(0); in selectExtractValue()
1686 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
1694 updateValueMap(EVI, ResultReg); in selectExtractValue()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1726 const ExtractValueInst *EVI = dyn_cast<ExtractValueInst>(U);
1727 if (!EVI)
1732 EVT RealVT = TLI.getValueType(DL, EVI->getType(), /*AllowUnknown=*/true);
1739 const Value *Op0 = EVI->getOperand(0);
1753 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices());
1761 updateValueMap(EVI, ResultReg);

1...<<11121314151617181920>>...26