Home
last modified time | relevance | path

Searched defs:isMask (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h468 bool isMask(unsigned numBits) const { isMask() function
481 bool isMask() const { isMask() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h100 constexpr bool isMask() const { return isMaskId(Reg); } in isMask() function
/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp51 static bool isMask(const TargetRegisterClass *RC, isMask() function
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp1772 TEST(APIntTest,isMask) TEST() argument
/llvm-project/flang/lib/Lower/
H A DBridge.cpp2637 __anonc6773cb53b02(const auto &parserExpr, mlir::Region &region, bool isMask = false) genForallNest() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp9803 const auto isMask = [&Mask, SrcSize](const MachineOperand *MO) -> bool { optimizeCompareInstr() local