Home
last modified time | relevance | path

Searched refs:OldImm (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp255 const int OldImm = (int)CmpMI->getOperand(2).getImm(); in adjustCmp() local
256 const int NewImm = std::abs(OldImm + Correction); in adjustCmp()
260 if (OldImm == 0 && ((Negative && Correction == 1) || in adjustCmp()
H A DAArch64ISelLowering.cpp2408 uint64_t OldImm = Imm, NewImm, Enc; in optimizeLogicalImm() local
2472 (void)OldImm; in optimizeLogicalImm()
2473 assert(((OldImm ^ NewImm) & Demanded.getZExtValue()) == 0 && in optimizeLogicalImm()
2475 assert(OldImm != NewImm && "the new imm shouldn't be equal to the old imm"); in optimizeLogicalImm()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4627 uint8_t OldImm = Imm; in matchVPTERNLOG() local
4628 Imm = OldImm & 0xa5; in matchVPTERNLOG()
4629 if (OldImm & 0x02) Imm |= 0x10; in matchVPTERNLOG()
4630 if (OldImm & 0x10) Imm |= 0x02; in matchVPTERNLOG()
4631 if (OldImm & 0x08) Imm |= 0x40; in matchVPTERNLOG()
4632 if (OldImm & 0x40) Imm |= 0x08; in matchVPTERNLOG()
4638 uint8_t OldImm = Imm; in matchVPTERNLOG() local
4639 Imm = OldImm & 0x99; in matchVPTERNLOG()
4640 if (OldImm & 0x02) Imm |= 0x04; in matchVPTERNLOG()
4641 if (OldImm & 0x04) Imm |= 0x02; in matchVPTERNLOG()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp3301 int64_t OldImm = in eliminateFrameIndex() local
3303 int64_t NewOffset = OldImm + Offset; in eliminateFrameIndex()