Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp749 bool LeftShift = N0.getOpcode() == ISD::SHL; in Select() local
750 if (!LeftShift && N0.getOpcode() != ISD::SRL) in Select()
770 if (LeftShift) in Select()
783 if (!LeftShift && isMask_64(C1)) { in Select()
834 if (LeftShift && isShiftedMask_64(C1)) { in Select()
863 if (!LeftShift && isShiftedMask_64(C1)) { in Select()
899 if (LeftShift && isShiftedMask_64(C1)) { in Select()
2033 bool LeftShift = N0.getOpcode() == ISD::SHL; in selectSHXADDOp() local
2040 if (LeftShift) in selectSHXADDOp()
2077 bool LeftShift = N.getOpcode() == ISD::SHL; in selectSHXADDOp() local
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h123 LeftShift, // ?6 # operator<< enumerator
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp261 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LeftShift, "operator<<"); in output()
H A DMicrosoftDemangle.cpp544 IFK::LeftShift, // ?6 # operator<< in translateIntrinsicFunctionCode()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAPIntTest.cpp2577 TEST(APIntTest, LeftShift) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14092 bool LeftShift = N0->getOpcode() == ISD::SHL; in CombineANDShift() local
14103 if (LeftShift) in CombineANDShift()
14117 if (!LeftShift && isMask_32(C1)) { in CombineANDShift()
14128 if (LeftShift && isMask_32(~C1)) { in CombineANDShift()
14140 if (LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()
14153 if (!LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()