Home
last modified time | relevance | path

Searched refs:RLL (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h518 TreeTy *RLL = getLeft(RL);
521 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8441 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadBinary()
8461 BuildMI(MBB, DL, TII->get(SystemZ::RLL), NewVal) in emitAtomicLoadBinary()
8536 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadMinMax()
8565 BuildMI(MBB, DL, TII->get(SystemZ::RLL), NewVal) in emitAtomicLoadMinMax()
8655 BuildMI(MBB, DL, TII->get(SystemZ::RLL), OldValRot) in emitAtomicCmpSwapW()
8676 BuildMI(MBB, DL, TII->get(SystemZ::RLL), StoreVal) in emitAtomicCmpSwapW()
H A DSystemZInstrInfo.td1520 def RLL : BinaryRSY<"rll", 0xEB1D, shiftop<rotl>, GR32>;
2295 (RLL GR32:$val, (NILL GR32:$shift, imm32zx16trunc:$imm), 0)>;
H A DSystemZScheduleZ196.td469 def : InstRW<[WLat2LSU, FXU, LSU, NormalGr], (instregex "RLL(G)?$")>;
H A DSystemZScheduleZEC12.td480 def : InstRW<[WLat2LSU, FXU, LSU, NormalGr], (instregex "RLL(G)?$")>;
H A DSystemZScheduleZ13.td506 def : InstRW<[WLat2LSU, FXa, LSU, NormalGr], (instregex "RLL(G)?$")>;
H A DSystemZScheduleZ16.td530 def : InstRW<[WLat2LSU, FXa, LSU, NormalGr], (instregex "RLL(G)?$")>;
H A DSystemZScheduleZ14.td516 def : InstRW<[WLat2LSU, FXa, LSU, NormalGr], (instregex "RLL(G)?$")>;
H A DSystemZScheduleZ15.td530 def : InstRW<[WLat2LSU, FXa, LSU, NormalGr], (instregex "RLL(G)?$")>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4020 SDValue RLL = DAG.getNode(ISD::AND, dl, NVT, RL, Mask); in ExpandIntRes_MUL() local
4022 SDValue T = DAG.getNode(ISD::MUL, dl, NVT, LLL, RLL); in ExpandIntRes_MUL()
4031 DAG.getNode(ISD::MUL, dl, NVT, LLH, RLL), TH); in ExpandIntRes_MUL()