Home
last modified time | relevance | path

Searched refs:Direct (Results 1 – 25 of 101) sorted by relevance

12345

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp258 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 DByteCodeExprGen.h183 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 DMemoryLocation.h81 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 DM68k.def6 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 DCGFunctionInfo.h41 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 Dstd.malta10 device da # Direct Access (disks)
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/
H A Dpxa27x-keypad.txt15 Optional Properties for Direct Keyes
20 - marvell,direct-key-low-active : Direct key status register
/freebsd-13.1/usr.sbin/bsdconfig/include/
H A Dmedia.hlp42 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 DBreakCriticalEdges.cpp436 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 Ductl.txt26 ranges; /* Direct mapping */
H A Dsata-uctl.txt31 ranges; /* Direct mapping */
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h52 case StackMapParserT::LocationKind::Direct: in prettyPrintStackMap()
/freebsd-13.1/sys/contrib/device-tree/src/mips/cavium-octeon/
H A Docteon_3xxx.dtsi16 ranges; /* Direct mapping */
221 ranges; /* Direct mapping */
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp82 if (TI.getSimpleMode() == SimpleTypeMode::Direct) in simpleTypeName()
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/
H A Dti,vpe.yaml27 - description: Video Port Direct Memory Access (VPDMA) register region
/freebsd-13.1/sys/contrib/device-tree/Bindings/dma/
H A Datmel-dma.txt1 * Atmel Direct Memory Access Controller (DMA)
H A Dfsl-imx-dma.txt1 * Freescale Direct Memory Access (DMA) Controller for i.MX
H A Datmel-xdma.txt1 * Atmel Extensible Direct Memory Access Controller (XDMAC)
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h107 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 Docteon-usb.txt50 ranges; /* Direct mapping */
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp383 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 DVERSATILEPB58 device da # Direct Access (disks)
H A DZEDBOARD77 device da # Direct Access (disks)
H A DALPINE54 device da # Direct Access (disks)
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypePointer.cpp23 assert(TI.getSimpleMode() != SimpleTypeMode::Direct); in NativeTypePointer()

12345