Home
last modified time | relevance | path

Searched refs:Masks (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DSupport.cpp24 SmallVectorImpl<uint64_t> &Masks) { in computeProcResourceMasks() argument
29 Masks.resize(SM.getNumProcResourceKinds()); in computeProcResourceMasks()
34 Masks[I] = 1ULL << ProcResourceID; in computeProcResourceMasks()
43 Masks[I] = 1ULL << ProcResourceID; in computeProcResourceMasks()
45 uint64_t OtherMask = Masks[Desc.SubUnitsIdxBegin[U]]; in computeProcResourceMasks()
46 Masks[I] |= OtherMask; in computeProcResourceMasks()
DInstructionTables.cpp25 ArrayRef<uint64_t> Masks = IB.getProcResourceMasks(); in execute() local
36 Masks.begin(), std::find(Masks.begin(), Masks.end(), Resource.first)); in execute()
DSupport.h47 llvm::SmallVectorImpl<uint64_t> &Masks);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp159 static const int Masks[][4] = { in convertFCmp() local
206 Mask |= Masks[WhichConst][0]; in convertFCmp()
208 Mask |= Masks[WhichConst][1]; in convertFCmp()
210 Mask |= Masks[WhichConst][2]; in convertFCmp()
212 Mask |= Masks[WhichConst][3]; in convertFCmp()
DSystemZISelLowering.cpp3170 uint64_t Masks[] = { Known[0].Zero.getZExtValue(), in lowerOR() local
3173 if ((Masks[0] >> 32) == 0xffffffff && uint32_t(Masks[1]) == 0xffffffff) in lowerOR()
3175 else if ((Masks[1] >> 32) == 0xffffffff && uint32_t(Masks[0]) == 0xffffffff) in lowerOR()
/external/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp159 static const int Masks[][4] = { in convertFCmp() local
206 Mask |= Masks[WhichConst][0]; in convertFCmp()
208 Mask |= Masks[WhichConst][1]; in convertFCmp()
210 Mask |= Masks[WhichConst][2]; in convertFCmp()
212 Mask |= Masks[WhichConst][3]; in convertFCmp()
DSystemZISelLowering.cpp3042 uint64_t Masks[] = { KnownZero[0].getZExtValue(), in lowerOR() local
3045 if ((Masks[0] >> 32) == 0xffffffff && uint32_t(Masks[1]) == 0xffffffff) in lowerOR()
3047 else if ((Masks[1] >> 32) == 0xffffffff && uint32_t(Masks[0]) == 0xffffffff) in lowerOR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFRegisters.cpp377 Masks[R.Reg] |= R.Mask; in rr_iterator()
379 Pos = End ? Masks.end() : Masks.begin(); in rr_iterator()
380 Index = End ? Masks.size() : 0; in rr_iterator()
DRDFRegisters.h189 MapType Masks;
/external/protobuf/src/google/protobuf/
Dfield_mask.proto55 // # Field Masks in Projections
101 // # Field Masks in Update Operations
135 // # JSON Encoding of Field Masks
165 // # Field Masks and Oneof Fields
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseSoftmax.pbtxt40 (2) Masks out the original implicitly-zero locations;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h742 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Masks) in VPBlendRecipe() argument
745 Phi->getNumIncomingValues() == Masks.size()) && in VPBlendRecipe()
747 if (!Masks.empty()) in VPBlendRecipe()
748 User.reset(new VPUser(Masks)); in VPBlendRecipe()
DLoopVectorize.cpp6683 SmallVector<VPValue *, 2> Masks; in tryToBlend() local
6691 Masks.push_back(EdgeMask); in tryToBlend()
6693 return new VPBlendRecipe(Phi, Masks); in tryToBlend()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp8607 struct Masks struct in gl4cts::__anonb00615420111::ImageLoadStoreMultipleUniformsTest
8642 struct Masks<T, SIZE, OFFSET, false> struct in gl4cts::__anonb00615420111::ImageLoadStoreMultipleUniformsTest
8695 const T mask = Masks<T, SIZE, OFFSET>::RawMask(); in Get()
8698 const T result = (unsigned)bits >> Masks<T, SIZE, OFFSET>::Offset(); in Get()
8709 const T mask = Masks<T, SIZE, OFFSET>::ValueMask(); in GetNegated()
/external/blktrace/doc/
Dblktrace.tex403 \subsubsection{\label{sec:filter-mask}Filter Masks}
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmasked_memop.ll771 ;;; Loads with Constant Masks - these should be optimized to use something other than a variable bl…
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenRegisterInfo.inc7376 static const uint32_t *const Masks[] = {
7389 return makeArrayRef(Masks);
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenRegisterInfo.inc7903 static const uint32_t *const Masks[] = {
7941 return makeArrayRef(Masks);
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenRegisterInfo.inc13759 static const uint32_t *const Masks[] = {
13777 return makeArrayRef(Masks);
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenRegisterInfo.inc19365 static const uint32_t *const Masks[] = {
19385 return makeArrayRef(Masks);
/external/llvm/test/CodeGen/X86/
Dmasked_memop.ll945 ;;; Loads with Constant Masks - these should be optimized to use something other than a variable bl…