Searched refs:getConstantVRegSExtVal (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | Utils.h | 170 Optional<int64_t> getConstantVRegSExtVal(Register VReg,
|
| D | MIPatternMatch.h | 66 if (auto MaybeCst = getConstantVRegSExtVal(Reg, MRI)) { in match()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | Utils.cpp | 281 Optional<int64_t> llvm::getConstantVRegSExtVal(Register VReg, in getConstantVRegSExtVal() function in llvm
|
| D | CombinerHelper.cpp | 2418 if (auto RHSCst = getConstantVRegSExtVal(RHS, MRI)) { in matchCombineConstPtrAddToI2P()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86InstructionSelector.cpp | 482 if (auto COff = getConstantVRegSExtVal(I.getOperand(2).getReg(), MRI)) { in X86SelectAddress()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| D | AArch64InstructionSelector.cpp | 2918 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/ |
| D | AMDGPURegisterBankInfo.cpp | 1339 if (Optional<int64_t> Imm = getConstantVRegSExtVal(CombinedOffset, *MRI)) { in setBufferOffsets()
|
| D | AMDGPUInstructionSelector.cpp | 4310 Optional<int64_t> OffsetVal = getConstantVRegSExtVal(Reg, MRI); in getConstantZext32Val()
|
| D | AMDGPULegalizerInfo.cpp | 2752 auto ConstVal = getConstantVRegSExtVal(MI.getOperand(2).getReg(), MRI); in isNot()
|