Searched refs:Signed (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.h111 Signed, enumerator in enum:llvm::NVPTX::PTXLdStInstCode::FromType
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h59 SDValue LowerINT_TO_FP32(SDValue Op, SelectionDAG &DAG, bool Signed) const;
60 SDValue LowerINT_TO_FP64(SDValue Op, SelectionDAG &DAG, bool Signed) const;
64 SDValue LowerFP64_TO_INT(SDValue Op, SelectionDAG &DAG, bool Signed) const;
H A DSIISelLowering.h25 SDValue Chain, unsigned Offset, bool Signed) const;
43 SDValue LowerINT_TO_FP(SDValue Op, SelectionDAG &DAG, bool Signed) const;
H A DAMDGPUISelLowering.cpp2233 bool Signed) const {
2245 // Signed
2258 if (Signed) {
2310 if (!Signed)
2318 bool Signed) const {
2329 SDValue CvtHi = DAG.getNode(Signed ? ISD::SINT_TO_FP : ISD::UINT_TO_FP,
2371 bool Signed) const {
2390 SDValue Hi = DAG.getNode(Signed ? ISD::FP_TO_SINT : ISD::FP_TO_UINT, SL,
2735 bool Signed = N->getOpcode() == AMDGPUISD::BFE_I32; local
2739 unsigned SignBits = Signed
[all...]
H A DAMDGPUISelDAGToDAG.cpp485 bool Signed = Opc == AMDGPUISD::BFE_I32; local
490 return getS_BFE(Signed ? AMDGPU::S_BFE_I32 : AMDGPU::S_BFE_U32, SDLoc(N),
1304 bool Signed = N->getOpcode() == ISD::SRA; local
1305 unsigned Opcode = Signed ? AMDGPU::S_BFE_I32 : AMDGPU::S_BFE_U32;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h92 int64_t Signed() const { return m_value.value.sval; } function in class:DWARFFormValue
H A DDWARFFormValue.cpp612 int64_t a = a_value.Signed();
613 int64_t b = b_value.Signed();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Utility/
H A DJSON.cpp71 case DataType::Signed:
86 case DataType::Signed:
101 case DataType::Signed:
117 case DataType::Signed:
/freebsd-11.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp135 bool Float, Signed, Immediate, Void, Poly, Constant, Pointer; member in class:__anon4290::Type
144 : Float(false), Signed(false), Immediate(false), Void(true), Poly(false),
149 : TS(TS), Float(false), Signed(false), Immediate(false), Void(false),
170 bool isSigned() const { return Signed; }
191 void makeUnsigned() { Signed = false; }
192 void makeSigned() { Signed = true; }
196 Signed = Sign;
203 Signed = true;
557 if (!Signed && isInteger())
610 else if (isInteger() && !Pointer && !Signed)
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DJSON.h122 m_data_type(DataType::Signed)
163 Signed, member in class:lldb_private::JSONNumber::DataType
/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h96 bool Signed, SmallPtrSetImpl<Instruction *> &CI)
98 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) {
94 RecurrenceDescriptor(Value *Start, Instruction *Exit, RecurrenceKind K, MinMaxRecurrenceKind MK, Instruction *UAI, Type *RT, bool Signed, SmallPtrSetImpl<Instruction *> &CI) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.h84 bool selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed,
H A DMipsSEISelDAGToDAG.cpp521 selectVSplatCommon(SDValue N, SDValue &Imm, bool Signed, argument
532 if (( Signed && ImmValue.isSignedIntN(ImmBitSize)) ||
533 (!Signed && ImmValue.isIntN(ImmBitSize))) {
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h166 SMLAL, // 64bit Signed Accumulate Multiply
548 SDValue LowerDIV_Windows(SDValue Op, SelectionDAG &DAG, bool Signed) const;
549 void ExpandDIV_Windows(SDValue Op, SelectionDAG &DAG, bool Signed,
551 SDValue LowerWindowsDIVLibCall(SDValue Op, SelectionDAG &DAG, bool Signed,
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h548 if (VT.Signed)
554 if (VT.Signed)
560 if (VT.Signed)
566 if (VT.Signed)
H A DThreadSafetyTIL.h158 : Base(B), Size(Sz), Signed(S), VectSize(VS)
163 bool Signed; member in namespace:clang::threadSafety::til
581 if (ValType.Signed)
586 if (ValType.Signed)
591 if (ValType.Signed)
596 if (ValType.Signed)
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.cpp246 if (Imm == NVPTX::PTXLdStInstCode::Signed)
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp771 bool Signed = (Opc == S2_asr_i_p); local
777 : (Signed ? S2_asr_i_r : S2_lsr_i_r);
810 else if (S == 16 && Signed)
844 if (!Signed)
856 else if (S == 16 && Signed)
864 if (Signed)
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DDIBuilder.cpp652 DIExpression *DIBuilder::createExpression(ArrayRef<int64_t> Signed) { argument
654 SmallVector<uint64_t, 8> Addr(Signed.begin(), Signed.end());
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DAPInt.h914 /// \brief Signed division function for APInt.
916 /// Signed divide this APInt by APInt RHS.
932 /// Signed remainder operation on APInt.
1046 /// \brief Signed less than comparison
1054 /// \brief Signed less than comparison
1080 /// \brief Signed less or equal comparison
1088 /// \brief Signed less or equal comparison
1114 /// \brief Signed greather than comparison
1122 /// \brief Signed greater than comparison
1148 /// \brief Signed greathe
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DAPInt.cpp2144 bool Signed, bool formatAsCLiteral) const {
2187 if (!Signed) {
2214 if (Signed && isNegative()) {
2264 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const {
2266 toString(S, Radix, Signed, /* formatAsCLiteral = */false);
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp126 bool selectFPToInt(const Instruction *I, bool Signed);
127 bool selectIntToFP(const Instruction *I, bool Signed);
2719 bool AArch64FastISel::selectFPToInt(const Instruction *I, bool Signed) { argument
2734 if (Signed)
2739 if (Signed)
2752 bool AArch64FastISel::selectIntToFP(const Instruction *I, bool Signed) { argument
2769 emitIntExt(SrcVT.getSimpleVT(), SrcReg, MVT::i32, /*isZExt*/ !Signed);
2777 if (Signed)
2782 if (Signed)
4914 return selectFPToInt(I, /*Signed
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8019 bool Signed = false, Unsigned = false; local
8032 assert(!Signed && "Can't use 'S' modifier multiple times!");
8033 Signed = true;
8036 assert(!Signed && "Can't use both 'S' and 'U' modifiers!");
8066 assert(HowLong == 0 && !Signed && !Unsigned &&
8071 assert(HowLong == 0 && !Signed && !Unsigned &&
8076 assert(HowLong == 0 && !Signed && !Unsigned &&
8081 assert(HowLong < 2 && !Signed && !Unsigned &&
8107 if (Signed)
8115 assert(HowLong == 0 && !Signed
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp690 bool Signed = N->getOpcode() == ISD::SINT_TO_FP; local
705 LC = Signed ? RTLIB::getSINTTOFP(NVT, RVT):RTLIB::getUINTTOFP (NVT, RVT);
710 SDValue Op = DAG.getNode(Signed ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND, dl,
714 Op, Signed, dl).first;
869 bool Signed = N->getOpcode() == ISD::FP_TO_SINT; local
886 LC = Signed ? RTLIB::getFPTOSINT(SVT, NVT):RTLIB::getFPTOUINT(SVT, NVT);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp294 bool Signed; member in struct:__anon3756::WidthAndSignedness
303 bool Signed = Type->isSignedIntegerType(); local
304 return {Width, Signed};
315 bool Signed = false; local
317 Signed |= Type.Signed;
326 unsigned MinWidth = Type.Width + (Signed && !Type.Signed);
332 return {Width, Signed};
1683 IntrinsicId = EncompassingInfo.Signed
[all...]

Completed in 304 milliseconds

12