Home
last modified time | relevance | path

Searched defs:IsUnsigned (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h21 bool IsUnsigned; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h24 bool IsUnsigned = false; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h216 Value *CreateScalarDiv(Value *LHS, Value *RHS, bool IsUnsigned) { in CreateScalarDiv()
H A DDebugInfoMetadata.h466 bool IsUnsigned, ArrayRef<Metadata *> Ops) in DIEnumerator()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp344 bool IsUnsigned = false; in expandAtomicBinOpSubword() local
645 bool IsUnsigned = false; in expandAtomicBinOp() local
H A DMipsFastISel.cpp635 bool IsUnsigned = CI->isUnsigned(); in emitCmp() local
2087 bool IsUnsigned) { in getRegEnsuringSimpleIntegerWidening()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp120 bool IsUnsigned = !Sema.isSigned(); in getMax() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2048 bool IsUnsigned = IID == Intrinsic::umax || IID == Intrinsic::umin; in getTypeBasedIntrinsicInstrCost() local
2524 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, in getExtendedReductionCost()
2540 InstructionCost getMulAccReductionCost(bool IsUnsigned, Type *ResTy, in getMulAccReductionCost()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h205 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) { in NeonTypeFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1756 unsigned Opcode, bool IsUnsigned, Type *ResTy, VectorType *ValTy, in getExtendedReductionCost()
1790 ARMTTIImpl::getMulAccReductionCost(bool IsUnsigned, Type *ResTy, in getMulAccReductionCost()
H A DARMISelDAGToDAG.cpp2710 bool IsUnsigned = SDValueToConstBool(N->getOperand(1)); in SelectBaseMVE_VMLLDAV() local
3171 bool IsUnsigned, in transformFixedFloatingPointConversion()
3280 bool IsUnsigned = N->getOpcode() == ISD::FP_TO_UINT || in tryFP_TO_INT() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp989 unsigned Opcode, bool IsUnsigned, Type *ResTy, VectorType *ValTy, in getExtendedReductionCost()
H A DRISCVISelDAGToDAG.cpp1430 bool IsUnsigned = IntNo == Intrinsic::riscv_vmsgeu; in Select() local
1489 bool IsUnsigned = IntNo == Intrinsic::riscv_vmsgeu_mask; in Select() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h768 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, in getExtendedReductionCost()
775 InstructionCost getMulAccReductionCost(bool IsUnsigned, Type *ResTy, in getMulAccReductionCost()
H A DTargetTransformInfo.h2694 getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, Type *ResTy, in getExtendedReductionCost()
2701 getMulAccReductionCost(bool IsUnsigned, Type *ResTy, VectorType *Ty, in getMulAccReductionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h511 #define VARIANT_APSINT(Enum, NumBits, IsUnsigned) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1113 unsigned Opcode, bool IsUnsigned, Type *ResTy, VectorType *Ty, in getExtendedReductionCost()
1120 bool IsUnsigned, Type *ResTy, VectorType *Ty, in getMulAccReductionCost()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp364 BitIntType::BitIntType(bool IsUnsigned, unsigned NumBits) in BitIntType()
368 DependentBitIntType::DependentBitIntType(bool IsUnsigned, Expr *NumBitsExpr) in DependentBitIntType()
382 const ASTContext &Context, bool IsUnsigned, in Profile()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp644 const APInt &Value, bool IsUnsigned, in DIEnumerator()
651 bool IsUnsigned, MDString *Name, in getImpl()
H A DDIBuilder.cpp247 bool IsUnsigned) { in createEnumerator()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1553 bool IsUnsigned = DTy && DD->isUnsignedDIType(DTy); in constructEnumTypeDIE() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1503 bool IsUnsigned = Record[0] & 2; in parseOneMetadata() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6313 bool IsUnsigned = isa<ZExtInst>(Op0); in getReductionPatternCost() local
6335 bool IsUnsigned = isa<ZExtInst>(RedOp); in getReductionPatternCost() local
6351 bool IsUnsigned = isa<ZExtInst>(Op0); in getReductionPatternCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp451 bool IsUnsigned, bool Int64, in LowerFPToInt()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2174 bool IsUnsigned = in visitCallInst() local

12