/llvm-project/llvm/include/llvm/ADT/ |
H A D | Bitfields.h | 113 static constexpr Unsigned SignExtend = Unsigned(Smin << 1U); // 11000000 member
|
/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | FormattersHelpers.h | 148 InferiorSizedWord SignExtend() const { SignExtend() function
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_ring_buffer.h | 96 static uptr SignExtend(uptr x) { return ((sptr)x) << kSizeBits >> kSizeBits; } in SignExtend() function
|
/llvm-project/lldb/source/Utility/ |
H A D | RegisterValue.cpp | 435 bool RegisterValue::SignExtend(uint32_t sign_bitpos) { SignExtend() function in RegisterValue
|
H A D | Scalar.cpp | 746 bool Scalar::SignExtend(uint32_t sign_bit_pos) { SignExtend() function in Scalar
|
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.cpp | 870 unsigned SignExtend = MI->getOperand(3).getImm(); // encoded in "option<2>". printRangePrefetchAlias() local 1303 printMemExtendImpl(bool SignExtend,bool DoShift,unsigned Width,char SrcRegKind,raw_ostream & O) printMemExtendImpl() argument 1322 bool SignExtend = MI->getOperand(OpNum).getImm(); printMemExtend() local [all...] |
H A D | AArch64MCCodeEmitter.cpp | 385 unsigned SignExtend = MI.getOperand(OpIdx).getImm(); getMemExtendOpValue() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 157 return SelectAddrModeWRO(N, Width / 8, Base, Offset, SignExtend, DoShift); in SelectAddrModeXRO() argument 151 SelectAddrModeWRO(SDValue N,SDValue & Base,SDValue & Offset,SDValue & SignExtend,SDValue & DoShift) SelectAddrModeWRO() argument 1200 SelectExtendedSHL(SDValue N,unsigned Size,bool WantExtend,SDValue & Offset,SDValue & SignExtend) SelectExtendedSHL() argument 1232 SelectAddrModeWRO(SDValue N,unsigned Size,SDValue & Base,SDValue & Offset,SDValue & SignExtend,SDValue & DoShift) SelectAddrModeWRO() argument 1321 SelectAddrModeXRO(SDValue N,unsigned Size,SDValue & Base,SDValue & Offset,SDValue & SignExtend,SDValue & DoShift) SelectAddrModeXRO() argument [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 1351 bool SignExtend = getExtendKind(NarrowDef) == ExtendKind::Sign; in cloneArithmeticIVUser() local
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 6969 unsigned SignExtend = 0; selectExtendedSHL() local 7210 unsigned SignExtend = Ext == AArch64_AM::SXTW; selectAddrModeWRO() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.cpp | 1542 bool SignExtend = Load->getExtensionType() == ISD::SEXTLOAD; Select() local
|
/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 3237 emitPseudoExtend(MCInst & Inst,bool SignExtend,int64_t Width,SMLoc IDLoc,MCStreamer & Out) emitPseudoExtend() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 1520 LLVMConstInt(LLVMTypeRef IntTy,unsigned long long N,LLVMBool SignExtend) LLVMConstInt() argument
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 2144 bool SignExtend = shouldSignExtendTypeInLibCall(RetVT, IsSigned); makeExternalCall() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 18500 bool SignExtend = TLI.shouldSignExtendTypeInLibCall(RetVT, false); lowerToLibCall() local
|