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

12

/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h319 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator in enum:llvm::ConstantRange::PreferredRangeType
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h66 int64_t Signed() const { return m_value.value.sval; } function in class:DWARFFormValue
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp83 nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, bool Signed) argument
98 parseLEBImmediate(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, bool Signed) argument
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp296 isVectorShrinkable(const SDNode *N, unsigned NewEltSize, bool Signed) argument
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h47 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; member in class:clang::TypeSpecifierSign
/openbsd-current/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h271 VariantValue(int Signed) : VariantValue(static_cast<unsigned>(Signed)) {} argument
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DJSON.h124 enum class DataType : uint8_t { Unsigned, Signed, Double } m_data_type; member in class:JSONNumber::DataType
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp131 unsigned Signed = Size & Operation::SignBit; local
282 unsigned Signed = Size & Operation::SignBit; local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp137 DenseMap<Value *, unsigned> &getValue2Index(bool Signed) { argument
144 ConstraintSystem &getCS(bool Signed) { argument
151 void popLastConstraint(bool Signed) { getCS(Signed) argument
152 popLastNVariables(bool Signed, unsigned N) argument
[all...]
H A DInductiveRangeCheckElimination.cpp1058 NoopOrExtend(const SCEV *S, Type *Ty, ScalarEvolution &SE, bool Signed) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTX.h118 Signed, enumerator in enum:llvm::NVPTX::PTXLdStInstCode::FromType
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DIVDescriptors.h73 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
H A DTargetLibraryInfo.h457 getExtAttrForI32Return(bool ShouldExtI32Return_, bool ShouldSignExtI32Return_, bool Signed) argument
486 getAttrList(LLVMContext *C, ArrayRef<unsigned> ArgNos, bool Signed, bool Ret = false, AttributeList AL = AttributeList()) const argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp699 bool Signed; member in struct:__anon407::WidthAndSignedness
710 bool Signed = Type->isSignedIntegerType(); local
722 bool Signed = false; local
[all...]
/openbsd-current/gnu/llvm/clang/utils/TableGen/
H A DSveEmitter.cpp68 bool Float, Signed, Immediate, Void, Constant, Pointer, BFloat; member in class:__anon1198::SVEType
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp344 enum Signedness { Positive, Signed, Unsigned }; enumerator in enum:__anon2880::HvxIdioms::Signedness
[all...]
H A DHexagonSplitDouble.cpp794 bool Signed = (Opc == S2_asr_i_p); local
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp551 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, argument
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp389 static bool checkNoWrapFlags(Instruction *I, bool Signed) { argument
395 checkIfSafeAddSequence(const APInt &IdxDiff, Instruction *AddOpA, unsigned MatchingOpIdxA, Instruction *AddOpB, unsigned MatchingOpIdxB, bool Signed) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheckImpl.h47 Signed, member in class:llvm::ExpressionFormat::Kind
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp747 bool isExtImm(bool Signed, unsigned Multiple) const { argument
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp2055 bool Signed = IntrinsicID == Intrinsic::wasm_trunc_signed; local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1126 cannotBeMinInLoop(const SCEV *S, const Loop *L, ScalarEvolution &SE, bool Signed) argument
1137 cannotBeMaxInLoop(const SCEV *S, const Loop *L, ScalarEvolution &SE, bool Signed) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp2579 const bool Signed = Opc == AMDGPU::G_SEXT; local
[all...]
H A DAMDGPUISelDAGToDAG.cpp629 bool Signed = Opc == AMDGPUISD::BFE_I32; local
997 bool Signed = N->getOpcode() == AMDGPUISD::MAD_I64_I32; local
1015 bool Signed = N->getOpcode() == ISD::SMUL_LOHI; local
2130 bool Signed = N->getOpcode() == ISD::SRA; local
[all...]

Completed in 465 milliseconds

12