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

12

/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h292 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator in enum:llvm::ConstantRange::PreferredRangeType
H A DDebugInfoMetadata.h825 enum class Signedness { Signed, Unsigned }; member in class:llvm::DIBasicType::Signedness
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp132 unsigned Signed = Size & Operation::SignBit; local
284 unsigned Signed = Size & Operation::SignBit; local
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h38 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; member in class:clang::TypeSpecifierSign
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h271 VariantValue(int Signed) : VariantValue(static_cast<unsigned>(Signed)) {} argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h70 RecurrenceDescriptor(Value *Start, Instruction *Exit, RecurKind K, FastMathFlags FMF, Instruction *ExactFP, Type *RT, bool Signed, bool Ordered, SmallPtrSetImpl<Instruction *> &CI) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTX.h117 Signed, enumerator in enum:llvm::NVPTX::PTXLdStInstCode::FromType
/netbsd-current/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h47 Signed, member in class:llvm::ExpressionFormat::Kind
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp438 bool Signed = IID == Intrinsic::amdgcn_sbfe; local
H A DAMDGPURegisterBankInfo.cpp2437 const bool Signed = Opc == AMDGPU::G_SEXT; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp551 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp795 bool Signed = (Opc == S2_asr_i_p); local
H A DHexagonConstPropagation.cpp1738 evaluateEXTRACTr(const RegisterSubReg &R1, unsigned Width, unsigned Bits, unsigned Offset, bool Signed, const CellMap &Inputs, LatticeCell &Result) argument
1770 evaluateEXTRACTi(const APInt &A1, unsigned Bits, unsigned Offset, bool Signed, APInt &Result) argument
2156 bool Signed = (Opc == Hexagon::S4_extract) || local
2475 bool Signed = false; local
2748 bool Signed = false; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp660 bool Signed; member in struct:__anon416::WidthAndSignedness
671 bool Signed = Type->isSignedIntegerType(); local
683 bool Signed = false; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp797 DIExpression *DIBuilder::createExpression(ArrayRef<int64_t> Signed) { argument
H A DDebugInfoMetadata.cpp1516 getExtOps(unsigned FromSize, unsigned ToSize, bool Signed) argument
1524 appendExt(const DIExpression *Expr, unsigned FromSize, unsigned ToSize, bool Signed) argument
H A DAutoUpgrade.cpp1486 upgradeMaskedCompare(IRBuilder< &Builder, CallInst &CI, unsigned CC, bool Signed) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1883 bool Signed = IntrinsicID == Intrinsic::wasm_trunc_signed; local
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp68 bool Float, Signed, Immediate, Void, Constant, Pointer, BFloat; member in class:__anon1223::SVEType
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1057 NoopOrExtend(const SCEV *S, Type *Ty, ScalarEvolution &SE, bool Signed) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1117 cannotBeMinInLoop(const SCEV *S, const Loop *L, ScalarEvolution &SE, bool Signed) argument
1128 cannotBeMaxInLoop(const SCEV *S, const Loop *L, ScalarEvolution &SE, bool Signed) argument
H A DSimplifyIndVar.cpp425 willNotOverflow(ScalarEvolution *SE, Instruction::BinaryOps BinOp, bool Signed, const SCEV *LHS, const SCEV *RHS) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp749 bool Signed = N->getOpcode() == ISD::SINT_TO_FP || local
936 bool Signed = N->getOpcode() == ISD::FP_TO_SINT || local
1905 bool Signed = N->getOpcode() == ISD::FP_TO_SINT || local
919 findFPToIntLibcall(EVT SrcVT, EVT RetVT, EVT &Promoted, bool Signed) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h184 bool Signed; member in namespace:clang::threadSafety::til

Completed in 244 milliseconds

12