HomeSort by: relevance | last modified time | path
    Searched defs:getMask (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h 1688 const SDValue &getMask() const { return getOperand(2); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
LowLevelTypeImpl.h 261 static uint64_t getMask(const BitFieldInfo FieldInfo) {
270 return maskAndShift(Val, getMask(FieldInfo), FieldInfo[1]);
273 return getMask(FieldInfo) & (RawData >> FieldInfo[1]);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUArgumentUsageInfo.h 81 unsigned getMask() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kCollapseMOVEMPass.cpp 85 unsigned getMask() const { return Mask; }
189 .addImm(State.getMask())
196 .addImm(State.getMask());
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 1140 const uint32_t *getMask() const { return Mask; }
1158 /// TargetRegisterClass::getSubClassMask or SuperRegClassIterator::getMask.
SelectionDAGNodes.h 1486 ArrayRef<int> getMask() const {
2329 const SDValue &getMask() const {
2370 const SDValue &getMask() const { return getOperand(3); }
2407 const SDValue &getMask() const { return getOperand(4); }
2451 const SDValue &getMask() const { return getOperand(2); }
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp 293 APInt IntegerType::getMask() const {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 316 static std::string getMask(uint32_t prot)
852 W.printString("maxprot", getMask(MOSegment.maxprot));
853 W.printString("initprot", getMask(MOSegment.initprot));
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 1791 bool IsSelect = all_of(enumerate(SVN->getMask()), [&](const auto &MaskIdx) {
1813 for (int MaskIndex : SVN->getMask()) {
4103 SDValue Mask = Load->getMask();
4138 SDValue Mask = Store->getMask();
4357 SDValue Mask = MGN->getMask();
4438 SDValue Mask = MSN->getMask();
5911 {MGSN->getChain(), MGN->getPassThru(), MGSN->getMask(),
5918 {MGSN->getChain(), MSN->getValue(), MGSN->getMask(), MGSN->getBasePtr(),

Completed in 60 milliseconds