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.cpp256 std::optional<bool> LeftShift; in selectSHXADDOp() local
260 LeftShift = true; in selectSHXADDOp()
264 LeftShift = false; in selectSHXADDOp()
266 if (LeftShift.has_value()) { in selectSHXADDOp()
267 if (*LeftShift) in selectSHXADDOp()
277 if (*LeftShift && Leading == 0 && C2.ult(Trailing) && Trailing == ShAmt) { in selectSHXADDOp()
289 if (!*LeftShift && Leading == C2 && Trailing == ShAmt) { in selectSHXADDOp()
301 LeftShift.reset(); in selectSHXADDOp()
307 LeftShift = true; in selectSHXADDOp()
312 LeftShift = false; in selectSHXADDOp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp568 unsigned LeftShift = PtrSizeInBytes * 8 - (SizeInBits + BitOffset); in addExpression() local
569 unsigned RightShift = LeftShift + BitOffset; in addExpression()
570 if (LeftShift) { in addExpression()
572 emitUnsigned(LeftShift); in addExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1238 bool LeftShift = N0.getOpcode() == ISD::SHL; in Select() local
1239 if (LeftShift || N0.getOpcode() == ISD::SRL) { in Select()
1256 if (LeftShift) in Select()
1269 if (!LeftShift && isC1Mask) { in Select()
1332 if (LeftShift && isShiftedMask_64(C1)) { in Select()
1362 if (!LeftShift && isShiftedMask_64(C1)) { in Select()
1400 if (LeftShift && isShiftedMask_64(C1)) { in Select()
2937 bool LeftShift = N0.getOpcode() == ISD::SHL; in selectSHXADDOp() local
2938 if ((LeftShift || N0.getOpcode() == ISD::SRL) && in selectSHXADDOp()
2944 if (LeftShift) in selectSHXADDOp()
[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.cpp584 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.cpp14326 bool LeftShift = N0->getOpcode() == ISD::SHL; in CombineANDShift() local
14337 if (LeftShift) in CombineANDShift()
14351 if (!LeftShift && isMask_32(C1)) { in CombineANDShift()
14362 if (LeftShift && isMask_32(~C1)) { in CombineANDShift()
14374 if (LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()
14387 if (!LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()
14400 if (LeftShift && in CombineANDShift()