Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp244 std::optional<bool> LeftShift; in selectSHXADDOp() local
248 LeftShift = true; in selectSHXADDOp()
252 LeftShift = false; in selectSHXADDOp()
254 if (LeftShift.has_value()) { in selectSHXADDOp()
255 if (*LeftShift) in selectSHXADDOp()
277 if (!*LeftShift && Leading == C2 && Trailing == ShAmt) { in selectSHXADDOp()
289 LeftShift.reset(); in selectSHXADDOp()
295 LeftShift = true; in selectSHXADDOp()
300 LeftShift = false; in selectSHXADDOp()
302 if (LeftShift.has_value() && Mask.isShiftedMask()) { in selectSHXADDOp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1139 bool LeftShift = N0.getOpcode() == ISD::SHL; in Select() local
1140 if (LeftShift || N0.getOpcode() == ISD::SRL) { in Select()
1157 if (LeftShift) in Select()
1170 if (!LeftShift && isC1Mask) { in Select()
1233 if (LeftShift && isShiftedMask_64(C1)) { in Select()
1263 if (!LeftShift && isShiftedMask_64(C1)) { in Select()
1301 if (LeftShift && isShiftedMask_64(C1)) { in Select()
2736 bool LeftShift = N0.getOpcode() == ISD::SHL; in selectSHXADDOp() local
2743 if (LeftShift) in selectSHXADDOp()
2780 bool LeftShift = N.getOpcode() == ISD::SHL; in selectSHXADDOp() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h122 LeftShift, // ?6 # operator<< enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp260 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LeftShift, "operator<<"); in output()
H A DMicrosoftDemangle.cpp571 IFK::LeftShift, // ?6 # operator<< in translateIntrinsicFunctionCode()
/freebsd/share/misc/
H A Dusb_hid_usages445 0xE1 Keyboard LeftShift
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14321 bool LeftShift = N0->getOpcode() == ISD::SHL; in CombineANDShift() local
14332 if (LeftShift) in CombineANDShift()
14346 if (!LeftShift && isMask_32(C1)) { in CombineANDShift()
14357 if (LeftShift && isMask_32(~C1)) { in CombineANDShift()
14369 if (LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()
14382 if (!LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()