Searched refs:getAnyConstantVRegValWithLookThrough (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64GlobalISelUtils.cpp | 27 getAnyConstantVRegValWithLookThrough(MI.getOperand(1).getReg(), MRI)) in getAArch64VectorSplat()
|
| H A D | AArch64PostLegalizerLowering.cpp | 1050 getAnyConstantVRegValWithLookThrough(GBuildVec->getSourceReg(I), MRI); in matchLowerBuildToInsertVecElt()
|
| H A D | AArch64InstructionSelector.cpp | 2408 auto ValAndVReg = getAnyConstantVRegValWithLookThrough(Src, MRI); in earlySelect()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 439 std::optional<ValueAndVReg> llvm::getAnyConstantVRegValWithLookThrough( in getAnyConstantVRegValWithLookThrough() function in llvm 668 auto MaybeOp2Cst = getAnyConstantVRegValWithLookThrough(Op2, MRI, false); in ConstantFoldBinOp() 672 auto MaybeOp1Cst = getAnyConstantVRegValWithLookThrough(Op1, MRI, false); in ConstantFoldBinOp() 1372 : getAnyConstantVRegValWithLookThrough(Element, MRI, true, true); in getAnyConstantSplat()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Utils.h | 207 LLVM_ABI std::optional<ValueAndVReg> getAnyConstantVRegValWithLookThrough(
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructionSelector.cpp | 756 auto ConstSrc1 = getAnyConstantVRegValWithLookThrough(Src1, *MRI, true, true); in selectG_BUILD_VECTOR() 759 getAnyConstantVRegValWithLookThrough(Src0, *MRI, true, true); in selectG_BUILD_VECTOR() 848 getAnyConstantVRegValWithLookThrough(Src1, *MRI, true, true); in selectG_BUILD_VECTOR()
|