Home
last modified time | relevance | path

Searched refs:LeftShift (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp514 bool LeftShift = N0.getOpcode() == ISD::SHL; in Select() local
515 if (!LeftShift && N0.getOpcode() != ISD::SRL) in Select()
537 if (LeftShift) in Select()
550 if (!LeftShift && isMask_64(C1)) { in Select()
596 if (LeftShift && isShiftedMask_64(C1)) { in Select()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h123 LeftShift, // ?6 # operator<< enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp262 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LeftShift, "operator<<"); in output()
H A DMicrosoftDemangle.cpp544 IFK::LeftShift, // ?6 # operator<< in translateIntrinsicFunctionCode()
/freebsd-13.1/share/misc/
H A Dusb_hid_usages446 0xE1 Keyboard LeftShift
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13615 bool LeftShift = N0->getOpcode() == ISD::SHL; in CombineANDShift() local
13626 if (LeftShift) in CombineANDShift()
13640 if (!LeftShift && isMask_32(C1)) { in CombineANDShift()
13651 if (LeftShift && isMask_32(~C1)) { in CombineANDShift()
13663 if (LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()
13676 if (!LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()