Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUAsmUtils.h47 unsigned getMask() const { return Mask << Shift; } in getMask() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/
HDDXILShaderFlags.h43 constexpr uint64_t getMask(int Bit) const { in getMask() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kCollapseMOVEMPass.cpp86 unsigned getMask() const { return Mask; } in getMask() function in __anon6aa2fec90111::MOVEMState
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUArgumentUsageInfo.h79 unsigned getMask() const { in getMask() function
HDAMDGPUIGroupLP.cpp228 SchedGroupMask getMask() { return SGMask; } in getMask() function in __anon1bedcbfd0111::SchedGroup
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlan.h2053 VPValue *getMask(unsigned Idx) const { in getMask() function
2129 VPValue *getMask() const { in getMask() function
2352 VPValue *getMask() { in getMask() function
2393 VPValue *getMask() const { in getMask() function
2506 VPValue *getMask() const { in getMask() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDGenericMachineInstrs.h320 ArrayRef<int> getMask() const { return getOperand(3).getShuffleMask(); } in getMask() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDType.cpp302 APInt IntegerType::getMask() const { return APInt::getAllOnes(getBitWidth()); } in getMask() function in IntegerType
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDMachODumper.cpp329 static std::string getMask(uint32_t prot) in getMask() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetRegisterInfo.h1267 const uint32_t *getMask() const { return Mask; } in getMask() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1858 const SDValue &getMask() const { return getOperand(2); } in getMask() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonVectorCombine.cpp659 auto AlignVectors::getMask(Value *Val) const -> Value * { in getMask() function in AlignVectors