Home
last modified time | relevance | path

Searched defs:IntPtrTy (Results 1 – 25 of 36) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSanitizerStats.cpp45 IntegerType *IntPtrTy = B.getIntPtrTy(M->getDataLayout()); in create() local
H A DRelLookupTableConverter.cpp113 Type *IntPtrTy = M.getDataLayout().getIntPtrType(M.getContext()); in createRelLookupTable() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp797 Type *IntPtrTy = DL->getIntPtrType(GEP->getType()); in canonicalizeArrayIndicesToPointerSize() local
852 Type *IntPtrTy = DL->getIntPtrType(Variadic->getType()); in lowerToSingleIndexGEPs() local
924 Type *IntPtrTy = DL->getIntPtrType(Variadic->getType()); in lowerToArithmetics() local
1107 Type *IntPtrTy = DL->getIntPtrType(GEP->getType()); in splitGEP() local
H A DStraightLineStrengthReduce.cpp487 IntegerType *IntPtrTy = cast<IntegerType>(DL->getIntPtrType(I->getType())); in allocateCandidatesAndFindBasisForGEP() local
678 Type *IntPtrTy = DL->getIntPtrType(C.Ins->getType()); in rewriteCandidateWithBasis() local
H A DNaryReassociate.cpp452 Type *IntPtrTy = DL->getIntPtrType(GEP->getType()); in tryReassociateGEPAtIndex() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp398 Type *IntPtrTy = DL->getIntPtrType(BasePtr->getType()); in determineBaseAndStride() local
438 Type *IntPtrTy = DL->getIntPtrType(BasePtr->getType()); in determineBaseAndStride() local
/openbsd-src/gnu/llvm/llvm/examples/BrainF/
H A DBrainF.cpp93 Type* IntPtrTy = IntegerType::getInt32Ty(C); in header() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypeCache.h49 llvm::IntegerType *IntPtrTy; member
H A DCGExprScalar.cpp5193 auto *IntPtrTy = DL.getIntPtrType(GEP->getPointerOperandType()); in EmitGEPOffsetInBytes() local
5288 llvm::Type *IntPtrTy = DL.getIntPtrType(PtrTy); in EmitCheckedInBoundsGEP() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1236 Type *IntPtrTy = DL.getIntPtrType(CE0->getType()); in ConstantFoldCompareInstOperands() local
1248 Type *IntPtrTy = DL.getIntPtrType(CE0->getOperand(0)->getType()); in ConstantFoldCompareInstOperands() local
1260 Type *IntPtrTy = DL.getIntPtrType(CE0->getType()); in ConstantFoldCompareInstOperands() local
1274 Type *IntPtrTy = DL.getIntPtrType(CE0->getOperand(0)->getType()); in ConstantFoldCompareInstOperands() local
H A DLoopAccessAnalysis.cpp880 Type *IntPtrTy = SE->getEffectiveSCEVType( in findForkedSCEVs() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp376 LLT IntPtrTy = LLT::scalar(OrigTy.getSizeInBits()); in buildCopyFromRegs() local
1154 LLT IntPtrTy = LLT::scalar(ValRegTy.getSizeInBits()); in extendRegister() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSafeStack.cpp119 Type *IntPtrTy; member in __anon7b58c0a00111::SafeStack
H A DCodeGenPrepare.cpp3681 Type *IntPtrTy = SQ.DL.getIntPtrType(AddrModes[0].OriginalValue->getType()); in initializeMap() local
5328 Type *IntPtrTy = DL->getIntPtrType(Addr->getType()); in optimizeMemoryInst() local
5507 Type *IntPtrTy = DL->getIntPtrType(Addr->getType()); in optimizeMemoryInst() local
6047 Type *IntPtrTy = DL->getIntPtrType(GEP->getType()); in splitLargeGEPOffsets() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp771 BasicBlock *InsertAtEnd, Type *IntPtrTy, in createMalloc()
859 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
867 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
885 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
892 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
913 Type *IntPtrTy = Type::getInt8PtrTy(M->getContext()); in createFree() local
H A DIRBuilder.cpp1391 Type *IntPtrTy = getIntPtrTy(DL, PtrTy->getAddressSpace()); in CreateAlignmentAssumption() local
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp462 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(Context); in LowerLOAD() local
513 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(Context); in LowerSTORE() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1252 LLT IntPtrTy = LLT::scalar(PtrTy.getSizeInBits()); in legalizeVaArg() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1008 auto *IntPtrTy = M->getDataLayout().getIntPtrType(M->getContext()); in getOrCreateRegionCounters() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp240 Type *IntPtrTy = IC.getDataLayout().getIntPtrType(AI.getType()); in simplifyAllocaArraySize() local
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1291 Type *IntPtrTy = getAddrIntType(&M); in runSjLjOnFunction() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp416 IntegerType *IntPtrTy = M.getDataLayout().getIntPtrType(M.getContext(), 0); member in __anon47d01f1a0111::LowerTypeTestsModule
H A DWholeProgramDevirt.cpp554 IntegerType *IntPtrTy; member
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1271 const QualType IntPtrTy = getPointerTy(IntTy); // int * in initFunctionSummaries() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2048 Type *IntPtrTy = Builder.getIntPtrTy(*DL, SI->getPointerAddressSpace()); in processCopyingStore() local

12