Home
last modified time | relevance | path

Searched defs:IsMasked (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DRISCV.cpp35 int PolicyAttrs, bool IsMasked, unsigned SegInstSEW) { in emitRVVVLEFFBuiltin()
72 int PolicyAttrs, bool IsMasked, unsigned SegInstSEW) { in emitRVVVSSEBuiltin()
95 int PolicyAttrs, bool IsMasked, unsigned SegInstSEW) { in emitRVVIndexedStoreBuiltin()
122 int PolicyAttrs, bool IsMasked, unsigned SegInstSEW) { in emitRVVPseudoUnaryBuiltin()
152 int PolicyAttrs, bool IsMasked, unsigned SegInstSEW) { in emitRVVPseudoVNotBuiltin()
182 int PolicyAttrs, bool IsMasked, unsigned SegInstSEW) { in emitRVVPseudoMaskBuiltin()
196 int PolicyAttrs, bool IsMasked, unsigned SegInstSEW) { in emitRVVPseudoVFUnaryBuiltin()
223 int PolicyAttrs, bool IsMasked, unsigned SegInstSEW) { in emitRVVPseudoVWCVTBuiltin()
253 int PolicyAttrs, bool IsMasked, unsigned SegInstSEW) { in emitRVVPseudoVNCVTBuiltin()
285 int PolicyAttrs, bool IsMasked, unsigned SegInstSEW) { in emitRVVVlenbBuiltin()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandAtomicPseudoInsts.cpp320 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicBinOp()
369 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicMinMaxOp()
500 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, bool IsMasked, in expandAtomicCmpXchg()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp974 StringRef OverloadedSuffix, StringRef IRName, bool IsMasked, in RVVIntrinsic()
1036 llvm::ArrayRef<PrototypeDescriptor> Prototype, bool IsMasked, in computeBuiltinTypes()
1139 bool IsMasked, bool HasPolicy, std::string &Name, std::string &BuiltinName, in updateNamesAndPolicy()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandAtomicPseudoInsts.cpp388 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicBinOp()
438 AtomicRMWInst::BinOp BinOp, bool IsMasked, int Width, in expandAtomicMinMaxOp()
624 MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, bool IsMasked, in expandAtomicCmpXchg()
H A DRISCVISelDAGToDAG.cpp244 bool IsMasked, bool IsStridedOrIndexed, SmallVectorImpl<SDValue> &Operands, in addVectorLoadStoreOperands()
282 void RISCVDAGToDAGISel::selectVLSEG(SDNode *Node, unsigned NF, bool IsMasked, in selectVLSEG()
311 bool IsMasked) { in selectVLSEGFF()
341 void RISCVDAGToDAGISel::selectVLXSEG(SDNode *Node, unsigned NF, bool IsMasked, in selectVLXSEG()
389 void RISCVDAGToDAGISel::selectVSSEG(SDNode *Node, unsigned NF, bool IsMasked, in selectVSSEG()
414 void RISCVDAGToDAGISel::selectVSXSEG(SDNode *Node, unsigned NF, bool IsMasked, in selectVSXSEG()
2198 bool IsMasked = IntNo == Intrinsic::riscv_vloxei_mask || in Select() local
2241 bool IsMasked = IntNo == Intrinsic::riscv_vle_mask || in Select() local
2284 bool IsMasked = IntNo == Intrinsic::riscv_vleff_mask; in Select() local
2311 bool IsMasked = IntNo == Intrinsic::riscv_nds_vln_mask || in Select() local
[all …]
H A DRISCVISelLowering.cpp10361 bool IsMasked = NumOps == 7; in lowerVectorIntrinsicScalars() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp61 static ParseRet tryParseMask(StringRef &MangledName, bool &IsMasked) { in tryParseMask()
398 bool IsMasked; in tryDemangleForVFABI() local
/freebsd/sys/contrib/dev/acpica/components/events/
H A Devgpe.c266 BOOLEAN IsMasked) in AcpiEvMaskGpe()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp361 StringRef OverloadedSuffixStr, bool IsMasked, RVVTypes &Signature, in InitRVVIntrinsic()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h391 bool IsMasked; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2942 bool IsMasked = false; variable
H A DSLPVectorizer.cpp5892 const function_ref<bool(Value *)> AreAllUsersVectorized, bool &IsMasked, in isMaskedLoadCompress()
6024 bool IsMasked; in isMaskedLoadCompress() local
13585 bool IsMasked; in getEntryCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp5022 bool IsMasked = InMask.getNode() != nullptr; in tryVPTESTM() local
H A DX86ISelLowering.cpp26107 bool IsMasked = false; in getTargetVShiftNode() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19403 bool &IsLoad, bool &IsMasked, SDValue &Ptr, in getCombineLoadStoreParts()
19455 bool IsMasked = false; in CombineToPreIndexedLoadStore() local
19692 bool IsMasked = false; in shouldCombineToPostInc() local
19715 bool &IsMasked, SDValue &Ptr, in getPostIndexedLoadStoreOp()
19760 bool IsMasked = false; in CombineToPostIndexedLoadStore() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19805 bool isSEXTLoad, bool IsMasked, bool isLE, in getMVEIndexedAddressParts()
19872 bool IsMasked = false; in getPreIndexedAddressParts() local
19930 bool IsMasked = false; in getPostIndexedAddressParts() local