Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h113 static constexpr Unsigned SignExtend = Unsigned(Smin << 1U); // 11000000 member
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h148 InferiorSizedWord SignExtend() const { in SignExtend() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h96 static uptr SignExtend(uptr x) { return ((sptr)x) << kSizeBits >> kSizeBits; } in SignExtend() function
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp870 unsigned SignExtend = MI->getOperand(3).getImm(); // encoded in "option<2>". in printRangePrefetchAlias() local
1303 void AArch64InstPrinter::printMemExtendImpl(bool SignExtend, bool DoShift, in printMemExtendImpl()
1322 bool SignExtend = MI->getOperand(OpNum).getImm(); in printMemExtend() local
H A DAArch64MCCodeEmitter.cpp385 unsigned SignExtend = MI.getOperand(OpIdx).getImm(); in getMemExtendOpValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp153 SelectAddrModeWRO(SDValue N,SDValue & Base,SDValue & Offset,SDValue & SignExtend,SDValue & DoShift) SelectAddrModeWRO() argument
159 SelectAddrModeXRO(SDValue N,SDValue & Base,SDValue & Offset,SDValue & SignExtend,SDValue & DoShift) SelectAddrModeXRO() argument
1179 SelectExtendedSHL(SDValue N,unsigned Size,bool WantExtend,SDValue & Offset,SDValue & SignExtend) SelectExtendedSHL() argument
1211 SelectAddrModeWRO(SDValue N,unsigned Size,SDValue & Base,SDValue & Offset,SDValue & SignExtend,SDValue & DoShift) SelectAddrModeWRO() argument
1300 SelectAddrModeXRO(SDValue N,unsigned Size,SDValue & Base,SDValue & Offset,SDValue & SignExtend,SDValue & DoShift) SelectAddrModeXRO() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1323 bool SignExtend = getExtendKind(NarrowDef) == ExtendKind::Sign; cloneArithmeticIVUser() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp7010 unsigned SignExtend = 0; selectExtendedSHL() local
7251 unsigned SignExtend = Ext == AArch64_AM::SXTW; selectAddrModeWRO() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3234 emitPseudoExtend(MCInst & Inst,bool SignExtend,int64_t Width,SMLoc IDLoc,MCStreamer & Out) emitPseudoExtend() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2116 bool SignExtend = shouldSignExtendTypeInLibCall(RetVT, IsSigned); makeExternalCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1452 LLVMConstInt(LLVMTypeRef IntTy,unsigned long long N,LLVMBool SignExtend) LLVMConstInt() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp18284 bool SignExtend = TLI.shouldSignExtendTypeInLibCall(RetVT, false); lowerToLibCall() local