Home
last modified time | relevance | path

Searched defs:IntPtr (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp536 uintptr_t IntPtr = 0; in getHintName() local
591 uintptr_t IntPtr = 0; in initImportTablePtr() local
614 uintptr_t IntPtr = 0; in initDelayImportTablePtr() local
638 uintptr_t IntPtr = 0; in initExportTablePtr() local
657 uintptr_t IntPtr = 0; in initBaseRelocPtr() local
688 uintptr_t IntPtr = 0; in initDebugDirectoryPtr() local
723 uintptr_t IntPtr = 0; in initTLSDirectoryPtr() local
747 uintptr_t IntPtr = 0; in initLoadConfigPtr() local
1535 uintptr_t IntPtr; in getHybridObjectView() local
1594 uintptr_t IntPtr = 0; in importedSymbolBegin() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp350 Type *IntPtr = DL.getIntPtrType(Context); in LowerIntrinsicCall() local
361 Type *IntPtr = DL.getIntPtrType(Context); in LowerIntrinsicCall() local
373 Type *IntPtr = DL.getIntPtrType(Op0->getType()); in LowerIntrinsicCall() local
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h85 uintptr_t IntPtr = static_cast<uintptr_t>(Addr); variable
94 uintptr_t IntPtr = static_cast<uintptr_t>(Addr); variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h121 uintptr_t IntPtr = static_cast<uintptr_t>(Addr); variable
131 uintptr_t IntPtr = static_cast<uintptr_t>(Addr); variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelDAGToDAG.cpp81 SDValue &IntPtr) { in SelectGlobalValueConstantOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h53 uintptr_t IntPtr = static_cast<uintptr_t>(Addr); in jitTargetAddressToPointer() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.h99 Pointer(IntPointer &&IntPtr) : StorageKind(Storage::Int) { in Pointer()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp422 uintptr_t IntPtr = 0; in printSEHTable() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp991 Type *IntPtr, const SCEV *StoreSizeSCEV, in getStartForNegStride()
1008 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr, in getNumBytes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp68 SDValue IntPtr; member
1660 SDValue IntPtr; in getSignAsIntValue() local
H A DSelectionDAGBuilder.cpp4528 EVT IntPtr = TLI.getPointerTy(DL, I.getAddressSpace()); in visitAlloca() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4245 Value *IntPtr = llvm::Constant::getNullValue(IntPtrTy); in emitPointerArithmetic() local
6104 auto *IntPtr = Builder.CreatePtrToInt(Ptr, IntPtrTy); in EmitCheckedInBoundsGEP() local