Home
last modified time | relevance | path

Searched defs:IsZero (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h67 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 Dedit-output.h75 RT_API_ATTRS bool IsZero() const { return x_.IsZero(); } in IsZero() function
/llvm-project/flang/include/flang/Evaluate/
H A Dcomplex.h48 constexpr bool IsZero() const { return re_.IsZero() || im_.IsZero(); } in IsZero() function
H A Dreal.h125 constexpr bool IsZero() const { in IsZero() function
H A Dinteger.h374 constexpr bool IsZero() const { IsZero() function
[all...]
/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h98 bool IsZero() const { IsZero() function
/llvm-project/flang/lib/Decimal/
H A Dbig-radix-floating-point.h132 RT_API_ATTRS bool IsZero() const { in IsZero() function
/llvm-project/flang/include/flang/Decimal/
H A Dbinary-floating-point.h94 constexpr RT_API_ATTRS bool IsZero() const { in IsZero() function
/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h762 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 Dtools.h389 template <typename T> bool IsZero(const T &expr) { IsZero() function
/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp283 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 Dbenchmark.cc501 bool IsZero(double n) { in IsZero() function
/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp935 bool IsZero = tryParseAndConsumeSpecialTokenKind( ParseOpenACCClauseParams() local
/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp77 static inline bool IsZero(uint64_t x) { return x == 0; } in IsZero() function
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp920 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 DScalar.cpp144 bool Scalar::IsZero() const { in IsZero() function in Scalar
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp233 template <int kSize, typename T> static bool IsZero(const T *ptr) { IsZero() function
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h661 storeOfVectorConstantIsCheap(bool IsZero,EVT MemVT,unsigned NumElem,unsigned AddrSpace) storeOfVectorConstantIsCheap() argument
/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h351 bool IsZero; variable
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2057 const bool IsZero = DiscReg == AArch64::NoRegister; emitInstruction() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1469 storeOfVectorConstantIsCheap(bool IsZero,EVT MemVT,unsigned NumElem,unsigned AddrSpace) storeOfVectorConstantIsCheap() argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2105 SDValue IsZero = LowerHvxFunnelShift() local
2869 SDValue IsZero = DAG.getSetCC(dl, PredTy, Op0, Zero, ISD::SETEQ); ExpandHvxIntToFp() local
H A DHexagonBitSimplify.cpp2675 auto IsZero = [] (const MachineOperand &Op) { in simplifyRCmp0() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3659 bool IsZero = C.isZero(); foldICmpEqIntrinsicWithConstant() local
5797 std::optional<bool> IsZero = std::nullopt; foldICmpEquality() local
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1811 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...]

12