Home
last modified time | relevance | path

Searched defs:getMask (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h47 unsigned getMask() const { return Mask << Shift; } in getMask() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp261 static Value *getMask(Value *WideMask, unsigned Factor, in getMask() function
578 static Value *getMask(Value *WideMask, unsigned Factor, in getMask() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILShaderFlags.h48 constexpr uint64_t getMask(int Bit) const { in getMask() function
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp86 unsigned getMask() const { return Mask; } in getMask() function in __anon143e10ef0111::MOVEMState
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.h80 unsigned getMask() const { in getMask() function
H A DAMDGPUIGroupLP.cpp227 SchedGroupMask getMask() { return SGMask; } in getMask() function in __anon5d856e630111::SchedGroup
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DLegality.h237 const ShuffleMask &getMask() const { return Mask; } in getMask() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1623 VPValue *getMask() const { in getMask() function
2331 VPValue *getMask(unsigned Idx) const { in getMask() function
2416 VPValue *getMask() const { in getMask() function
2723 VPValue *getMask() { in getMask() function
2993 VPValue *getMask() const { in getMask() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h323 ArrayRef<int> getMask() const { return getOperand(3).getShuffleMask(); } in getMask() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp329 static std::string getMask(uint32_t prot) in getMask() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp345 APInt IntegerType::getMask() const { return APInt::getAllOnes(getBitWidth()); } in getMask() function in IntegerType
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1295 const uint32_t *getMask() const { return Mask; } in getMask() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1947 const SDValue &getMask() const { return getOperand(2); } in getMask() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp659 auto AlignVectors::getMask(Value *Val) const -> Value * { in getMask() function in AlignVectors