Home
last modified time | relevance | path

Searched refs:getConstantVRegSExtVal (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DUtils.h170 Optional<int64_t> getConstantVRegSExtVal(Register VReg,
DMIPatternMatch.h66 if (auto MaybeCst = getConstantVRegSExtVal(Reg, MRI)) { in match()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp281 Optional<int64_t> llvm::getConstantVRegSExtVal(Register VReg, in getConstantVRegSExtVal() function in llvm
DCombinerHelper.cpp2418 if (auto RHSCst = getConstantVRegSExtVal(RHS, MRI)) { in matchCombineConstPtrAddToI2P()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstructionSelector.cpp482 if (auto COff = getConstantVRegSExtVal(I.getOperand(2).getReg(), MRI)) { in X86SelectAddress()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp2918 Optional<int64_t> MaskVal = getConstantVRegSExtVal(MaskReg, MRI); in select()
6056 getConstantVRegSExtVal(MI.getOperand(0).getReg(), MRI); in renderTruncImm()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp1339 if (Optional<int64_t> Imm = getConstantVRegSExtVal(CombinedOffset, *MRI)) { in setBufferOffsets()
DAMDGPUInstructionSelector.cpp4310 Optional<int64_t> OffsetVal = getConstantVRegSExtVal(Reg, MRI); in getConstantZext32Val()
DAMDGPULegalizerInfo.cpp2752 auto ConstVal = getConstantVRegSExtVal(MI.getOperand(2).getReg(), MRI); in isNot()