Home
last modified time | relevance | path

Searched defs:Signed (Results 1 – 25 of 62) sorted by relevance

123

/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp85 nextLEB(int64_t & Val,ArrayRef<uint8_t> Bytes,uint64_t & Size,bool Signed) nextLEB() argument
100 parseLEBImmediate(MCInst & MI,uint64_t & Size,ArrayRef<uint8_t> Bytes,bool Signed) parseLEBImmediate() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h319 enum PreferredRangeType { Smallest, Unsigned, Signed }; global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp155 unsigned Signed = Size & Operation::SignBit; in extract() local
318 unsigned Signed = Size & Operation::SignBit; print() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h73 int64_t Signed() const { return m_value.value.sval; } in Signed() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h271 VariantValue(int Signed) : VariantValue(static_cast<unsigned>(Signed)) {} in VariantValue()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp811 auto Signed = MGather->isIndexSigned() ? "signed" : "unsigned"; print_details() local
823 auto Signed = MScatter->isIndexSigned() ? "signed" : "unsigned"; print_details() local
H A DLegalizeFloatTypes.cpp853 bool Signed = N->getOpcode() == ISD::SINT_TO_FP || SoftenFloatRes_XINT_TO_FP() local
1032 findFPToIntLibcall(EVT SrcVT,EVT RetVT,EVT & Promoted,bool Signed) findFPToIntLibcall() argument
1048 bool Signed = N->getOpcode() == ISD::FP_TO_SINT || SoftenFloatOp_FP_TO_XINT() local
2033 bool Signed = N->getOpcode() == ISD::FP_TO_SINT || ExpandFloatOp_FP_TO_XINT() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1088 checkNoWrapFlags(Instruction * I,bool Signed) checkNoWrapFlags() argument
1096 checkIfSafeAddSequence(const APInt & IdxDiff,Instruction * AddOpA,unsigned MatchingOpIdxA,Instruction * AddOpB,unsigned MatchingOpIdxB,bool Signed) checkIfSafeAddSequence() argument
1202 bool Signed = isa<SExtInst>(OpA); getConstantOffsetComplexAddrs() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h77 Type *RT, bool Signed, bool Ordered, in RecurrenceDescriptor()
H A DTargetLibraryInfo.h517 getExtAttrForI32Return(bool ShouldExtI32Return_,bool ShouldSignExtI32Return_,bool Signed) getExtAttrForI32Return() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h125 Signed, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp302 void popLastConstraint(bool Signed) { getCS(Signed) in popLastConstraint() argument
287 getValue2Index(bool Signed) getValue2Index() argument
294 getCS(bool Signed) getCS() argument
301 popLastConstraint(bool Signed) popLastConstraint() argument
[all...]
H A DInductiveRangeCheckElimination.cpp353 bool Signed = Pred == ICmpInst::ICMP_SLE; in parseIvAgaisntLimit() local
558 bool Signed) { in NoopOrExtend()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1732 unsigned Width, unsigned Bits, unsigned Offset, bool Signed, in evaluateEXTRACTr()
1764 unsigned Offset, bool Signed, APInt &Result) { in evaluateEXTRACTi()
2149 bool Signed = (Opc == Hexagon::S4_extract) || in evaluate() local
2468 bool Signed = false; in getCmpImm() local
2741 bool Signed = false; in evaluateHexExt() local
H A DHexagonISelLoweringHVX.cpp1566 HexagonTargetLowering::resizeToWidth(SDValue VecV, MVT ResTy, bool Signed, in resizeToWidth()
2399 const SDLoc &dl, bool Signed, SelectionDAG &DAG) const { in emitHvxAddWithOverflow()
2430 bool Signed, SelectionDAG &DAG) const { in emitHvxShiftRightRnd()
2687 bool Signed = Opc == ISD::FP_TO_SINT || Opc == ISD::SINT_TO_FP; in EqualizeFpIntConversion() local
2862 bool Signed = Opc == ISD::SINT_TO_FP; in ExpandHvxIntToFp() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h50 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h46 Signed, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp624 bool Signed = Opc == AMDGPUISD::BFE_I32; Select() local
999 bool Signed = N->getOpcode() == AMDGPUISD::MAD_I64_I32; SelectMAD_64_32() local
1017 bool Signed = N->getOpcode() == ISD::SMUL_LOHI; SelectMUL_LOHI() local
2237 bool Signed = N->getOpcode() == ISD::SRA; SelectS_BFEFromShifts() local
[all...]
H A DAMDGPULibFunc.cpp889 bool Signed) { in getFromTy() argument
H A DAMDGPUInstCombineIntrinsic.cpp710 bool Signed = IID == Intrinsic::amdgcn_sbfe; instCombineIntrinsic() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1241 setArgExtAttr(Function & F,unsigned ArgNo,const TargetLibraryInfo & TLI,bool Signed=true) setArgExtAttr() argument
1248 setRetExtAttr(Function & F,const TargetLibraryInfo & TLI,bool Signed=true) setRetExtAttr() argument
H A DLoopUtils.cpp1212 cannotBeMinInLoop(const SCEV * S,const Loop * L,ScalarEvolution & SE,bool Signed) cannotBeMinInLoop() argument
1223 cannotBeMaxInLoop(const SCEV * S,const Loop * L,ScalarEvolution & SE,bool Signed) cannotBeMaxInLoop() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp77 bool Signed = Val.isSigned(); pushAPSInt() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp486 computeForSatAddSub(bool Add,bool Signed,const KnownBits & LHS,const KnownBits & RHS) computeForSatAddSub() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp551 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, in selectVSplatCommon() argument

123