Home
last modified time | relevance | path

Searched refs:getIConstantVRegSExtVal (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h178 std::optional<int64_t> getIConstantVRegSExtVal(Register VReg,
H A DMIPatternMatch.h78 return getIConstantVRegSExtVal(Reg, MRI); in matchConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp307 llvm::getIConstantVRegSExtVal(Register VReg, const MachineRegisterInfo &MRI) { in getIConstantVRegSExtVal() function in llvm
1415 return getIConstantVRegSExtVal(SplatValAndReg->VReg, MRI); in getIConstantSplatSExtVal()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp459 if (auto Constant = getIConstantVRegSExtVal(RHS, MRI)) { in getOperandsForBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp542 if (auto COff = getIConstantVRegSExtVal(I.getOperand(2).getReg(), MRI)) { in X86SelectAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.cpp5279 std::optional<int64_t> OffsetVal = getIConstantVRegSExtVal(Reg, MRI); in getConstantZext32Val()
5547 getIConstantVRegSExtVal(BarOp.getReg(), *MRI); in selectNamedBarrierInst()
H A DAMDGPURegisterBankInfo.cpp1253 getIConstantVRegSExtVal(CombinedOffset, *MRI)) { in setBufferOffsets()
H A DAMDGPULegalizerInfo.cpp4212 auto ConstVal = getIConstantVRegSExtVal(MI.getOperand(2).getReg(), MRI); in isNot()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3131 std::optional<int64_t> MaskVal = getIConstantVRegSExtVal(MaskReg, MRI); in select()
7770 getIConstantVRegSExtVal(MI.getOperand(0).getReg(), MRI); in renderTruncImm()