Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h526 TreeTy *RLL = getLeft(RL); in balanceTree() local
529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR)); in balanceTree()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6511 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadBinary()
6541 BuildMI(MBB, DL, TII->get(SystemZ::RLL), NewVal) in emitAtomicLoadBinary()
6628 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadMinMax()
6659 BuildMI(MBB, DL, TII->get(SystemZ::RLL), NewVal) in emitAtomicLoadMinMax()
6755 BuildMI(MBB, DL, TII->get(SystemZ::RLL), Dest) in emitAtomicCmpSwapW()
6779 BuildMI(MBB, DL, TII->get(SystemZ::RLL), StoreVal) in emitAtomicCmpSwapW()
H A DSystemZInstrInfo.td1378 def RLL : BinaryRSY<"rll", 0xEB1D, shiftop<rotl>, GR32>;
2183 (RLL GR32:$val, (NILL GR32:$shift, imm32zx16trunc:$imm), 0)>;
H A DSystemZScheduleZEC12.td481 def : InstRW<[WLat2LSU, FXU, LSU, NormalGr], (instregex "RLL(G)?$")>;
H A DSystemZScheduleZ196.td470 def : InstRW<[WLat2LSU, FXU, LSU, NormalGr], (instregex "RLL(G)?$")>;
H A DSystemZScheduleZ13.td507 def : InstRW<[WLat2LSU, FXa, LSU, NormalGr], (instregex "RLL(G)?$")>;
H A DSystemZScheduleZ14.td517 def : InstRW<[WLat2LSU, FXa, LSU, NormalGr], (instregex "RLL(G)?$")>;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2524 SDValue RLL = DAG.getNode(ISD::AND, dl, NVT, RL, Mask); in ExpandIntRes_MUL() local
2526 SDValue T = DAG.getNode(ISD::MUL, dl, NVT, LLL, RLL); in ExpandIntRes_MUL()
2541 DAG.getNode(ISD::MUL, dl, NVT, LLH, RLL), TH); in ExpandIntRes_MUL()