Searched defs:Signed (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp303 isVectorShrinkable(const SDNode *N, unsigned NewEltSize, bool Signed) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp84 nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, bool Signed) argument
99 parseLEBImmediate(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, bool Signed) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator in enum:llvm::ConstantRange::PreferredRangeType
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h73 int64_t Signed() const { return m_value.value.sval; } function in class:lldb_private::plugin::dwarf::DWARFFormValue
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h271 VariantValue(int Signed) : VariantValue(static_cast<unsigned>(Signed)) {} argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp155 unsigned Signed = Size & Operation::SignBit; local
318 unsigned Signed = Size & Operation::SignBit; local
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h50 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; member in class:clang::TypeSpecifierSign
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp77 bool Signed = Val.isSigned(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h125 Signed, enumerator in enum:llvm::NVPTX::PTXLdStInstCode::FromType
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp888 getFromTy(Type *Ty, bool Signed) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h515 getExtAttrForI32Return(bool ShouldExtI32Return_, bool ShouldSignExtI32Return_, bool Signed) argument
544 getAttrList(LLVMContext *C, ArrayRef<unsigned> ArgNos, bool Signed, bool Ret = false, AttributeList AL = AttributeList()) const argument
[all...]
H A DIVDescriptors.h75 RecurrenceDescriptor(Value *Start, Instruction *Exit, StoreInst *Store, RecurKind K, FastMathFlags FMF, Instruction *ExactFP, Type *RT, bool Signed, bool Ordered, SmallPtrSetImpl<Instruction *> &CI, unsigned MinWidthCastToRecurTy) argument
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp70 bool Float, Signed, Immediate, Void, Constant, Pointer, BFloat; member in class:__anon1095::SVEType
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp793 bool Signed = (Opc == S2_asr_i_p); local
H A DHexagonVectorCombine.cpp431 enum Signedness { Positive, Signed, Unsigned }; enumerator in enum:__anon2454::HvxIdioms::Signedness
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h46 Signed, member in class:llvm::ExpressionFormat::Kind
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp486 static KnownBits computeForSatAddSub(bool Add, bool Signed, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp551 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1088 static bool checkNoWrapFlags(Instruction *I, bool Signed) { argument
1101 << ", Signed=" << Signed << "\n"); local
1094 checkIfSafeAddSequence(const APInt &IdxDiff, Instruction *AddOpA, unsigned MatchingOpIdxA, Instruction *AddOpB, unsigned MatchingOpIdxB, bool Signed) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp353 bool Signed = Pred == ICmpInst::ICMP_SLE; local
557 NoopOrExtend(const SCEV *S, Type *Ty, ScalarEvolution &SE, bool Signed) argument
H A DConstraintElimination.cpp287 DenseMap<Value *, unsigned> &getValue2Index(bool Signed) { argument
294 ConstraintSystem &getCS(bool Signed) { argument
301 void popLastConstraint(bool Signed) { getCS(Signed) argument
302 popLastNVariables(bool Signed, unsigned N) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp758 bool isExtImm(bool Signed, unsigned Multiple) const { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2062 bool Signed = IntrinsicID == Intrinsic::wasm_trunc_signed; local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1986 generateOverflowCheck(const SCEVAddRecExpr *AR, Instruction *Loc, bool Signed) argument
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp749 bool Signed; member in struct:__anon13::WidthAndSignedness
760 bool Signed = Type->isSignedIntegerType(); local
772 bool Signed = false; local
[all...]

Completed in 270 milliseconds

12