/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypes.cpp | 85 unsigned Mapped = 0; in PerformExpensiveChecks() local 89 Mapped |= 1; in PerformExpensiveChecks() 111 Mapped |= 2; in PerformExpensiveChecks() 113 Mapped |= 4; in PerformExpensiveChecks() 115 Mapped |= 8; in PerformExpensiveChecks() 117 Mapped |= 16; in PerformExpensiveChecks() 119 Mapped |= 32; in PerformExpensiveChecks() 121 Mapped |= 64; in PerformExpensiveChecks() 123 Mapped |= 128; in PerformExpensiveChecks() 125 Mapped |= 256; in PerformExpensiveChecks() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 465 auto Mapped = mapValue(V); in mapValue() local 466 assert((Mapped || (Flags & RF_NullMapMissingGlobalValues)) && in mapValue() 469 return Mapped; in mapValue() 475 Value *Mapped = nullptr; in mapValue() local 478 Mapped = mapValueOrNull(Op); in mapValue() 479 if (!Mapped) in mapValue() 481 if (Mapped != Op) in mapValue() 504 Ops.push_back(cast<Constant>(Mapped)); in mapValue() 508 Mapped = mapValueOrNull(C->getOperand(OpNo)); in mapValue() 509 if (!Mapped) in mapValue() [all …]
|
H A D | LoopVersioning.cpp | 167 auto Mapped = VMap.find(ClonedValue); in addPHINodes() local 168 if (Mapped != VMap.end()) in addPHINodes() 169 ClonedValue = Mapped->second; in addPHINodes()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | MacroCallReconstructor.cpp | 194 FormatToken *Mapped = SpelledParentToReconstructedParent.lookup(Parent); in getParentInResult() local 195 if (!Mapped) in getParentInResult() 197 for (; Mapped; Mapped = SpelledParentToReconstructedParent.lookup(Parent)) in getParentInResult() 198 Parent = Mapped; in getParentInResult()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MinidumpYAML.cpp | 29 MapType Mapped = static_cast<typename EndianType::value_type>(Val); in mapRequiredAs() local 30 IO.mapRequired(Key, Mapped); in mapRequiredAs() 31 Val = static_cast<typename EndianType::value_type>(Mapped); in mapRequiredAs() 39 MapType Mapped = static_cast<typename EndianType::value_type>(Val); in mapOptionalAs() local 40 IO.mapOptional(Key, Mapped, Default); in mapOptionalAs() 41 Val = static_cast<typename EndianType::value_type>(Mapped); in mapOptionalAs()
|
/freebsd/sys/contrib/openzfs/etc/zfs/ |
H A D | vdev_id.conf.sas_direct.example | 17 # Linux Mapped
|
/freebsd/sys/arm64/conf/ |
H A D | std.virt | 20 device virtio_mmio # VirtIO Memory Mapped IO device
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MinidumpConstants.def | 138 HANDLE_MDMP_MEMTYPE(0x0040000, Mapped, MEM_MAPPED)
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 1514 : ExecutionCount(0), HasMultipleRegions(false), Mapped(false), Line(Line), in LineCoverageStats() 1530 Mapped = in LineCoverageStats() 1536 Mapped |= std::any_of( in LineCoverageStats() 1540 if (!Mapped) { in LineCoverageStats()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 1034 bool Mapped; variable 1050 bool isMapped() const { return Mapped; } in isMapped()
|
/freebsd/crypto/heimdal/doc/ |
H A D | win2k.texi | 105 login with @code{Mapped Names}. @c XXX probably shouldn't be @code
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 3647 auto Mapped = in blocksOnly() local 3650 Mapped, [](BaseTy &Block) { return isa<BlockTy>(&Block); }); in blocksOnly()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 2060 for (const typename Map::mapped_type::value_type Mapped : Result->second) in touchAndErase() local 2061 TouchedInstructions.set(InstrToDFSNum(Mapped)); in touchAndErase()
|
/freebsd/contrib/libpcap/ |
H A D | CHANGES | 1083 Add support for snapshot length for USB Memory-Mapped Interface
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3454.txt | 359 Mapped characters are not re-scanned during the mapping step. That
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 2825 # <kel> is end on a PC kbd. Actually 'select' on a VT. Mapped to
|