/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/ |
H A D | FormattersHelpers.h | 100 bool IsZero() const { in IsZero() function
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 899 getVectorFCMP(AArch64CC::CondCode CC, Register LHS, Register RHS, bool IsZero, in getVectorFCMP() 972 bool IsZero = Splat && Splat->isCst() && Splat->getCst() == 0; in lowerVectorFCMP() local
|
H A D | AArch64InstructionSelector.cpp | 2233 bool IsZero = false; in earlySelect() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 77 static inline bool IsZero(uint64_t x) { return x == 0; } in IsZero() function
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | Scalar.cpp | 143 bool Scalar::IsZero() const { in IsZero() function in Scalar
|
/openbsd/gnu/llvm/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 351 bool IsZero; variable
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 2105 SDValue IsZero = in LowerHvxFunnelShift() local 2869 SDValue IsZero = DAG.getSetCC(dl, PredTy, Op0, Zero, ISD::SETEQ); in ExpandHvxIntToFp() local
|
H A D | HexagonISelDAGToDAG.cpp | 1031 auto IsZero = [] (const SDValue &V) -> bool { in ppSimplifyOrSelect0() local
|
H A D | HexagonBitSimplify.cpp | 2674 auto IsZero = [] (const MachineOperand &Op) { in simplifyRCmp0() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1974 Value *IsZero = Builder.CreateICmpEQ(X, ConstantInt::get(Ty, 0)); in visitAnd() local
|
H A D | InstCombineCompares.cpp | 3247 bool IsZero = C.isZero(); in foldICmpEqIntrinsicWithConstant() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 3045 llvm::Value *IsZero = Builder.CreateICmp(Eq, L0, Zero, "memptr.cmp.iszero"); in EmitMemberPointerComparison() local
|
H A D | CGBuiltin.cpp | 1539 Value *IsZero = Builder.CreateICmpEQ(ArgValue, ArgZero); in EmitMSVCBuiltinExpr() local 2695 Value *IsZero = Builder.CreateICmpEQ(ArgValue, Zero, "iszero"); in EmitBuiltinExpr() local 3362 Value *IsZero = Builder.CreateFCmpOEQ(V, Constant::getNullValue(Ty), in EmitBuiltinExpr() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2921 auto *IsZero = Builder.CreateICmpEQ(R, ConstantInt::get(R->getType(), 0)); in getOrCreateVectorTripCount() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 4722 auto IsZero = MIRBuilder.buildICmp(ICmpInst::ICMP_EQ, CondTy, Amt, Zero); in narrowScalarShift() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 13039 bool IsZero = IsCnst && (CnstBits == 0); in EmitVectorComparison() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 5516 bool IsZero = isNullOrNullSplat(LR); in foldLogicOfSetCCs() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 7235 bool IsZero, in getShuffleVectorZeroOrUndef()
|