/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | APSIntType.h | 21 bool IsUnsigned; variable
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 24 bool IsUnsigned = false; variable
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | MatrixBuilder.h | 216 Value *CreateScalarDiv(Value *LHS, Value *RHS, bool IsUnsigned) { in CreateScalarDiv() argument
|
H A D | DebugInfoMetadata.h | 467 bool IsUnsigned, ArrayRef<Metadata *> Ops) in DIEnumerator() argument [all...] |
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsExpandPseudo.cpp | 344 bool IsUnsigned = false; in expandAtomicBinOpSubword() local 681 bool IsUnsigned = false; in expandAtomicBinOp() local
|
H A D | MipsFastISel.cpp | 635 bool IsUnsigned = CI->isUnsigned(); emitCmp() local 2087 getRegEnsuringSimpleIntegerWidening(const Value * V,bool IsUnsigned) getRegEnsuringSimpleIntegerWidening() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 120 bool IsUnsigned = !Sema.isSigned(); getMax() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 2121 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 D | TargetBuiltins.h | 205 NeonTypeFlags(EltType ET,bool IsUnsigned,bool IsQuad) NeonTypeFlags() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 1768 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 D | ARMISelDAGToDAG.cpp | 2716 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 D | TargetTransformInfoImpl.h | 802 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 D | TargetTransformInfo.h | 2773 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 D | PDBTypes.h | 511 #define VARIANT_APSINT(Enum, NumBits, IsUnsigned) \ argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 1164 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 D | RISCVTargetTransformInfo.cpp | 1312 getExtendedReductionCost(unsigned Opcode,bool IsUnsigned,Type * ResTy,VectorType * ValTy,FastMathFlags FMF,TTI::TargetCostKind CostKind) getExtendedReductionCost() argument
|
H A D | RISCVISelDAGToDAG.cpp | 1603 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 D | DebugInfoMetadata.cpp | 648 const APInt &Value, bool IsUnsigned, in DIEnumerator() argument 655 bool IsUnsigned, MDString *Name, in getImpl() argument
|
H A D | DIBuilder.cpp | 247 createEnumerator(StringRef Name,uint64_t Val,bool IsUnsigned) createEnumerator() argument
|
/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 380 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 D | debuginfo_ocaml.c | 393 value IsUnsigned) { in llvm_dibuild_create_enumerator() argument
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 1511 bool IsUnsigned = Record[0] & 2; parseOneMetadata() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1586 bool IsUnsigned = DTy && DD->isUnsignedDIType(DTy); constructEnumTypeDIE() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 6183 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 D | WebAssemblyISelLowering.cpp | 463 LowerFPToInt(MachineInstr & MI,DebugLoc DL,MachineBasicBlock * BB,const TargetInstrInfo & TII,bool IsUnsigned,bool Int64,bool Float64,unsigned LoweredOpcode) LowerFPToInt() argument
|