Home
last modified time | relevance | path

Searched defs:isSigned (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp53 static bool isSigned(unsigned int Opcode) { in isSigned() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h68 bool isSigned() const { return IsSigned; } in isSigned() function
H A DAPSInt.h77 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h184 bool isSigned = tmp & 0x1; in readFixedPointSemantics() local
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h94 bool isSigned) { in fromBinOp()
516 bool isSigned = Ty->isSignedIntegerOrEnumerationType(); in getZeroExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h74 constexpr static bool isSigned() { return false; } isSigned() function
H A DFloating.h88 bool isSigned() const { return true; } in isSigned() function
H A DIntegralAP.h143 static constexpr bool isSigned() { return Signed; } in isSigned() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp98 bool isSigned() const { return DivInst->getOpcode() == Instruction::SDiv; } in isSigned() function
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp612 mkBVAddNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVAddNoOverflow() argument
639 mkBVSubNoUnderflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVSubNoUnderflow() argument
664 mkBVMulNoOverflow(const SMTExprRef & LHS,const SMTExprRef & RHS,bool isSigned) mkBVMulNoOverflow() argument
H A DAPFloat.cpp307 semanticsIntSizeInBits(const fltSemantics & semantics,bool isSigned) semanticsIntSizeInBits() argument
2586 convertToSignExtendedInteger(MutableArrayRef<integerPart> parts,unsigned int width,bool isSigned,roundingMode rounding_mode,bool * isExact) const convertToSignExtendedInteger() argument
2700 convertToInteger(MutableArrayRef<integerPart> parts,unsigned int width,bool isSigned,roundingMode rounding_mode,bool * isExact) const convertToInteger() argument
2759 convertFromAPInt(const APInt & Val,bool isSigned,roundingMode rounding_mode) convertFromAPInt() argument
2778 convertFromSignExtendedInteger(const integerPart * src,unsigned int srcCount,bool isSigned,roundingMode rounding_mode) convertFromSignExtendedInteger() argument
2804 convertFromZeroExtendedInteger(const integerPart * parts,unsigned int width,bool isSigned,roundingMode rounding_mode) convertFromZeroExtendedInteger() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h257 bool isSigned() const { return IsSigned; } in isSigned() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h402 bool isSigned() const { isSigned() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1524 bool ARMFastISel::SelectIToFP(const Instruction *I, bool isSigned) { in SelectIToFP() argument
1569 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI() argument
1678 SelectDiv(const Instruction * I,bool isSigned) SelectDiv() argument
1707 SelectRem(const Instruction * I,bool isSigned) SelectRem() argument
[all...]
H A DARMBaseRegisterInfo.cpp736 bool isSigned = true; in isFrameOffsetLegal() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp506 bool isSigned = N->getOpcode() == ISD::SMUL_LOHI; selectMultiplication() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2049 ExpandLibCall(RTLIB::Libcall LC,SDNode * Node,TargetLowering::ArgListTy && Args,bool isSigned) ExpandLibCall() argument
2096 ExpandLibCall(RTLIB::Libcall LC,SDNode * Node,bool isSigned) ExpandLibCall() argument
2190 ExpandIntLibCall(SDNode * Node,bool isSigned,RTLIB::Libcall Call_I8,RTLIB::Libcall Call_I16,RTLIB::Libcall Call_I32,RTLIB::Libcall Call_I64,RTLIB::Libcall Call_I128) ExpandIntLibCall() argument
2229 bool isSigned = Opcode == ISD::SDIVREM; ExpandDivRemLibCall() local
2622 bool isSigned = (Node->getOpcode() == ISD::STRICT_SINT_TO_FP || ExpandLegalINT_TO_FP() local
3703 bool isSigned = Node->getOpcode() == ISD::SDIV; ExpandNode() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp169 DefineTypeSize(const Twine & MacroName,unsigned TypeWidth,StringRef ValSuffix,bool isSigned,MacroBuilder & Builder) DefineTypeSize() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h785 static bool isSigned(Intrinsic::ID ID) { isSigned() function
790 bool isSigned() const { return isSigned(getIntrinsicID()); }; isSigned() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h448 bool isSigned() const { return IsSigned; } isSigned() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp391 bool AMDGPUCodeGenPrepareImpl::isSigned(const BinaryOperator &I) const { isSigned() function in AMDGPUCodeGenPrepareImpl
396 bool AMDGPUCodeGenPrepareImpl::isSigned(const SelectInst &I) const { isSigned() function in AMDGPUCodeGenPrepareImpl
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp848 bool BinaryOpIntrinsic::isSigned() const { isSigned() function in BinaryOpIntrinsic
H A DConstants.cpp888 get(Type * Ty,uint64_t V,bool isSigned) get() argument
898 get(IntegerType * Ty,uint64_t V,bool isSigned) get() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp405 const bool isSigned = true; in NSNumber_FormatInt128() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp95 bool isSigned() const { return Signed; } in isSigned() function in __anon9ce31d5f0111::SVEType

123