Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp406 std::optional<bool> LeftShift; in selectSHXADDOp() local
410 LeftShift = true; in selectSHXADDOp()
414 LeftShift = false; in selectSHXADDOp()
416 if (LeftShift.has_value()) { in selectSHXADDOp()
417 if (*LeftShift) in selectSHXADDOp()
427 if (*LeftShift && Leading == 0 && C2.ult(Trailing) && Trailing == ShAmt) { in selectSHXADDOp()
439 if (!*LeftShift && Leading == C2 && Trailing == ShAmt) { in selectSHXADDOp()
451 LeftShift.reset(); in selectSHXADDOp()
457 LeftShift = true; in selectSHXADDOp()
462 LeftShift = false; in selectSHXADDOp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp574 unsigned LeftShift = PtrSizeInBytes * 8 - (SizeInBits + BitOffset); in addExpression() local
575 unsigned RightShift = LeftShift + BitOffset; in addExpression()
576 if (LeftShift) { in addExpression()
578 emitUnsigned(LeftShift); in addExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1360 bool LeftShift = N0.getOpcode() == ISD::SHL; in Select() local
1361 if (LeftShift || N0.getOpcode() == ISD::SRL) { in Select()
1380 if (LeftShift) in Select()
1393 if (!LeftShift && isMask_64(C1)) { in Select()
1456 if (LeftShift && isShiftedMask_64(C1)) { in Select()
1499 if (!LeftShift && isShiftedMask_64(C1)) { in Select()
1549 if (LeftShift && isShiftedMask_64(C1)) { in Select()
3309 if (bool LeftShift = N0.getOpcode() == ISD::SHL; in selectSHXADDOp() local
3310 (LeftShift || N0.getOpcode() == ISD::SRL) && in selectSHXADDOp()
3316 if (LeftShift) in selectSHXADDOp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp262 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LeftShift, "operator<<"); in output()
H A DMicrosoftDemangle.cpp585 IFK::LeftShift, // ?6 # operator<< in translateIntrinsicFunctionCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h124 LeftShift, // ?6 # operator<< enumerator
/freebsd/share/misc/
H A Dusb_hid_usages445 0xE1 Keyboard LeftShift
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14403 bool LeftShift = N0->getOpcode() == ISD::SHL; in CombineANDShift() local
14414 if (LeftShift) in CombineANDShift()
14428 if (!LeftShift && isMask_32(C1)) { in CombineANDShift()
14439 if (LeftShift && isMask_32(~C1)) { in CombineANDShift()
14451 if (LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()
14464 if (!LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()
14477 if (LeftShift && in CombineANDShift()