Searched defs:Mask (Results 26 - 50 of 270) sorted by relevance

1234567891011

/openbsd-current/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp114 uint64_t Mask = local
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h431 ConstantInt* Mask = dyn_cast<ConstantInt>(AndI.getOperand(1)); variable
H A DSystemZTDC.cpp100 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { argument
208 int Mask = 0; local
250 int Mask; local
275 int Mask = MaskC->getZExtValue(); local
299 int Mask; local
361 int Mask; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/MCA/
H A DInstrBuilder.cpp83 uint64_t Mask = ProcResourceMasks[PRE->ProcResourceIdx]; local
175 uint64_t Mask = RPC.first ^ PowerOf2Floor(RPC.first); local
191 uint64_t Mask = ProcResourceMasks[I]; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp132 uint64_t Mask = HWS.analyzeResourcePressure(Insts); local
H A DInOrderIssueStage.cpp242 uint64_t Mask = Use.first.first; local
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DOpenCLOptions.h59 isOpenCLVersionContainedInMask(const LangOptions &LO, unsigned Mask) argument
H A DSanitizers.h176 SanitizerMask Mask; member in struct:clang::SanitizerSet
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp81 const auto Mask = (static_cast<T>(1) << width) - 1; local
148 const uint64_t Mask = ((UINT64_C(1) << width) - 1) << shift; local
H A DAMDGPUAsmUtils.h41 unsigned Mask = (1 << Width) - 1; member in struct:llvm::AMDGPU::CustomOperandVal
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kInstPrinter.cpp88 unsigned Mask = MI->getOperand(opNum).getImm(); local
/openbsd-current/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.cpp174 unsigned Mask = (1 << NumBits) - 1; local
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp290 uint64_t Mask = ((uint64_t)(-1) >> local
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DBitfields.h166 static constexpr StorageType Mask = BP::Umax << Bitfield::Shift; member in struct:llvm::bitfields_details::Impl
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalObject.h161 unsigned Mask = 1 << Bit; local
/openbsd-current/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp83 uint64_t Mask = ProcResID2Mask[ProcResID]; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp307 uint64_t Mask = Header.NumBuckets - 1; local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp158 LaneBitmask Mask = LI.LaneMask; local
H A DLiveIntervalCalc.cpp136 extendToUses(LiveRange &LR, Register Reg, LaneBitmask Mask, LiveInterval *LI) argument
H A DLiveRegMatrix.cpp86 LaneBitmask Mask = (*Units).second; local
/openbsd-current/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp52 outputQualifierIfPresent(OutputBuffer &OB, Qualifiers Q, Qualifiers Mask, bool NeedSpace) argument
/openbsd-current/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp51 void DefaultResourceStrategy::used(uint64_t Mask) { argument
128 uint64_t Mask = ProcResID2Mask[I]; local
136 uint64_t Mask local
65 ResourceState(const MCProcResourceDesc &Desc, unsigned Index, uint64_t Mask) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp130 bool Mask = (Chan != TRI.getHWRegChan(DstReg)); local
222 bool Mask = false; local
H A DSIRegisterInfo.h361 uint64_t Mask = LM.getAsInteger(); local
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp125 const uint64_t Mask = 0xFFFF; local
153 const uint64_t Mask = 0xFFFF; local
247 const unsigned Mask = 0xFFFF; local
305 const unsigned Mask = 0xFFFF; local
[all...]

Completed in 565 milliseconds

1234567891011