Searched defs:IsUnsigned (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h21 bool IsUnsigned; member in class:clang::ento::APSIntType
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFixedPoint.cpp115 bool IsUnsigned = !Sema.isSigned(); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h22 bool IsUnsigned; member in class:llvm::APSInt
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp344 bool IsUnsigned = false; local
645 bool IsUnsigned = false; local
H A DMipsFastISel.cpp640 bool IsUnsigned = CI->isUnsigned(); local
2093 getRegEnsuringSimpleIntegerWidening(const Value *V, bool IsUnsigned) argument
H A DMipsISelLowering.cpp1021 bool IsUnsigned = MultLHS->getOpcode() == ISD::ZERO_EXTEND && local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateBase.h107 unsigned IsUnsigned : 1; member in struct:clang::TemplateArgument::I
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h155 NeonTypeFlags(EltType ET, bool IsUnsigned, bool IsQuad) : Flags(ET) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp140 isKImmOrKUImmOperand(const SIInstrInfo *TII, const MachineOperand &Src, bool &IsUnsigned) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1772 getMinMaxReductionCost(VectorType *Ty, VectorType *CondTy, bool IsPairwise, bool IsUnsigned, TTI::TargetCostKind CostKind) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp246 createEnumerator(StringRef Name, int64_t Val, bool IsUnsigned) argument
H A DDebugInfoMetadata.cpp438 getImpl(LLVMContext &Context, const APInt &Value, bool IsUnsigned, MDString *Name, StorageType Storage, bool ShouldCreate) argument
H A DLLVMContextImpl.h372 bool IsUnsigned; member in struct:llvm::MDNodeKeyImpl
374 MDNodeKeyImpl(APInt Value, bool IsUnsigned, MDString *Name) argument
376 MDNodeKeyImpl(int64_t Value, bool IsUnsigned, MDString *Name) argument
[all...]
H A DAutoUpgrade.cpp2136 bool IsUnsigned = (StringRef::npos != Name.find("cvtu")); local
H A DDebugInfo.cpp959 LLVMDIBuilderCreateEnumerator(LLVMDIBuilderRef Builder, const char *Name, size_t NameLen, int64_t Value, LLVMBool IsUnsigned) argument
H A DAsmWriter.cpp1734 printAPInt(StringRef Name, const APInt &Int, bool IsUnsigned, bool ShouldSkipZero) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2152 bool IsUnsigned = SPF == SelectPatternFlavor::SPF_UMIN || local
H A DInstCombineCalls.cpp2208 bool IsUnsigned = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1294 bool IsUnsigned = Record[0] & 2; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1470 bool IsUnsigned = DTy && isUnsignedDIType(DD, DTy); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp326 LowerFPToInt(MachineInstr &MI, DebugLoc DL, MachineBasicBlock *BB, const TargetInstrInfo &TII, bool IsUnsigned, bool Int64, bool Float64, unsigned LoweredOpcode) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h362 DIEnumerator(LLVMContext &C, StorageType Storage, const APInt &Value, bool IsUnsigned, ArrayRef<Metadata *> Ops) argument
368 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value, bool IsUnsigned, ArrayRef<Metadata *> Ops) argument
374 getImpl(LLVMContext &Context, const APInt &Value, bool IsUnsigned, StringRef Name, StorageType Storage, bool ShouldCreate = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp839 getMinMaxReductionCost( VectorType *Ty, VectorType *CondTy, bool IsPairwiseForm, bool IsUnsigned, TTI::TargetCostKind CostKind) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3361 int X86TTIImpl::getMinMaxCost(Type *Ty, Type *CondTy, bool IsUnsigned) { argument
3484 getMinMaxReductionCost(VectorType *ValTy, VectorType *CondTy, bool IsPairwise, bool IsUnsigned, TTI::TargetCostKind CostKind) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp343 ExtIntType::ExtIntType(bool IsUnsigned, unsigned NumBits) argument
347 DependentExtIntType(const ASTContext &Context, bool IsUnsigned, Expr *NumBitsExpr) argument
361 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, bool IsUnsigned, Expr *NumBitsExpr) argument

Completed in 236 milliseconds

12