/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | FormattersHelpers.h | 98 bool IsZero() const { in IsZero() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | Scalar.cpp | 144 bool Scalar::IsZero() const { in IsZero() function in Scalar
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerLowering.cpp | 923 getVectorFCMP(AArch64CC::CondCode CC,Register LHS,Register RHS,bool IsZero,bool NoNans,MachineRegisterInfo & MRI) getVectorFCMP() argument 1014 bool IsZero = Splat && Splat->isCst() && Splat->getCst() == 0; applyLowerVectorFCMP() local [all...] |
H A D | AArch64InstructionSelector.cpp | 2289 bool IsZero = false; earlySelect() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 603 storeOfVectorConstantIsCheap(bool IsZero,EVT MemVT,unsigned NumElem,unsigned AddrSpace) storeOfVectorConstantIsCheap() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 351 bool IsZero; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1458 storeOfVectorConstantIsCheap(bool IsZero,EVT MemVT,unsigned NumElem,unsigned AddrSpace) storeOfVectorConstantIsCheap() argument
|
H A D | X86ISelLowering.cpp | 4549 getShuffleVectorZeroOrUndef(SDValue V2,int Idx,bool IsZero,const X86Subtarget & Subtarget,SelectionDAG & DAG) getShuffleVectorZeroOrUndef() argument [all...] |
/freebsd-src/contrib/llvm-project/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 | HexagonBitSimplify.cpp | 2674 auto IsZero = [] (const MachineOperand &Op) { simplifyRCmp0() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 3547 bool IsZero = C.isZero(); foldICmpEqIntrinsicWithConstant() local 5468 std::optional<bool> IsZero = std::nullopt; foldICmpEquality() local
|
H A D | InstCombineAndOrXor.cpp | 2227 Value *IsZero = Builder.CreateICmpEQ(X, ConstantInt::get(Ty, 0)); visitAnd() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 3053 llvm::Value *IsZero = Builder.CreateICmp(Eq, L0, Zero, "memptr.cmp.iszero"); EmitMemberPointerComparison() local
|
H A D | CGBuiltin.cpp | 1823 Value *IsZero = Builder.CreateICmpEQ(ArgValue, ArgZero); EmitMSVCBuiltinExpr() local 3178 Value *IsZero = Builder.CreateICmpEQ(ArgValue, Zero, "iszero"); EmitBuiltinExpr() local 3900 Value *IsZero = Builder.CreateFCmpOEQ(V, Constant::getNullValue(Ty), EmitBuiltinExpr() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 625 storeOfVectorConstantIsCheap(bool IsZero,EVT MemVT,unsigned NumElem,unsigned AddrSpace) storeOfVectorConstantIsCheap() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 917 storeOfVectorConstantIsCheap(bool IsZero,EVT MemVT,unsigned NumElem,unsigned AS) const storeOfVectorConstantIsCheap() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2844 auto *IsZero = Builder.CreateICmpEQ(R, ConstantInt::get(R->getType(), 0)); getOrCreateVectorTripCount() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 5079 auto IsZero = MIRBuilder.buildICmp(ICmpInst::ICMP_EQ, CondTy, Amt, Zero); narrowScalarShift() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 13921 bool IsZero = IsCnst && SplatValue == 0; EmitVectorComparison() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 5965 bool IsZero = isNullOrNullSplat(LR); foldLogicOfSetCCs() local [all...] |