Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp452 Value *RightShift = Signed ? IC.Builder.CreateAShr(Shl, IntSize - Width) in instCombineIntrinsic() local
454 RightShift->takeName(&II); in instCombineIntrinsic()
455 return IC.replaceInstUsesWith(II, RightShift); in instCombineIntrinsic()
458 Value *RightShift = Signed ? IC.Builder.CreateAShr(Src, Offset) in instCombineIntrinsic() local
461 RightShift->takeName(&II); in instCombineIntrinsic()
462 return IC.replaceInstUsesWith(II, RightShift); in instCombineIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h122 RightShift, // ?5 # operator>> enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp261 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, RightShift, "operator>>"); in output()
H A DMicrosoftDemangle.cpp543 IFK::RightShift, // ?5 # operator>> in translateIntrinsicFunctionCode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp4979 bool RightShift = Opc == PPC::SRW || Opc == PPC::SRW_rec || Opc == PPC::SRD || in transformToImmFormFedByLI() local
5010 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 32 - ShAmt : ShAmt; in transformToImmFormFedByLI()
5011 uint64_t MB = RightShift ? ShAmt : 0; in transformToImmFormFedByLI()
5012 uint64_t ME = RightShift ? 31 : 31 - ShAmt; in transformToImmFormFedByLI()
5020 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 64 - ShAmt : ShAmt; in transformToImmFormFedByLI()
5021 uint64_t ME = RightShift ? ShAmt : 63 - ShAmt; in transformToImmFormFedByLI()
H A DPPCISelLowering.cpp14911 SDNode *RightShift = *UI; in PerformDAGCombine() local
14913 std::swap(Trunc, RightShift); in PerformDAGCombine()
14919 if (RightShift->getOpcode() != ISD::SRL || in PerformDAGCombine()
14920 !isa<ConstantSDNode>(RightShift->getOperand(1)) || in PerformDAGCombine()
14921 RightShift->getConstantOperandVal(1) != 32 || in PerformDAGCombine()
14922 !RightShift->hasOneUse()) in PerformDAGCombine()
14925 SDNode *Trunc2 = *RightShift->use_begin(); in PerformDAGCombine()
/freebsd-13.1/share/misc/
H A Dusb_hid_usages450 0xE5 Keyboard RightShift