Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h113 static constexpr Unsigned SignExtend = Unsigned(Smin << 1U); // 11000000 member
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h150 InferiorSizedWord SignExtend() const { in SignExtend() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp459 bool RegisterValue::SignExtend(uint32_t sign_bitpos) { in SignExtend() function in RegisterValue
H A DScalar.cpp745 bool Scalar::SignExtend(uint32_t sign_bit_pos) { in SignExtend() function in Scalar
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp152 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO()
158 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO()
1029 SDValue &SignExtend) { in SelectExtendedSHL()
1061 SDValue &SignExtend, in SelectAddrModeWRO()
1150 SDValue &SignExtend, in SelectAddrModeXRO()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp347 unsigned SignExtend = MI.getOperand(OpIdx).getImm(); in getMemExtendOpValue() local
H A DAArch64InstPrinter.cpp1103 static void printMemExtendImpl(bool SignExtend, bool DoShift, in printMemExtendImpl()
1120 bool SignExtend = MI->getOperand(OpNum).getImm(); in printMemExtend() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1254 bool SignExtend = getExtendKind(NarrowDef) == SignExtended; in cloneArithmeticIVUser() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2351 void RISCVAsmParser::emitPseudoExtend(MCInst &Inst, bool SignExtend, in emitPseudoExtend()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5450 unsigned SignExtend = 0; in selectExtendedSHL() local
5691 unsigned SignExtend = Ext == AArch64_AM::SXTW; in selectAddrModeWRO() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1352 LLVMBool SignExtend) { in LLVMConstInt()