Searched refs:getAnyConstantVRegValWithLookThrough (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64GlobalISelUtils.cpp | 29 getAnyConstantVRegValWithLookThrough(MI.getOperand(1).getReg(), MRI)) in getAArch64VectorSplat()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 413 Optional<ValueAndVReg> llvm::getAnyConstantVRegValWithLookThrough( in getAnyConstantVRegValWithLookThrough() function in llvm 495 auto MaybeOp2Cst = getAnyConstantVRegValWithLookThrough(Op2, MRI, false); in ConstantFoldBinOp() 499 auto MaybeOp1Cst = getAnyConstantVRegValWithLookThrough(Op1, MRI, false); in ConstantFoldBinOp() 1035 getAnyConstantVRegValWithLookThrough(Element, MRI, true, true); in getAnyConstantSplat()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | Utils.h | 192 Optional<ValueAndVReg> getAnyConstantVRegValWithLookThrough(
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructionSelector.cpp | 633 auto ConstSrc1 = getAnyConstantVRegValWithLookThrough(Src1, *MRI, true, true); in selectG_BUILD_VECTOR_TRUNC() 636 getAnyConstantVRegValWithLookThrough(Src0, *MRI, true, true); in selectG_BUILD_VECTOR_TRUNC()
|