Searched refs:RHSDef (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 4995 auto *RHSDef = getOpcodeDef<GBuildVector>(RHS, MRI); in buildUDivUsingMul() local 4996 if (RHSDef) { in buildUDivUsingMul() 5041 auto *RHSDef = MRI.getVRegDef(RHS); in matchUDivByConst() local 5042 if (!isConstantOrConstantVector(*RHSDef, MRI)) in matchUDivByConst() 5134 auto *RHSDef = cast<GenericMachineInstr>(getDefIgnoringCopies(RHS, MRI)); in buildSDivUsingMul() local 5135 bool IsSplat = getIConstantSplatVal(*RHSDef, MRI).has_value(); in buildSDivUsingMul()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 5124 MachineInstr *RHSDef = getDefIgnoringCopies(RHS.getReg(), MRI); in tryFoldIntegerCompare() local 5147 if (isCMN(RHSDef, P, MRI)) in tryFoldIntegerCompare() 5148 return emitCMN(LHS, RHSDef->getOperand(2), MIRBuilder); in tryFoldIntegerCompare() 6533 MachineInstr *RHSDef = MRI.getVRegDef(RHS.getReg()); in selectAddrModeIndexed() local 6535 int64_t RHSC = (int64_t)RHSDef->getOperand(1).getCImm()->getZExtValue(); in selectAddrModeIndexed()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructionSelector.cpp | 4091 auto RHSDef = getDefSrcRegIgnoringCopies(RHS, *MRI); in selectScratchSAddr() local 4094 isSGPR(RHSDef->Reg)) { in selectScratchSAddr() 4103 .addReg(RHSDef->Reg); in selectScratchSAddr()
|