| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | Bitfields.h | 113 static constexpr Unsigned SignExtend = Unsigned(Smin << 1U); // 11000000 member
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersHelpers.h | 155 InferiorSizedWord SignExtend() const { in SignExtend() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_ring_buffer.h | 94 static uptr SignExtend(uptr x) { return ((sptr)x) << kSizeBits >> kSizeBits; } SignExtend() function
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | RegisterValue.cpp | 436 bool RegisterValue::SignExtend(uint32_t sign_bitpos) { in SignExtend() function in RegisterValue
|
| H A D | Scalar.cpp | 745 bool Scalar::SignExtend(uint32_t sign_bit_pos) { in SignExtend() function in Scalar
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 869 unsigned SignExtend = MI->getOperand(3).getImm(); // encoded in "option<2>". in printRangePrefetchAlias() local 1316 void AArch64InstPrinter::printMemExtendImpl(bool SignExtend, bool DoShift, in printMemExtendImpl() 1335 bool SignExtend = MI->getOperand(OpNum).getImm(); in printMemExtend() local
|
| H A D | AArch64MCCodeEmitter.cpp | 401 unsigned SignExtend = MI.getOperand(OpIdx).getImm(); in getMemExtendOpValue() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 156 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO() 162 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO() 1207 SDValue &SignExtend) { in SelectExtendedSHL() 1239 SDValue &SignExtend, in SelectAddrModeWRO() 1328 SDValue &SignExtend, in SelectAddrModeXRO()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 1353 bool SignExtend = getExtendKind(NarrowDef) == ExtendKind::Sign; in cloneArithmeticIVUser() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 7313 unsigned SignExtend = 0; in selectExtendedSHL() local 7554 unsigned SignExtend = Ext == AArch64_AM::SXTW; in selectAddrModeWRO() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 1744 bool SignExtend = Load->getExtensionType() == ISD::SEXTLOAD; in Select() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 3581 void RISCVAsmParser::emitPseudoExtend(MCInst &Inst, bool SignExtend, in emitPseudoExtend()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 1539 LLVMBool SignExtend) { in LLVMConstInt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 2477 bool SignExtend = shouldSignExtendTypeInLibCall(RetTy, IsSigned); in makeExternalCall() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 19500 bool SignExtend = TLI.shouldSignExtendTypeInLibCall(RetTy, false); in lowerToLibCall() local
|