Searched defs:Mask (Results 1 - 25 of 270) sorted by relevance

1234567891011

/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp33 const intptr_t Mask = ~(LineSize - 1); local
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DSanitizerSpecialCaseList.h54 SanitizerMask Mask; member in struct:clang::SanitizerSpecialCaseList::SanitizerSection
H A DXRayInstr.h65 XRayInstrMask Mask = 0; member in struct:clang::XRayInstrSet
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDeclAccessPair.h32 enum { Mask = 0x3 }; enumerator in enum:clang::DeclAccessPair::__anon26
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DNoSanitizeList.cpp30 bool NoSanitizeList::containsGlobal(SanitizerMask Mask, StringRef GlobalName, argument
35 bool NoSanitizeList::containsType(SanitizerMask Mask, StringRef MangledTypeName, argument
40 bool NoSanitizeList::containsFunction(SanitizerMask Mask, argument
45 bool NoSanitizeList::containsFile(SanitizerMask Mask, StringRef FileName, argument
50 bool NoSanitizeList::containsMainFile(SanitizerMask Mask, StringRef FileName, argument
55 containsLocation(SanitizerMask Mask, SourceLocation Loc, StringRef Category) const argument
[all...]
H A DSanitizerSpecialCaseList.cpp41 SanitizerMask Mask; local
56 bool SanitizerSpecialCaseList::inSection(SanitizerMask Mask, StringRef Prefix, argument
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.cpp169 const unsigned Mask = 0x3ff; local
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DXRayArgs.cpp132 auto Mask = parseXRayInstrValue(P); local
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp76 decomposeBitTestICmp(Value *LHS, Value *RHS, CmpInst::Predicate &Pred, Value *&X, APInt &Mask, bool LookThruTrunc) argument
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h30 uint8_t Mask; member in struct:llvm::ARM::WinEH::Decoder::RingEntry
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.h100 size_t Mask = PageSize() - 1; local
106 size_t Mask = PageSize() - 1; local
/openbsd-current/gnu/llvm/llvm/include/llvm/MCA/
H A DSupport.h100 inline unsigned getResourceStateIndex(uint64_t Mask) { argument
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp30 SanitizerMask expandKernelSanitizerMasks(SanitizerMask Mask) { argument
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DVectorBuilder.h43 Value *Mask; member in class:llvm::VectorBuilder
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DStackMapLivenessAnalysis.cpp154 uint32_t *Mask = createRegisterMask(MF); local
163 uint32_t *Mask = MF.allocateRegMask(); local
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h78 bool maskedValueIsZero(Register Val, const APInt &Mask) { argument
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h29 enum Mask { enum in class:llvm::SMEAttrs
/openbsd-current/gnu/llvm/llvm/lib/Target/VE/
H A DVECustomDAG.h136 SDValue Mask; member in struct:llvm::Packing::PackElem::VETargetMasks
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DBitmaskEnum.h80 template <typename E> constexpr std::underlying_type_t<E> Mask() { function in namespace:llvm::BitmaskEnumDetail
H A Dbit.h125 T Mask = std::numeric_limits<T>::max() >> Shift; local
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DLaneBitmask.h88 Type Mask = 0; member in struct:llvm::LaneBitmask
[all...]
H A DMCInstrAnalysis.h110 virtual bool isZeroIdiom(const MCInst &MI, APInt &Mask, argument
135 virtual bool isDependencyBreaking(const MCInst &MI, APInt &Mask, argument
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveRegUnits.h93 void addRegMasked(MCPhysReg Reg, LaneBitmask Mask) { argument
/openbsd-current/gnu/llvm/llvm/lib/TargetParser/
H A DX86TargetParser.cpp52 uint32_t Mask = uint32_t(1) << (I % 32); local
/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp22 ExecutionMode Mask; member in struct:llvm::exegesis::ExecutionClass

Completed in 386 milliseconds

1234567891011