/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 47 int I = Map.Present.find_first(); in HashTableIterator() 71 assert(Map->Present.test(Index)); 81 if (Map->Present.test(Index)) 129 if (auto EC = readSparseBitVector(Stream, Present)) in load() 131 if (Present.count() != H->Size) in load() 137 if (Present.intersects(Deleted)) in load() 141 for (uint32_t P : Present) { in load() 158 int NumBitsP = Present.find_last() + 1; in calculateSerializedLength() 187 if (auto EC = writeSparseBitVector(Writer, Present)) in commit() 204 Present.clear(); in clear() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MCAsmParser.cpp | 81 bool Present = (getTok().getKind() == T); in parseOptionalToken() local 82 if (Present) in parseOptionalToken() 84 return Present; in parseOptionalToken()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | MCExternalSymbolizer.cpp | 68 SymbolicOp.AddSymbol.Present = true; in tryAddingSymbolicOperand() 86 if (SymbolicOp.AddSymbol.Present) { in tryAddingSymbolicOperand() 97 if (SymbolicOp.SubtractSymbol.Present) { in tryAddingSymbolicOperand()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 224 Present, enumerator 371 case OpenACCClauseKind::Present: in printOpenACCClauseKind() 466 Present, enumerator 477 case OpenACCDefaultClauseKind::Present: in printOpenACCDefaultClauseKind()
|
H A D | OpenACCClauses.def | 49 VISIT_CLAUSE(Present)
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | nvidia,tegra20-usb-phy.txt | 14 Present if-and-only-if phy_type == utmi. 21 - timer: The timeout clock (clk_m). Present if phy_type == utmi. 23 Present if phy_type == utmi. 27 Present if phy_type == ulpi, and ULPI link mode is in use.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64ExternalSymbolizer.cpp | 84 SymbolicOp.AddSymbol.Present = true; in tryAddingSymbolicOperand() 170 if (SymbolicOp.AddSymbol.Present) { in tryAddingSymbolicOperand() 185 if (SymbolicOp.SubtractSymbol.Present) { in tryAddingSymbolicOperand()
|
/freebsd/sys/contrib/device-tree/Bindings/xillybus/ |
H A D | xillybus.txt | 9 - dma-coherent: Present if DMA operations are coherent
|
/freebsd/sys/contrib/device-tree/Bindings/crypto/ |
H A D | amd-ccp.txt | 9 - dma-coherent: Present if dma operations are coherent
|
H A D | arm-cryptocell.txt | 15 - dma-coherent: Present if dma operations are coherent.
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | DisassemblerTypes.h | 73 uint64_t Present; /* 1 if this symbol is present */ member
|
/freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/ |
H A D | complex | 52 // // Present only when compiling for host. 57 // // Present when compiling for host and for device.
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenACC.h | 195 ClauseKind == OpenACCClauseKind::Present || in getVarList() 294 ClauseKind == OpenACCClauseKind::Present || in setVarListDetails() 330 ClauseKind == OpenACCClauseKind::Present || in setVarListDetails()
|
/freebsd/sys/contrib/device-tree/Bindings/dma/xilinx/ |
H A D | zynqmp_dma.txt | 14 - dma-coherent : Present if dma operations are coherent.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | GOFF.h | 153 static void getFillBytePresent(const uint8_t *Record, bool &Present) { in getFillBytePresent() argument 156 Present = (bool)Value; in getFillBytePresent()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/ |
H A D | Opts.td | 12 def all : FF<"all", "Silently ignored. Present for GNU strings compatibility">;
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | mtk-uart-apdma.txt | 20 - mediatek,dma-33bits: Present if the DMA requires support
|
H A D | apm-xgene-dma.txt | 21 - dma-coherent : Present if dma operations are coherent
|
H A D | arm-pl330.txt | 13 - dma-coherent : Present if dma operations are coherent
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | hisilicon-pcie.txt | 21 - dma-coherent: Present if DMA operations are coherent.
|
H A D | xgene-pci.txt | 24 - dma-coherent: Present if DMA operations are coherent
|
/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | apm-xgene.txt | 27 - dma-coherent : Present if dma operations are coherent
|
/freebsd/sys/contrib/device-tree/Bindings/display/hisilicon/ |
H A D | hisi-ade.txt | 32 - dma-coherent: Present if dma operations are coherent.
|
/freebsd/sys/contrib/device-tree/Bindings/infiniband/ |
H A D | hisilicon-hns-roce.txt | 21 - dma-coherent: Present if DMA operations are coherent.
|
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
H A D | LLGSOptions.td | 62 def: F<"native-regs">; // Noop. Present for backwards compatibility only.
|