Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h98 bool IsZero() const { in IsZero() function
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp144 bool Scalar::IsZero() const { in IsZero() function in Scalar
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp77 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 DAArch64PostLegalizerLowering.cpp923 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 DAArch64InstructionSelector.cpp2289 bool IsZero = false; earlySelect() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h603 storeOfVectorConstantIsCheap(bool IsZero,EVT MemVT,unsigned NumElem,unsigned AddrSpace) storeOfVectorConstantIsCheap() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h351 bool IsZero; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1458 storeOfVectorConstantIsCheap(bool IsZero,EVT MemVT,unsigned NumElem,unsigned AddrSpace) storeOfVectorConstantIsCheap() argument
H A DX86ISelLowering.cpp4549 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 DHexagonISelLoweringHVX.cpp2105 SDValue IsZero = in LowerHvxFunnelShift() local
2869 SDValue IsZero = DAG.getSetCC(dl, PredTy, Op0, Zero, ISD::SETEQ); in ExpandHvxIntToFp() local
H A DHexagonBitSimplify.cpp2674 auto IsZero = [] (const MachineOperand &Op) { simplifyRCmp0() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3547 bool IsZero = C.isZero(); foldICmpEqIntrinsicWithConstant() local
5468 std::optional<bool> IsZero = std::nullopt; foldICmpEquality() local
H A DInstCombineAndOrXor.cpp2227 Value *IsZero = Builder.CreateICmpEQ(X, ConstantInt::get(Ty, 0)); visitAnd() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3053 llvm::Value *IsZero = Builder.CreateICmp(Eq, L0, Zero, "memptr.cmp.iszero"); EmitMemberPointerComparison() local
H A DCGBuiltin.cpp1823 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 DTargetLowering.h625 storeOfVectorConstantIsCheap(bool IsZero,EVT MemVT,unsigned NumElem,unsigned AddrSpace) storeOfVectorConstantIsCheap() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp917 storeOfVectorConstantIsCheap(bool IsZero,EVT MemVT,unsigned NumElem,unsigned AS) const storeOfVectorConstantIsCheap() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2844 auto *IsZero = Builder.CreateICmpEQ(R, ConstantInt::get(R->getType(), 0)); getOrCreateVectorTripCount() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp5079 auto IsZero = MIRBuilder.buildICmp(ICmpInst::ICMP_EQ, CondTy, Amt, Zero); narrowScalarShift() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13921 bool IsZero = IsCnst && SplatValue == 0; EmitVectorComparison() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5965 bool IsZero = isNullOrNullSplat(LR); foldLogicOfSetCCs() local
[all...]