/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenACC.h | 67 bool IsZero; global() member 291 setVarListDetails(ArrayRef<Expr * > VarList,bool IsReadOnly,bool IsZero) setVarListDetails() argument 327 setVarListDetails(llvm::SmallVector<Expr * > && VarList,bool IsReadOnly,bool IsZero) setVarListDetails() argument
|
/llvm-project/flang/runtime/ |
H A D | edit-output.h | 75 RT_API_ATTRS bool IsZero() const { return x_.IsZero(); } in IsZero() function
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | complex.h | 48 constexpr bool IsZero() const { return re_.IsZero() || im_.IsZero(); } in IsZero() function
|
H A D | real.h | 125 constexpr bool IsZero() const { in IsZero() function
|
H A D | integer.h | 374 constexpr bool IsZero() const { IsZero() function [all...] |
/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | FormattersHelpers.h | 98 bool IsZero() const { IsZero() function
|
/llvm-project/flang/lib/Decimal/ |
H A D | big-radix-floating-point.h | 132 RT_API_ATTRS bool IsZero() const { in IsZero() function
|
/llvm-project/flang/include/flang/Decimal/ |
H A D | binary-floating-point.h | 94 constexpr RT_API_ATTRS bool IsZero() const { in IsZero() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | OpenACCClause.h | 762 bool IsZero; global() variable 765 OpenACCCopyOutClause(OpenACCClauseKind Spelling,SourceLocation BeginLoc,SourceLocation LParenLoc,bool IsZero,ArrayRef<Expr * > VarList,SourceLocation EndLoc) OpenACCCopyOutClause() argument 794 bool IsZero; global() variable 797 OpenACCCreateClause(OpenACCClauseKind Spelling,SourceLocation BeginLoc,SourceLocation LParenLoc,bool IsZero,ArrayRef<Expr * > VarList,SourceLocation EndLoc) OpenACCCreateClause() argument [all...] |
/llvm-project/flang/include/flang/Semantics/ |
H A D | tools.h | 389 template <typename T> bool IsZero(const T &expr) { IsZero() function
|
/llvm-project/clang/lib/AST/ |
H A D | OpenACCClause.cpp | 283 Create(const ASTContext & C,OpenACCClauseKind Spelling,SourceLocation BeginLoc,SourceLocation LParenLoc,bool IsZero,ArrayRef<Expr * > VarList,SourceLocation EndLoc) Create() argument 294 Create(const ASTContext & C,OpenACCClauseKind Spelling,SourceLocation BeginLoc,SourceLocation LParenLoc,bool IsZero,ArrayRef<Expr * > VarList,SourceLocation EndLoc) Create() argument
|
/llvm-project/third-party/benchmark/src/ |
H A D | benchmark.cc | 501 bool IsZero(double n) { in IsZero() function
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 935 bool IsZero = tryParseAndConsumeSpecialTokenKind( ParseOpenACCClauseParams() local
|
/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 77 static inline bool IsZero(uint64_t x) { return x == 0; } in IsZero() function
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 920 getVectorFCMP(AArch64CC::CondCode CC,Register LHS,Register RHS,bool IsZero,bool NoNans,MachineRegisterInfo & MRI) getVectorFCMP() argument 1011 bool IsZero = Splat && Splat->isCst() && Splat->getCst() == 0; applyLowerVectorFCMP() local [all...] |
/llvm-project/lldb/source/Utility/ |
H A D | Scalar.cpp | 144 bool Scalar::IsZero() const { in IsZero() function in Scalar
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan.cpp | 233 template <int kSize, typename T> static bool IsZero(const T *ptr) { IsZero() function
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 661 storeOfVectorConstantIsCheap(bool IsZero,EVT MemVT,unsigned NumElem,unsigned AddrSpace) storeOfVectorConstantIsCheap() argument
|
/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 351 bool IsZero; variable
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 2057 const bool IsZero = DiscReg == AArch64::NoRegister; emitInstruction() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1469 storeOfVectorConstantIsCheap(bool IsZero,EVT MemVT,unsigned NumElem,unsigned AddrSpace) storeOfVectorConstantIsCheap() argument
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 2105 SDValue IsZero = LowerHvxFunnelShift() local 2869 SDValue IsZero = DAG.getSetCC(dl, PredTy, Op0, Zero, ISD::SETEQ); ExpandHvxIntToFp() local
|
H A D | HexagonBitSimplify.cpp | 2675 auto IsZero = [] (const MachineOperand &Op) { in simplifyRCmp0() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 3659 bool IsZero = C.isZero(); foldICmpEqIntrinsicWithConstant() local 5797 std::optional<bool> IsZero = std::nullopt; foldICmpEquality() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 1811 Value *IsZero = Builder.CreateICmpEQ(ArgValue, ArgZero); EmitMSVCBuiltinExpr() local 3160 Value *IsZero = Builder.CreateICmpEQ(ArgValue, Zero, "iszero"); EmitBuiltinExpr() local 3192 Value *IsZero = Builder.CreateICmpEQ(ArgValue, Zero, "iszero"); EmitBuiltinExpr() local 3212 Value *IsZero = Builder.CreateICmpEQ(ArgValue, Zero, "iszero"); EmitBuiltinExpr() local 3993 Value *IsZero = Builder.CreateFCmpOEQ(V, Constant::getNullValue(Ty), EmitBuiltinExpr() local [all...] |