Home
last modified time | relevance | path

Searched refs:BlockMask (Results 1 – 25 of 106) sorted by relevance

12345

/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/fe/
H A Dblock_mask.h72 class BlockMask
81 BlockMask() = default;
181 BlockMask
188 BlockMask operator&(const BlockMask &mask) const;
239 inline BlockMask::BlockMask(const std::vector<bool> &block_mask) in BlockMask() function
250 BlockMask::size() const in size()
327 inline BlockMask
328 BlockMask::operator|(const BlockMask &mask) const
350 inline BlockMask BlockMask::operator&(const BlockMask &mask) const
373 BlockMask::operator==(const BlockMask &mask) const
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/
H A Dbeingcommon.cpp69 BlockMask::GROUND | in readWalkingAttributes()
70 BlockMask::WALL | in readWalkingAttributes()
71 BlockMask::WATER | in readWalkingAttributes()
72 BlockMask::AIR | in readWalkingAttributes()
79 block |= BlockMask::GROUND; in readWalkingAttributes()
81 block |= BlockMask::GROUND | BlockMask::WATER | BlockMask::AIR; in readWalkingAttributes()
85 block |= BlockMask::WALL; in readWalkingAttributes()
87 block |= BlockMask::MONSTERWALL; in readWalkingAttributes()
89 block |= BlockMask::WATER; in readWalkingAttributes()
91 block |= BlockMask::GROUND | BlockMask::WATER; in readWalkingAttributes()
/dports/games/manaplus/manaplus-2.1.3.17/src/progs/manaplus/gui/
H A Dviewport.cpp641 BlockMask::WALL | in getMouseTile()
642 BlockMask::AIR | in getMouseTile()
643 BlockMask::WATER | in getMouseTile()
644 BlockMask::PLAYERWALL)) in getMouseTile()
723 BlockMask::WALL | in walkByMouse()
724 BlockMask::AIR | in walkByMouse()
725 BlockMask::WATER | in walkByMouse()
726 BlockMask::PLAYERWALL)) in walkByMouse()
740 BlockMask::AIR | in walkByMouse()
756 BlockMask::AIR | in walkByMouse()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp178 ARM::PredBlockMask BlockMask = GetInitialBlockMask(BlockSize); in CreateVPTBlock() local
220 BlockMask = expandPredBlockMask(BlockMask, CurrentPredicate); in CreateVPTBlock()
228 return BlockMask; in CreateVPTBlock()
258 ARM::PredBlockMask BlockMask = in InsertVPTBlocks() local
265 LLVM_DEBUG(dbgs() << " final block mask: " << (unsigned)BlockMask << "\n"); in InsertVPTBlocks()
269 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
285 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp178 ARM::PredBlockMask BlockMask = GetInitialBlockMask(BlockSize); in CreateVPTBlock() local
220 BlockMask = expandPredBlockMask(BlockMask, CurrentPredicate); in CreateVPTBlock()
228 return BlockMask; in CreateVPTBlock()
258 ARM::PredBlockMask BlockMask = in InsertVPTBlocks() local
265 LLVM_DEBUG(dbgs() << " final block mask: " << (unsigned)BlockMask << "\n"); in InsertVPTBlocks()
269 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
276 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp186 ARM::PredBlockMask BlockMask = GetInitialBlockMask(BlockSize); in CreateVPTBlock() local
231 BlockMask = expandPredBlockMask(BlockMask, CurrentPredicate); in CreateVPTBlock()
239 return BlockMask; in CreateVPTBlock()
269 ARM::PredBlockMask BlockMask = in InsertVPTBlocks() local
276 LLVM_DEBUG(dbgs() << " final block mask: " << (unsigned)BlockMask << "\n"); in InsertVPTBlocks()
280 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
296 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp186 ARM::PredBlockMask BlockMask = GetInitialBlockMask(BlockSize); in CreateVPTBlock() local
231 BlockMask = expandPredBlockMask(BlockMask, CurrentPredicate); in CreateVPTBlock()
239 return BlockMask; in CreateVPTBlock()
269 ARM::PredBlockMask BlockMask = in InsertVPTBlocks() local
276 LLVM_DEBUG(dbgs() << " final block mask: " << (unsigned)BlockMask << "\n"); in InsertVPTBlocks()
280 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
296 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp186 ARM::PredBlockMask BlockMask = GetInitialBlockMask(BlockSize); in CreateVPTBlock() local
231 BlockMask = expandPredBlockMask(BlockMask, CurrentPredicate); in CreateVPTBlock()
239 return BlockMask; in CreateVPTBlock()
269 ARM::PredBlockMask BlockMask = in InsertVPTBlocks() local
276 LLVM_DEBUG(dbgs() << " final block mask: " << (unsigned)BlockMask << "\n"); in InsertVPTBlocks()
280 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
296 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp178 ARM::PredBlockMask BlockMask = GetInitialBlockMask(BlockSize); in CreateVPTBlock() local
220 BlockMask = expandPredBlockMask(BlockMask, CurrentPredicate); in CreateVPTBlock()
228 return BlockMask; in CreateVPTBlock()
258 ARM::PredBlockMask BlockMask = in InsertVPTBlocks() local
265 LLVM_DEBUG(dbgs() << " final block mask: " << (unsigned)BlockMask << "\n"); in InsertVPTBlocks()
269 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
276 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp186 ARM::PredBlockMask BlockMask = GetInitialBlockMask(BlockSize); in CreateVPTBlock() local
231 BlockMask = expandPredBlockMask(BlockMask, CurrentPredicate); in CreateVPTBlock()
239 return BlockMask; in CreateVPTBlock()
269 ARM::PredBlockMask BlockMask = in InsertVPTBlocks() local
276 LLVM_DEBUG(dbgs() << " final block mask: " << (unsigned)BlockMask << "\n"); in InsertVPTBlocks()
280 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
296 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp186 ARM::PredBlockMask BlockMask = GetInitialBlockMask(BlockSize); in CreateVPTBlock() local
231 BlockMask = expandPredBlockMask(BlockMask, CurrentPredicate); in CreateVPTBlock()
239 return BlockMask; in CreateVPTBlock()
269 ARM::PredBlockMask BlockMask = in InsertVPTBlocks() local
276 LLVM_DEBUG(dbgs() << " final block mask: " << (unsigned)BlockMask << "\n"); in InsertVPTBlocks()
280 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
296 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp186 ARM::PredBlockMask BlockMask = GetInitialBlockMask(BlockSize); in CreateVPTBlock() local
231 BlockMask = expandPredBlockMask(BlockMask, CurrentPredicate); in CreateVPTBlock()
239 return BlockMask; in CreateVPTBlock()
269 ARM::PredBlockMask BlockMask = in InsertVPTBlocks() local
276 LLVM_DEBUG(dbgs() << " final block mask: " << (unsigned)BlockMask << "\n"); in InsertVPTBlocks()
280 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
296 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp186 ARM::PredBlockMask BlockMask = GetInitialBlockMask(BlockSize); in CreateVPTBlock() local
231 BlockMask = expandPredBlockMask(BlockMask, CurrentPredicate); in CreateVPTBlock()
239 return BlockMask; in CreateVPTBlock()
269 ARM::PredBlockMask BlockMask = in InsertVPTBlocks() local
276 LLVM_DEBUG(dbgs() << " final block mask: " << (unsigned)BlockMask << "\n"); in InsertVPTBlocks()
280 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
296 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp186 ARM::PredBlockMask BlockMask = GetInitialBlockMask(BlockSize); in CreateVPTBlock() local
231 BlockMask = expandPredBlockMask(BlockMask, CurrentPredicate); in CreateVPTBlock()
239 return BlockMask; in CreateVPTBlock()
269 ARM::PredBlockMask BlockMask = in InsertVPTBlocks() local
276 LLVM_DEBUG(dbgs() << " final block mask: " << (unsigned)BlockMask << "\n"); in InsertVPTBlocks()
280 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
296 MIBuilder.addImm((uint64_t)BlockMask); in InsertVPTBlocks()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/hp/
H A Dfe_collection.cc409 FECollection<dim, spacedim>::component_mask(const BlockMask &block_mask) const in component_mask()
429 BlockMask
437 const BlockMask mask = (*this)[0].block_mask(scalar); in block_mask()
451 BlockMask
459 const BlockMask mask = (*this)[0].block_mask(vector); in block_mask()
473 BlockMask
481 const BlockMask mask = (*this)[0].block_mask(sym_tensor); in block_mask()
496 BlockMask
504 const BlockMask mask = (*this)[0].block_mask(component_mask); in block_mask()
/dports/games/manaplus/manaplus-2.1.3.17/src/unittests/resources/map/maplayer/
H A Dupdateconditiontiles.cc60 layer->setTileCondition(BlockMask::WATER);
89 layer->setTileCondition(BlockMask::WATER);
121 layer->setTileCondition(BlockMask::WATER);
164 layer->setTileCondition(BlockMask::WATER);
201 layer->setTileCondition(BlockMask::WATER);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.cpp18 ARM::PredBlockMask expandPredBlockMask(ARM::PredBlockMask BlockMask, in expandPredBlockMask() argument
22 assert(countTrailingZeros((unsigned)BlockMask) != 0 && in expandPredBlockMask()
29 switch (BlockMask) { in expandPredBlockMask()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.cpp18 ARM::PredBlockMask expandPredBlockMask(ARM::PredBlockMask BlockMask, in expandPredBlockMask() argument
22 assert(countTrailingZeros((unsigned)BlockMask) != 0 && in expandPredBlockMask()
29 switch (BlockMask) { in expandPredBlockMask()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.cpp18 ARM::PredBlockMask expandPredBlockMask(ARM::PredBlockMask BlockMask, in expandPredBlockMask() argument
22 assert(countTrailingZeros((unsigned)BlockMask) != 0 && in expandPredBlockMask()
29 switch (BlockMask) { in expandPredBlockMask()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/Utils/
H A DARMBaseInfo.cpp18 ARM::PredBlockMask expandPredBlockMask(ARM::PredBlockMask BlockMask, in expandPredBlockMask() argument
22 assert(countTrailingZeros((unsigned)BlockMask) != 0 && in expandPredBlockMask()
29 switch (BlockMask) { in expandPredBlockMask()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.cpp18 ARM::PredBlockMask expandPredBlockMask(ARM::PredBlockMask BlockMask, in expandPredBlockMask() argument
22 assert(countTrailingZeros((unsigned)BlockMask) != 0 && in expandPredBlockMask()
29 switch (BlockMask) { in expandPredBlockMask()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/ARM/Utils/
H A DARMBaseInfo.cpp18 ARM::PredBlockMask expandPredBlockMask(ARM::PredBlockMask BlockMask, in expandPredBlockMask() argument
22 assert(countTrailingZeros((unsigned)BlockMask) != 0 && in expandPredBlockMask()
29 switch (BlockMask) { in expandPredBlockMask()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.cpp18 ARM::PredBlockMask expandPredBlockMask(ARM::PredBlockMask BlockMask, in expandPredBlockMask() argument
22 assert(countTrailingZeros((unsigned)BlockMask) != 0 && in expandPredBlockMask()
29 switch (BlockMask) { in expandPredBlockMask()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.cpp18 ARM::PredBlockMask expandPredBlockMask(ARM::PredBlockMask BlockMask, in expandPredBlockMask() argument
22 assert(countTrailingZeros((unsigned)BlockMask) != 0 && in expandPredBlockMask()
29 switch (BlockMask) { in expandPredBlockMask()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.cpp18 ARM::PredBlockMask expandPredBlockMask(ARM::PredBlockMask BlockMask, in expandPredBlockMask() argument
22 assert(countTrailingZeros((unsigned)BlockMask) != 0 && in expandPredBlockMask()
29 switch (BlockMask) { in expandPredBlockMask()

12345