/llvm-project/clang/test/SemaCXX/ |
H A D | bitfield.cpp | 7 typedef signed Signed; typedef 12 typedef __typeof__(+t.n) Signed; // ... but promotes to signed. typedef 14 typedef __typeof__(t.n + 0) Signed; // Arithmetic promotes. typedef 19 typedef __typeof__(+(t.n = 0)) Signed; // ... which is a bit-field. typedef 20 typedef __typeof__(+(t.n += 0)) Signed; typedef 21 typedef __typeof__(+(t.n *= 0)) Signed; typedef 25 typedef __typeof__(+(++t.n)) Signed; typedef 26 typedef __typeof__(+(--t.n)) Signed; typedef
|
/llvm-project/clang/test/Sema/ |
H A D | bitfield.c | 61 typedef signed Signed; typedef 66 typedef __typeof__(+t5.n) Signed; // ... but promotes to signed. typedef 68 typedef __typeof__(t5.n + 0) Signed; // Arithmetic promotes. typedef 70 typedef __typeof__(+(t5.n = 0)) Signed; // FIXME: Assignment should not; the result typedef 71 typedef __typeof__(+(t5.n += 0)) Signed; // is a non-bit-field lvalue of type unsigned. typedef 72 typedef __typeof__(+(t5.n *= 0)) Signed; typedef 74 typedef __typeof__(+(++t5.n)) Signed; // FIXME: Increment is equivalent to compound-assignment. typedef 75 typedef __typeof__(+(--t5.n)) Signed; // This should not promote to signed. typedef
|
/llvm-project/mlir/include/mlir/Dialect/Quant/ |
H A D | QuantTypes.h |
|
/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/ |
H A D | WebAssemblyDisassembler.cpp | 87 nextLEB(int64_t & Val,ArrayRef<uint8_t> Bytes,uint64_t & Size,bool Signed) nextLEB() argument 102 parseLEBImmediate(MCInst & MI,uint64_t & Size,ArrayRef<uint8_t> Bytes,bool Signed) parseLEBImmediate() argument
|
/llvm-project/mlir/include/mlir/Interfaces/Utils/ |
H A D | InferIntRangeCommon.h | 37 enum class CmpMode : uint32_t { Both, Signed, Unsigned }; enumerator
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 327 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_leb128_test.cpp | 46 TYPED_TEST(Leb128Test, Signed) { in TYPED_TEST() argument
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFFormValue.h | 73 int64_t Signed() const { return m_value.value.sval; } Signed() function
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 155 unsigned Signed = Size & Operation::SignBit; extract() local 321 unsigned Signed = Size & Operation::SignBit; print() local
|
/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 271 VariantValue(int Signed) : VariantValue(static_cast<unsigned>(Signed)) {} in VariantValue()
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 837 auto Signed = MGather->isIndexSigned() ? "signed" : "unsigned"; print_details() local 849 auto Signed = MScatter->isIndexSigned() ? "signed" : "unsigned"; print_details() local
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | JSON.h | 124 enum class DataType : uint8_t { Unsigned, Signed, Double } m_data_type; enumerator
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 77 RecurrenceDescriptor(Value * Start,Instruction * Exit,StoreInst * Store,RecurKind K,FastMathFlags FMF,Instruction * ExactFP,Type * RT,bool Signed,bool Ordered,SmallPtrSetImpl<Instruction * > & CI,unsigned MinWidthCastToRecurTy) RecurrenceDescriptor() argument
|
H A D | TargetLibraryInfo.h | 516 getExtAttrForI32Return(bool ShouldExtI32Return_,bool ShouldSignExtI32Return_,bool Signed) getExtAttrForI32Return() argument [all...] |
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTX.h | 120 Signed, global() enumerator
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 1087 checkNoWrapFlags(Instruction * I,bool Signed) checkNoWrapFlags() argument 1095 checkIfSafeAddSequence(const APInt & IdxDiff,Instruction * AddOpA,unsigned MatchingOpIdxA,Instruction * AddOpB,unsigned MatchingOpIdxB,bool Signed) checkIfSafeAddSequence() argument 1201 bool Signed = isa<SExtInst>(OpA); getConstantOffsetComplexAddrs() local [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 288 return Signed ? SignedCS.getValue2Index() : UnsignedCS.getValue2Index(); in getValue2Index() argument 295 return Signed ? SignedCS : UnsignedCS; in getCS() argument 302 popLastConstraint(bool Signed) popLastConstraint() argument 303 popLastNVariables(bool Signed,unsigned N) popLastNVariables() argument [all...] |
H A D | InductiveRangeCheckElimination.cpp | 353 bool Signed = Pred == ICmpInst::ICMP_SLE; parseIvAgaisntLimit() local 558 NoopOrExtend(const SCEV * S,Type * Ty,ScalarEvolution & SE,bool Signed) NoopOrExtend() argument
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 1732 unsigned Width, unsigned Bits, unsigned Offset, bool Signed, in evaluateEXTRACTr() argument 1764 unsigned Offset, bool Signed, APInt &Result) { in evaluateEXTRACTi() argument 2149 bool Signed = (Opc == Hexagon::S4_extract) || evaluate() local 2468 bool Signed = false; getCmpImm() local 2741 bool Signed = false; evaluateHexExt() local [all...] |
H A D | HexagonISelLoweringHVX.cpp | 1566 resizeToWidth(SDValue VecV,MVT ResTy,bool Signed,const SDLoc & dl,SelectionDAG & DAG) const resizeToWidth() argument 2399 emitHvxAddWithOverflow(SDValue A,SDValue B,const SDLoc & dl,bool Signed,SelectionDAG & DAG) const emitHvxAddWithOverflow() argument 2430 emitHvxShiftRightRnd(SDValue Val,unsigned Amt,bool Signed,SelectionDAG & DAG) const emitHvxShiftRightRnd() argument 2687 bool Signed = Opc == ISD::FP_TO_SINT || Opc == ISD::SINT_TO_FP; EqualizeFpIntConversion() local 2862 bool Signed = Opc == ISD::SINT_TO_FP; ExpandHvxIntToFp() local [all...] |
/llvm-project/clang/include/clang/Basic/ |
H A D | Specifiers.h | 50 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator
|
/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 46 Signed, enumerator
|
/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 821 DefineFixedPointMacros(const TargetInfo & TI,MacroBuilder & Builder,llvm::StringRef TypeName,llvm::StringRef Suffix,unsigned Width,unsigned Scale,bool Signed) DefineFixedPointMacros() argument [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 629 bool Signed = Opc == AMDGPUISD::BFE_I32; Select() local 1023 bool Signed = N->getOpcode() == AMDGPUISD::MAD_I64_I32; SelectMAD_64_32() local 1041 bool Signed = N->getOpcode() == ISD::SMUL_LOHI; SelectMUL_LOHI() local 2295 bool Signed = N->getOpcode() == ISD::SRA; SelectS_BFEFromShifts() local [all...] |
H A D | AMDGPULibFunc.cpp | 889 bool Signed) { in getFromTy() argument
|