Searched refs:getIConstantVRegSExtVal (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | Utils.h | 178 std::optional<int64_t> getIConstantVRegSExtVal(Register VReg,
|
H A D | MIPatternMatch.h | 78 return getIConstantVRegSExtVal(Reg, MRI); in matchConstant()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 307 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 D | RISCVInstructionSelector.cpp | 459 if (auto Constant = getIConstantVRegSExtVal(RHS, MRI)) { in getOperandsForBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstructionSelector.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 542 if (auto COff = getIConstantVRegSExtVal(I.getOperand(2).getReg(), MRI)) { in X86SelectAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructionSelector.cpp | 5279 std::optional<int64_t> OffsetVal = getIConstantVRegSExtVal(Reg, MRI); in getConstantZext32Val() 5547 getIConstantVRegSExtVal(BarOp.getReg(), *MRI); in selectNamedBarrierInst()
|
H A D | AMDGPURegisterBankInfo.cpp | 1253 getIConstantVRegSExtVal(CombinedOffset, *MRI)) { in setBufferOffsets()
|
H A D | AMDGPULegalizerInfo.cpp | 4212 auto ConstVal = getIConstantVRegSExtVal(MI.getOperand(2).getReg(), MRI); in isNot()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 3131 std::optional<int64_t> MaskVal = getIConstantVRegSExtVal(MaskReg, MRI); in select() 7770 getIConstantVRegSExtVal(MI.getOperand(0).getReg(), MRI); in renderTruncImm()
|