Home
last modified time | relevance | path

Searched refs:Shifted (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Schedule.td25 def WriteISReg : SchedWrite; // ALU of Shifted-Reg
28 def ReadISReg : SchedRead; // ALU of Shifted-Reg
H A DAArch64SchedA55.td68 def : WriteRes<WriteISReg, [CortexA55UnitALU]> { let Latency = 3; } // ALU of Shifted-Reg
223 // Shifted operand
H A DAArch64SchedAmpere1.td591 } // ALU of Shifted-Reg
H A DAArch64SchedA57.td144 // Shifted Register with Shift == 0
/llvm-project-15.0.7/polly/lib/Support/
H A DISLTools.cpp231 isl::set Shifted = shiftDim(Set, Pos, Amount); in shiftDim() local
232 Result = Result.unite(Shifted); in shiftDim()
271 isl::map Shifted = shiftDim(Map, Dim, Pos, Amount); in shiftDim() local
272 Result = Result.unite(Shifted); in shiftDim()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmisched-fusion-arith-logic.mir75 ; Shifted register.
/llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp150 int findPositionInParent(NodeId Id, bool Shifted = false) const;
339 int SyntaxTree::Impl::findPositionInParent(NodeId Id, bool Shifted) const { in findPositionInParent()
346 if (Shifted) in findPositionInParent()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DRename.cpp823 Position Shifted = { in buildRenameEdit() local
827 positionToOffset(InitialCode.substr(LastOffset), Shifted); in buildRenameEdit()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstCombineIntrinsic.cpp1006 Value *Shifted = IC.Builder.CreateLShr(Masked, ShiftAmt); in instCombineIntrinsic() local
1007 return IC.replaceInstUsesWith(II, Shifted); in instCombineIntrinsic()
1049 Value *Shifted = IC.Builder.CreateShl(Input, ShiftAmt); in instCombineIntrinsic() local
1050 Value *Masked = IC.Builder.CreateAnd(Shifted, II.getArgOperand(1)); in instCombineIntrinsic()
H A DX86ISelLowering.cpp28606 SDValue Shifted = in LowerSET_ROUNDING() local
28609 RMBits = DAG.getNode(ISD::AND, DL, MVT::i16, Shifted, in LowerSET_ROUNDING()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp2858 unsigned Shifted = 0; in alignToARMConstant() local
2865 Shifted += 2; in alignToARMConstant()
2874 if (Shifted > 24) in alignToARMConstant()
2875 Value = Value >> (Shifted - 24); in alignToARMConstant()
2877 Value = Value << (24 - Shifted); in alignToARMConstant()
H A DARMScheduleM7.td322 // Shifted ALU operands are read a cycle early.
H A DARMInstrThumb2.td54 // Shifted operands. No register controlled shifts for Thumb2.
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp3182 auto Shifted = tooling::Replacement(FileName, NewOffset, 0, in fixCppIncludeInsertions() local
3184 Result = Result.merge(tooling::Replacements(Shifted)); in fixCppIncludeInsertions()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp5733 const SCEV *Shifted = SCEVShiftRewriter::rewrite(BEValue, L, *this); in createAddRecFromPHI() local
5734 const SCEV *Start = SCEVInitRewriter::rewrite(Shifted, L, *this, false); in createAddRecFromPHI()
5735 if (Shifted != getCouldNotCompute() && in createAddRecFromPHI()
5743 insertValueToMap(PN, Shifted); in createAddRecFromPHI()
5744 return Shifted; in createAddRecFromPHI()
12919 const SCEV *Shifted = SE.getAddRecExpr(Operands, getLoop(), in getNumIterationsInRange() local
12921 if (const auto *ShiftedAddRec = dyn_cast<SCEVAddRecExpr>(Shifted)) in getNumIterationsInRange()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3296 auto Shifted = MIRBuilder.buildAShr(Ty, Res, ShiftAmt); in lower() local
3297 MIRBuilder.buildICmp(CmpInst::ICMP_NE, Overflow, HiPart, Shifted); in lower()
7212 auto Shifted = MIRBuilder.buildInstr(ShiftOp, {WideTy}, {Mul, ShiftAmt}); in lowerSMULH_UMULH() local
7213 MIRBuilder.buildTrunc(Result, Shifted); in lowerSMULH_UMULH()
/llvm-project-15.0.7/llvm/test/MC/Disassembler/AArch64/
H A Dneon-instructions.txt85 # Vector Move Immediate Shifted
86 # Vector Move Inverted Immediate Shifted
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6408 Value *Shifted = Builder.CreateLShr(TableMask, MaskIndex, "switch.shifted"); in SwitchToLookupTable() local
6410 Shifted, Type::getInt1Ty(Mod.getContext()), "switch.lobit"); in SwitchToLookupTable()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6700 SDValue Shifted = DAG.getNode(ISD::SRL, DL, XLenVT, in lowerGET_ROUNDING() local
6702 SDValue Masked = DAG.getNode(ISD::AND, DL, XLenVT, Shifted, in lowerGET_ROUNDING()
6730 SDValue Shifted = DAG.getNode(ISD::SRL, DL, XLenVT, in lowerSET_ROUNDING() local
6732 RMValue = DAG.getNode(ISD::AND, DL, XLenVT, Shifted, in lowerSET_ROUNDING()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp589 SDValue MatchRotatePosNeg(SDValue Shifted, SDValue Pos, SDValue Neg,
7401 SDValue DAGCombiner::MatchRotatePosNeg(SDValue Shifted, SDValue Pos, in MatchRotatePosNeg() argument
7413 EVT VT = Shifted.getValueType(); in MatchRotatePosNeg()
7416 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13358 auto Shifted = DAG.getNode(ISD::SRL, DL, MVT::i64, SubNode, in generateEquivalentSub() local
13360 auto Final = Shifted; in generateEquivalentSub()
13364 Final = DAG.getNode(ISD::XOR, DL, MVT::i64, Shifted, in generateEquivalentSub()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11382 SDValue Shifted = DAG.getZExtOrTrunc(Shift.getOperand(0), in performCvtF32UByteNCombine() local
11393 MVT::f32, Shifted); in performCvtF32UByteNCombine()