Home
last modified time | relevance | path

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

12

/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h21 bool IsUnsigned; variable
/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h24 bool IsUnsigned = false; variable
/llvm-project/llvm/include/llvm/IR/
H A DMatrixBuilder.h216 Value *CreateScalarDiv(Value *LHS, Value *RHS, bool IsUnsigned) { in CreateScalarDiv() argument
H A DDebugInfoMetadata.h467 bool IsUnsigned, ArrayRef<Metadata *> Ops) in DIEnumerator() argument
[all...]
/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp344 bool IsUnsigned = false; in expandAtomicBinOpSubword() local
681 bool IsUnsigned = false; in expandAtomicBinOp() local
H A DMipsFastISel.cpp635 bool IsUnsigned = CI->isUnsigned(); emitCmp() local
2087 getRegEnsuringSimpleIntegerWidening(const Value * V,bool IsUnsigned) getRegEnsuringSimpleIntegerWidening() argument
/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp120 bool IsUnsigned = !Sema.isSigned(); getMax() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2121 bool IsUnsigned = IID == Intrinsic::umax || IID == Intrinsic::umin; getTypeBasedIntrinsicInstrCost() local
2596 getExtendedReductionCost(unsigned Opcode,bool IsUnsigned,Type * ResTy,VectorType * Ty,FastMathFlags FMF,TTI::TargetCostKind CostKind) getExtendedReductionCost() argument
2612 getMulAccReductionCost(bool IsUnsigned,Type * ResTy,VectorType * Ty,TTI::TargetCostKind CostKind) getMulAccReductionCost() argument
/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h205 NeonTypeFlags(EltType ET,bool IsUnsigned,bool IsQuad) NeonTypeFlags() argument
/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1768 getExtendedReductionCost(unsigned Opcode,bool IsUnsigned,Type * ResTy,VectorType * ValTy,FastMathFlags FMF,TTI::TargetCostKind CostKind) getExtendedReductionCost() argument
1802 getMulAccReductionCost(bool IsUnsigned,Type * ResTy,VectorType * ValTy,TTI::TargetCostKind CostKind) getMulAccReductionCost() argument
H A DARMISelDAGToDAG.cpp2716 bool IsUnsigned = SDValueToConstBool(N->getOperand(1)); SelectBaseMVE_VMLLDAV() local
3172 transformFixedFloatingPointConversion(SDNode * N,SDNode * FMul,bool IsUnsigned,bool FixedToFloat) transformFixedFloatingPointConversion() argument
3281 bool IsUnsigned = N->getOpcode() == ISD::FP_TO_UINT || tryFP_TO_INT() local
[all...]
/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h802 getExtendedReductionCost(unsigned Opcode,bool IsUnsigned,Type * ResTy,VectorType * Ty,FastMathFlags FMF,TTI::TargetCostKind CostKind) getExtendedReductionCost() argument
809 getMulAccReductionCost(bool IsUnsigned,Type * ResTy,VectorType * Ty,TTI::TargetCostKind CostKind) getMulAccReductionCost() argument
H A DTargetTransformInfo.h2773 getExtendedReductionCost(unsigned Opcode,bool IsUnsigned,Type * ResTy,VectorType * Ty,FastMathFlags FMF,TTI::TargetCostKind CostKind) getExtendedReductionCost() argument
2780 getMulAccReductionCost(bool IsUnsigned,Type * ResTy,VectorType * Ty,TTI::TargetCostKind CostKind) getMulAccReductionCost() argument
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h511 #define VARIANT_APSINT(Enum, NumBits, IsUnsigned) \ argument
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1164 getExtendedReductionCost(unsigned Opcode,bool IsUnsigned,Type * ResTy,VectorType * Ty,FastMathFlags FMF,TTI::TargetCostKind CostKind) const getExtendedReductionCost() argument
1171 getMulAccReductionCost(bool IsUnsigned,Type * ResTy,VectorType * Ty,TTI::TargetCostKind CostKind) const getMulAccReductionCost() argument
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1312 getExtendedReductionCost(unsigned Opcode,bool IsUnsigned,Type * ResTy,VectorType * ValTy,FastMathFlags FMF,TTI::TargetCostKind CostKind) getExtendedReductionCost() argument
H A DRISCVISelDAGToDAG.cpp1603 bool IsUnsigned = IntNo == Intrinsic::riscv_vmsgeu; Select() local
1662 bool IsUnsigned = IntNo == Intrinsic::riscv_vmsgeu_mask; Select() local
[all...]
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp648 const APInt &Value, bool IsUnsigned, in DIEnumerator() argument
655 bool IsUnsigned, MDString *Name, in getImpl() argument
H A DDIBuilder.cpp247 createEnumerator(StringRef Name,uint64_t Val,bool IsUnsigned) createEnumerator() argument
/llvm-project/clang/lib/AST/
H A DType.cpp380 BitIntType(bool IsUnsigned,unsigned NumBits) BitIntType() argument
384 DependentBitIntType(bool IsUnsigned,Expr * NumBitsExpr) DependentBitIntType() argument
398 Profile(llvm::FoldingSetNodeID & ID,const ASTContext & Context,bool IsUnsigned,Expr * NumBitsExpr) Profile() argument
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c393 value IsUnsigned) { in llvm_dibuild_create_enumerator() argument
/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1511 bool IsUnsigned = Record[0] & 2; parseOneMetadata() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1586 bool IsUnsigned = DTy && DD->isUnsignedDIType(DTy); constructEnumTypeDIE() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6183 bool IsUnsigned = isa<ZExtInst>(Op0); getReductionPatternCost() local
6205 bool IsUnsigned = isa<ZExtInst>(RedOp); getReductionPatternCost() local
6221 bool IsUnsigned = isa<ZExtInst>(Op0); getReductionPatternCost() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp463 LowerFPToInt(MachineInstr & MI,DebugLoc DL,MachineBasicBlock * BB,const TargetInstrInfo & TII,bool IsUnsigned,bool Int64,bool Float64,unsigned LoweredOpcode) LowerFPToInt() argument

12