Home
last modified time | relevance | path

Searched refs:RightShift (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp724 Value *RightShift = Signed ? IC.Builder.CreateAShr(Shl, IntSize - Width) in instCombineIntrinsic() local
726 RightShift->takeName(&II); in instCombineIntrinsic()
727 return IC.replaceInstUsesWith(II, RightShift); in instCombineIntrinsic()
730 Value *RightShift = Signed ? IC.Builder.CreateAShr(Src, Offset) in instCombineIntrinsic() local
733 RightShift->takeName(&II); in instCombineIntrinsic()
734 return IC.replaceInstUsesWith(II, RightShift); in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h121 RightShift, // ?5 # operator>> enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp259 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, RightShift, "operator>>"); in output()
H A DMicrosoftDemangle.cpp570 IFK::RightShift, // ?5 # operator>> in translateIntrinsicFunctionCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp4951 bool RightShift = Opc == PPC::SRW || Opc == PPC::SRW_rec || Opc == PPC::SRD || in transformToImmFormFedByLI() local
4986 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 32 - ShAmt : ShAmt; in transformToImmFormFedByLI()
4987 uint64_t MB = RightShift ? ShAmt : 0; in transformToImmFormFedByLI()
4988 uint64_t ME = RightShift ? 31 : 31 - ShAmt; in transformToImmFormFedByLI()
4996 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 64 - ShAmt : ShAmt; in transformToImmFormFedByLI()
4997 uint64_t ME = RightShift ? ShAmt : 63 - ShAmt; in transformToImmFormFedByLI()
H A DPPCISelLowering.cpp15773 SDNode *RightShift = *UI; in PerformDAGCombine() local
15775 std::swap(Trunc, RightShift); in PerformDAGCombine()
15781 if (RightShift->getOpcode() != ISD::SRL || in PerformDAGCombine()
15782 !isa<ConstantSDNode>(RightShift->getOperand(1)) || in PerformDAGCombine()
15783 RightShift->getConstantOperandVal(1) != 32 || in PerformDAGCombine()
15784 !RightShift->hasOneUse()) in PerformDAGCombine()
15787 SDNode *Trunc2 = *RightShift->use_begin(); in PerformDAGCombine()
/freebsd/share/misc/
H A Dusb_hid_usages449 0xE5 Keyboard RightShift