Home
last modified time | relevance | path

Searched refs:getAnyConstantVRegValWithLookThrough (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.cpp29 getAnyConstantVRegValWithLookThrough(MI.getOperand(1).getReg(), MRI)) in getAArch64VectorSplat()
H A DAArch64InstructionSelector.cpp2280 auto ValAndVReg = getAnyConstantVRegValWithLookThrough(Src, MRI); in earlySelect()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h197 std::optional<ValueAndVReg> getAnyConstantVRegValWithLookThrough(
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp432 std::optional<ValueAndVReg> llvm::getAnyConstantVRegValWithLookThrough( in getAnyConstantVRegValWithLookThrough() function in llvm
662 auto MaybeOp2Cst = getAnyConstantVRegValWithLookThrough(Op2, MRI, false); in ConstantFoldBinOp()
666 auto MaybeOp1Cst = getAnyConstantVRegValWithLookThrough(Op1, MRI, false); in ConstantFoldBinOp()
1354 : getAnyConstantVRegValWithLookThrough(Element, MRI, true, true); in getAnyConstantSplat()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp658 auto ConstSrc1 = getAnyConstantVRegValWithLookThrough(Src1, *MRI, true, true); in selectG_BUILD_VECTOR()
661 getAnyConstantVRegValWithLookThrough(Src0, *MRI, true, true); in selectG_BUILD_VECTOR()
750 getAnyConstantVRegValWithLookThrough(Src1, *MRI, true, true); in selectG_BUILD_VECTOR()