Home
last modified time | relevance | path

Searched defs:SignExtend (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h113 static constexpr Unsigned SignExtend = Unsigned(Smin << 1U); // 11000000 member
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h148 InferiorSizedWord SignExtend() const { in SignExtend() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h94 static uptr SignExtend(uptr x) { return ((sptr)x) << kSizeBits >> kSizeBits; } SignExtend() function
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp435 bool RegisterValue::SignExtend(uint32_t sign_bitpos) { in SignExtend() function in RegisterValue
H A DScalar.cpp746 bool Scalar::SignExtend(uint32_t sign_bit_pos) { in SignExtend() function in Scalar
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp855 unsigned SignExtend = MI->getOperand(3).getImm(); // encoded in "option<2>". printRangePrefetchAlias() local
1286 printMemExtendImpl(bool SignExtend,bool DoShift,unsigned Width,char SrcRegKind,raw_ostream & O,bool UseMarkup) printMemExtendImpl() argument
1309 bool SignExtend = MI->getOperand(OpNum).getImm(); printMemExtend() local
[all...]
H A DAArch64MCCodeEmitter.cpp356 unsigned SignExtend = MI.getOperand(OpIdx).getImm(); getMemExtendOpValue() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp151 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO()
157 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO()
1203 SDValue &SignExtend) { in SelectExtendedSHL()
1235 SDValue &SignExtend, in SelectAddrModeWRO()
1324 SDValue &SignExtend, in SelectAddrModeXRO()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1353 bool SignExtend = getExtendKind(NarrowDef) == ExtendKind::Sign; in cloneArithmeticIVUser() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp7140 unsigned SignExtend = 0; in selectExtendedSHL() local
7381 unsigned SignExtend = Ext == AArch64_AM::SXTW; in selectAddrModeWRO() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3307 void RISCVAsmParser::emitPseudoExtend(MCInst &Inst, bool SignExtend, in emitPseudoExtend()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1542 bool SignExtend = Load->getExtensionType() == ISD::SEXTLOAD; in Select() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1536 LLVMBool SignExtend) { in LLVMConstInt()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2139 bool SignExtend = shouldSignExtendTypeInLibCall(RetVT, IsSigned); in makeExternalCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp18498 bool SignExtend = TLI.shouldSignExtendTypeInLibCall(RetVT, false); in lowerToLibCall() local