Searched defs:SignExtend (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h146 InferiorSizedWord SignExtend() const { function in struct:lldb_private::formatters::InferiorSizedWord
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp340 unsigned SignExtend = MI.getOperand(OpIdx).getImm(); local
H A DAArch64InstPrinter.cpp1017 static void printMemExtendImpl(bool SignExtend, bool DoShift, argument
1034 bool SignExtend = MI->getOperand(OpNum).getImm(); local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp485 bool RegisterValue::SignExtend(uint32_t sign_bitpos) { function in class:RegisterValue
H A DScalar.cpp2655 bool Scalar::SignExtend(uint32_t sign_bit_pos) { function in class:Scalar
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp129 SelectAddrModeWRO(SDValue N, SDValue &Base, SDValue &Offset, SDValue &SignExtend, SDValue &DoShift) argument
135 SelectAddrModeXRO(SDValue N, SDValue &Base, SDValue &Offset, SDValue &SignExtend, SDValue &DoShift) argument
920 SelectExtendedSHL(SDValue N, unsigned Size, bool WantExtend, SDValue &Offset, SDValue &SignExtend) argument
952 SelectAddrModeWRO(SDValue N, unsigned Size, SDValue &Base, SDValue &Offset, SDValue &SignExtend, SDValue &DoShift) argument
1041 SelectAddrModeXRO(SDValue N, unsigned Size, SDValue &Base, SDValue &Offset, SDValue &SignExtend, SDValue &DoShift) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1232 bool SignExtend = getExtendKind(NarrowDef) == SignExtended; local

Completed in 123 milliseconds