| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.cpp | 258 const Expr *LV, DerefKind AK, llvm::function_ref<bool(PrimType)> Direct, in dereference() argument 266 return dereferenceParam(LV, *T, PD, AK, Direct, Indirect); in dereference() 268 return dereferenceVar(LV, *T, VD, AK, Direct, Indirect); in dereference() 284 llvm::function_ref<bool(PrimType)> Direct, in dereferenceParam() argument 294 if (!Direct(T)) in dereferenceParam() 303 if (!Direct(T)) in dereferenceParam() 326 llvm::function_ref<bool(PrimType)> Direct, in dereferenceVar() argument 338 if (!Direct(T)) in dereferenceVar() 347 if (!Direct(T)) in dereferenceVar() 361 if (!Direct(T)) in dereferenceVar() [all …]
|
| H A D | ByteCodeExprGen.h | 183 llvm::function_ref<bool(PrimType)> Direct, 187 llvm::function_ref<bool(PrimType)> Direct, 190 DerefKind AK, llvm::function_ref<bool(PrimType)> Direct,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 81 enum DirectConstruction { Direct }; enumerator 113 return LocationSize(Value | ImpreciseBit, Direct); in upperBound() 124 return LocationSize(AfterPointer, Direct); in afterPointer() 130 return LocationSize(BeforeOrAfterPointer, Direct); in beforeOrAfterPointer() 135 return LocationSize(MapTombstone, Direct); in mapTombstone() 138 return LocationSize(MapEmpty, Direct); in mapEmpty()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| H A D | M68k.def | 6 ELF_RELOC(R_68K_32, 1) /* Direct 32 bit */ 7 ELF_RELOC(R_68K_16, 2) /* Direct 16 bit */ 8 ELF_RELOC(R_68K_8, 3) /* Direct 8 bit */
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 41 Direct, enumerator 86 KindFirst = Direct, 135 ABIArgInfo(Kind K = Direct) 145 auto AI = ABIArgInfo(Direct); 296 bool isDirect() const { return TheKind == Direct; } in isDirect()
|
| /freebsd-13.1/sys/mips/malta/ |
| H A D | std.malta | 10 device da # Direct Access (disks)
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/input/ |
| H A D | pxa27x-keypad.txt | 15 Optional Properties for Direct Keyes 20 - marvell,direct-key-low-active : Direct key status register
|
| /freebsd-13.1/usr.sbin/bsdconfig/include/ |
| H A D | media.hlp | 42 HTTP Direct 45 If you chose to enter your own URL in the HTTP Direct menu,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BreakCriticalEdges.cpp | 436 BasicBlock::iterator Direct = DirectSucc->begin(); in SplitIndirectBrCriticalEdges() local 443 PHINode *DirPHI = cast<PHINode>(Direct); in SplitIndirectBrCriticalEdges() 449 Direct++; in SplitIndirectBrCriticalEdges()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mips/cavium/ |
| H A D | uctl.txt | 26 ranges; /* Direct mapping */
|
| H A D | sata-uctl.txt | 31 ranges; /* Direct mapping */
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | StackMapPrinter.h | 52 case StackMapParserT::LocationKind::Direct: in prettyPrintStackMap()
|
| /freebsd-13.1/sys/contrib/device-tree/src/mips/cavium-octeon/ |
| H A D | octeon_3xxx.dtsi | 16 ranges; /* Direct mapping */ 221 ranges; /* Direct mapping */
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 82 if (TI.getSimpleMode() == SimpleTypeMode::Direct) in simpleTypeName()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/ |
| H A D | ti,vpe.yaml | 27 - description: Video Port Direct Memory Access (VPDMA) register region
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/dma/ |
| H A D | atmel-dma.txt | 1 * Atmel Direct Memory Access Controller (DMA)
|
| H A D | fsl-imx-dma.txt | 1 * Freescale Direct Memory Access (DMA) Controller for i.MX
|
| H A D | atmel-xdma.txt | 1 * Atmel Extensible Direct Memory Access Controller (XDMAC)
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | StackMapParser.h | 107 Register = 1, Direct = 2, Indirect = 3, Constant = 4, ConstantIndex = 5 enumerator 147 assert((getKind() == LocationKind::Direct || in getOffset()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/usb/ |
| H A D | octeon-usb.txt | 50 ranges; /* Direct mapping */
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CGSCCPassManager.cpp | 383 int Direct; in run() member 402 ++Count.Direct; in run() 477 CallCountOld.Direct < CallCountNew.Direct) { in run()
|
| /freebsd-13.1/sys/arm/conf/ |
| H A D | VERSATILEPB | 58 device da # Direct Access (disks)
|
| H A D | ZEDBOARD | 77 device da # Direct Access (disks)
|
| H A D | ALPINE | 54 device da # Direct Access (disks)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypePointer.cpp | 23 assert(TI.getSimpleMode() != SimpleTypeMode::Direct); in NativeTypePointer()
|