/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | NoSanitizeList.cpp | 30 bool NoSanitizeList::containsGlobal(SanitizerMask Mask, StringRef GlobalName, in containsGlobal() 35 bool NoSanitizeList::containsType(SanitizerMask Mask, StringRef MangledTypeName, in containsType() 40 bool NoSanitizeList::containsFunction(SanitizerMask Mask, in containsFunction() 45 bool NoSanitizeList::containsFile(SanitizerMask Mask, StringRef FileName, in containsFile() 50 bool NoSanitizeList::containsLocation(SanitizerMask Mask, SourceLocation Loc, in containsLocation()
|
H A D | SanitizerSpecialCaseList.cpp | 41 SanitizerMask Mask; in createSanitizerSections() local 56 bool SanitizerSpecialCaseList::inSection(SanitizerMask Mask, StringRef Prefix, in inSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZTDC.cpp | 104 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { in converted() 212 int Mask = 0; in convertFCmp() local 254 int Mask; in convertICmp() local 279 int Mask = MaskC->getZExtValue(); in convertICmp() local 303 int Mask; in convertLogicOp() local 365 int Mask; in runOnFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 93 static bool isConstantIntVector(Value *Mask) { in isConstantIntVector() 149 Value *Mask = CI->getArgOperand(2); in scalarizeMaskedLoad() local 215 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedLoad() local 292 Value *Mask = CI->getArgOperand(3); in scalarizeMaskedStore() local 349 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedStore() local 419 Value *Mask = CI->getArgOperand(2); in scalarizeMaskedGather() local 471 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedGather() local 550 Value *Mask = CI->getArgOperand(3); in scalarizeMaskedScatter() local 598 Value *Mask = Builder.getInt(APInt::getOneBitSet( in scalarizeMaskedScatter() local 638 Value *Mask = CI->getArgOperand(1); in scalarizeMaskedExpandLoad() local [all …]
|
/netbsd-src/sys/dev/acpi/ |
H A D | apei_reg.c | 55 uint64_t Mask) in apei_read_register() 83 uint64_t Mask, bool preserve_register, uint64_t X) in apei_write_register()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 418 Constant *Mask = ConstantExpr::getSub(C, ConstantInt::get(I.getType(), 1)); in commonShiftTransforms() local 465 APInt Mask = APInt::getLowBitsSet(TypeWidth, OuterShAmt) << MaskShift; in canEvaluateShiftedShift() local 570 APInt Mask = IsInnerShl in foldShiftedShift() local 754 Constant *Mask = ConstantInt::get(Ty, Bits); in FoldShiftByConstant() local 786 Constant *Mask = ConstantInt::get(Ty, Bits); in FoldShiftByConstant() local 927 APInt Mask(APInt::getHighBitsSet(BitWidth, BitWidth - ShAmt)); in visitShl() local 963 APInt Mask(APInt::getHighBitsSet(BitWidth, BitWidth - ShAmt)); in visitShl() local 974 APInt Mask(APInt::getHighBitsSet(BitWidth, BitWidth - ShAmt)); in visitShl() local 1006 Value *Mask = Builder.CreateShl(AllOnes, Op1); in visitShl() local 1083 APInt Mask(APInt::getLowBitsSet(BitWidth, BitWidth - ShAmt)); in visitLShr() local [all …]
|
H A D | InstCombineVectorOps.cpp | 472 SmallVectorImpl<int> &Mask) { in collectSingleShuffleElements() 627 static ShuffleOps collectShuffleElements(Value *V, SmallVectorImpl<int> &Mask, in collectShuffleElements() 1117 SmallVector<int, 16> Mask(NumElements, 0); in foldInsSequenceIntoSplat() local 1278 ArrayRef<int> Mask = Shuf->getShuffleMask(); in foldConstantInsEltIntoShuffle() local 1315 SmallVector<int, 16> Mask(NumElts); in foldConstantInsEltIntoShuffle() local 1421 SmallVector<int, 16> Mask; in visitInsertElementInst() local 1466 static bool canEvaluateShuffled(Value *V, ArrayRef<int> Mask, in canEvaluateShuffled() 1630 static Value *evaluateInDifferentElementOrder(Value *V, ArrayRef<int> Mask) { in evaluateInDifferentElementOrder() 1735 ArrayRef<int> Mask) { in isShuffleExtractingFromLHS() 1819 ArrayRef<int> Mask = Shuf.getShuffleMask(); in foldSelectShuffleWith1Binop() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandImm.cpp | 126 const uint64_t Mask = 0xFFFF; in updateImm() local 154 const uint64_t Mask = 0xFFFF; in trySequenceOfOnes() local 248 const unsigned Mask = 0xFFFF; in expandMOVImmSimple() local 306 const unsigned Mask = 0xFFFF; in expandMOVImm() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 328 int llvm::getSplatIndex(ArrayRef<int> Mask) { in getSplatIndex() 411 void llvm::narrowShuffleMaskElts(int Scale, ArrayRef<int> Mask, in narrowShuffleMaskElts() 432 bool llvm::widenShuffleMaskElts(int Scale, ArrayRef<int> Mask, in widenShuffleMaskElts() 765 SmallVector<Constant *, 16> Mask; in createBitMaskForGaps() local 787 SmallVector<int, 16> Mask; in createInterleaveMask() local 797 SmallVector<int, 16> Mask; in createStrideMask() local 807 SmallVector<int, 16> Mask; in createSequentialMask() local 870 bool llvm::maskIsAllZeroOrUndef(Value *Mask) { in maskIsAllZeroOrUndef() 897 bool llvm::maskIsAllOneOrUndef(Value *Mask) { in maskIsAllOneOrUndef() 925 APInt llvm::possiblyDemandedEltsInMask(Value *Mask) { in possiblyDemandedEltsInMask()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | StackMapLivenessAnalysis.cpp | 154 uint32_t *Mask = createRegisterMask(MF); in addLiveOutSetToMI() local 163 uint32_t *Mask = MF.allocateRegMask(); in createRegisterMask() local
|
H A D | InterleavedAccessPass.cpp | 152 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor() 176 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask() 205 static bool isReInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isReInterleaveMask() 400 ArrayRef<int> Mask = SVI->getShuffleMask(); in replaceBinOpShuffles() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/ |
H A D | ResourceManager.cpp | 51 void DefaultResourceStrategy::used(uint64_t Mask) { in used() 66 uint64_t Mask) in ResourceState() 128 uint64_t Mask = ProcResID2Mask[I]; in ResourceManager() local 136 uint64_t Mask = ProcResID2Mask[I]; in ResourceManager() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCInstrAnalysis.h | 108 virtual bool isZeroIdiom(const MCInst &MI, APInt &Mask, in isZeroIdiom() 133 virtual bool isDependencyBreaking(const MCInst &MI, APInt &Mask, in isDependencyBreaking()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | BitVector.h | 365 BitWord Mask = EMask - IMask; in set() local 404 BitWord Mask = EMask - IMask; in reset() local 443 BitWord Mask = BitWord(1) << (Idx % BITWORD_SIZE); variable 597 const BitWord Mask = maskTrailingOnes<BitWord>(BitDistance); variable 647 const BitWord Mask = maskLeadingOnes<BitWord>(BitDistance); variable 783 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask()
|
H A D | PointerEmbeddedInt.h | 47 Mask = static_cast<uintptr_t>(-1) << Bits enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kCollapseMOVEMPass.cpp | 48 unsigned Mask; member in __anon55c4489a0111::MOVEMState 203 MOVEMState &State, unsigned Mask, int Offset, unsigned Reg, in ProcessMI() 244 unsigned Mask = 0; in runOnMachineFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/PerfectShuffle/ |
H A D | PerfectShuffle.cpp | 34 static unsigned getMaskElt(unsigned Mask, unsigned Elt) { in getMaskElt() 38 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { in setMaskElt() 44 static bool isValidMask(unsigned short Mask) { in isValidMask() 51 static bool hasUndefElements(unsigned short Mask) { in hasUndefElements() 57 static bool isOnlyLHSMask(unsigned short Mask) { in isOnlyLHSMask() 72 static unsigned getCompressedMask(unsigned short Mask) { in getCompressedMask()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUGlobalISelUtils.cpp | 61 bool AMDGPU::isLegalVOP3PShuffleMask(ArrayRef<int> Mask) { in isLegalVOP3PShuffleMask()
|
H A D | R600ExpandSpecialInstrs.cpp | 130 bool Mask = (Chan != TRI.getHWRegChan(DstReg)); in runOnMachineFunction() local 222 bool Mask = false; in runOnMachineFunction() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | SanitizerSpecialCaseList.h | 54 SanitizerMask Mask; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.h | 56 bool isShuffleMaskLegal(ArrayRef<int> Mask, EVT VT) const override { in isShuffleMaskLegal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 361 Value *Mask = I->getArgOperand(2); in lowerGather() local 409 Value *Mask = I->getArgOperand(2); in tryCreateMaskedGatherBase() local 431 Value *Mask = I->getArgOperand(2); in tryCreateMaskedGatherBaseWB() local 498 Value *Mask = I->getArgOperand(2); in tryCreateMaskedGatherOffset() local 559 Value *Mask = I->getArgOperand(3); in tryCreateMaskedScatterBase() local 584 Value *Mask = I->getArgOperand(3); in tryCreateMaskedScatterBaseWB() local 600 Value *Mask = I->getArgOperand(3); in tryCreateMaskedScatterOffset() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 79 uint64_t Mask = ProcResourceMasks[PRE->ProcResourceIdx]; in initializeUsedResources() local 162 uint64_t Mask = RPC.first ^ PowerOf2Floor(RPC.first); in initializeUsedResources() local 178 uint64_t Mask = ProcResourceMasks[I]; in initializeUsedResources() local 622 APInt Mask; in createInstruction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 1287 SDValue Mask = DAG.getNode(RISCVISD::VMSET_VL, DL, MaskVT, VL); in getDefaultVLOps() local 1328 SDValue Mask, VL; in lowerSPLAT_VECTOR() local 1345 SDValue Mask, VL; in lowerBUILD_VECTOR() local 1903 SDValue Mask, VL; in getRVVFPExtendOrRound() local 2052 SDValue Mask, VL; in LowerOperation() local 2167 SDValue Mask, VL; in LowerOperation() local 2276 SDValue Mask, VL; in LowerOperation() local 2942 SDValue Mask, VL; in lowerSPLAT_VECTOR_PARTS() local 3013 SDValue Mask, VL; in lowerVectorMaskExt() local 3045 SDValue Mask, VL; in lowerFixedLengthVectorExtendToRVV() local [all …]
|
/netbsd-src/sys/external/bsd/acpica/dist/executer/ |
H A D | exfldio.c | 619 UINT64 Mask, in AcpiExWriteWithUpdateRule() 890 UINT64 Mask; in AcpiExInsertIntoField() local
|