Home
last modified time | relevance | path

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

12

/llvm-project/clang-tools-extra/clangd/unittests/
H A DExpectedTypeTest.cpp146 OpaqueType IntPtrTy = *OpaqueType::fromType(astCtx(), typeOf("int_ptr")); in TEST_F() local
165 auto IntPtrTy = *OpaqueType::fromType(astCtx(), typeOf("int_ptr_")); in TEST_F() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVGatherScatterLowering.cpp338 Type *IntPtrTy = DL->getIntPtrType(BasePtr->getType()); determineBaseAndStride() local
435 Type *IntPtrTy = DL->getIntPtrType(BasePtr->getType()); determineBaseAndStride() local
475 Type *IntPtrTy = DL->getIntPtrType(BasePtr->getType()); determineBaseAndStride() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DSanitizerStats.cpp46 IntegerType *IntPtrTy = B.getIntPtrTy(M->getDataLayout()); in create() local
H A DRelLookupTableConverter.cpp113 Type *IntPtrTy = M.getDataLayout().getIntPtrType(M.getContext()); in createRelLookupTable() local
/llvm-project/llvm/examples/BrainF/
H A DBrainF.cpp91 Type* IntPtrTy = IntegerType::getInt32Ty(C); in header() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h49 llvm::IntegerType *IntPtrTy; member
H A DCGExprScalar.cpp5640 auto *IntPtrTy = DL.getIntPtrType(GEP->getPointerOperandType()); EmitGEPOffsetInBytes() local
5735 llvm::Type *IntPtrTy = DL.getIntPtrType(PtrTy); EmitCheckedInBoundsGEP() local
[all...]
/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1217 if (CE0->getType() == IntPtrTy) { in ConstantFoldCompareInstOperands() local
1232 Constant *C0 = ConstantFoldIntegerCast(CE0->getOperand(0), IntPtrTy, in ConstantFoldCompareInstOperands() local
1192 Type *IntPtrTy = DL.getIntPtrType(CE0->getType()); ConstantFoldCompareInstOperands() local
1205 Type *IntPtrTy = DL.getIntPtrType(CE0->getOperand(0)->getType()); ConstantFoldCompareInstOperands() local
H A DLoopAccessAnalysis.cpp957 Type *IntPtrTy = SE->getEffectiveSCEVType( findForkedSCEVs() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp405 LLT IntPtrTy = LLT::scalar(OrigTy.getSizeInBits()); buildCopyFromRegs() local
1303 LLT IntPtrTy = LLT::scalar(ValRegTy.getSizeInBits()); extendRegister() local
/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp302 CreateMalloc(Type * IntPtrTy,Type * AllocTy,Value * AllocSize,Value * ArraySize,ArrayRef<OperandBundleDef> OpB,Function * MallocF,const Twine & Name) CreateMalloc() argument
345 CreateMalloc(Type * IntPtrTy,Type * AllocTy,Value * AllocSize,Value * ArraySize,Function * MallocF,const Twine & Name) CreateMalloc() argument
1315 Type *IntPtrTy = getIntPtrTy(DL, PtrTy->getAddressSpace()); CreateAlignmentAssumption() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp120 Type *IntPtrTy; global() member in __anon105c633c0111::SafeStack
H A DCodeGenPrepare.cpp3917 Type *IntPtrTy = SQ.DL.getIntPtrType(AddrModes[0].OriginalValue->getType()); initializeMap() local
5573 Type *IntPtrTy = DL->getIntPtrType(Addr->getType()); optimizeMemoryInst() local
5756 Type *IntPtrTy = DL->getIntPtrType(Addr->getType()); optimizeMemoryInst() local
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp928 Type *IntPtrTy = DL->getIntPtrType(Variadic->getType()); in lowerToArithmetics() local
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp457 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(Context); in LowerLOAD() local
508 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(Context); in LowerSTORE() local
/llvm-project/llvm/unittests/IR/
H A DIRBuilderTest.cpp525 IntegerType *IntPtrTy = Builder.getIntPtrTy(*DL); TEST_F() local
/llvm-project/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp1289 auto IntPtrTy = DL.getIntPtrType(Ctx); allocateNewArrays() local
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1795 LLT IntPtrTy = LLT::scalar(PtrTy.getSizeInBits()); legalizeVaArg() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1628 auto *IntPtrTy = M.getDataLayout().getIntPtrType(M.getContext()); createDataVariable() local
/llvm-project/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp354 IntegerType *IntPtrTy = M.getDataLayout().getIntPtrType(Context); in TEST_F() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp552 IntegerType *IntPtrTy; global() member
H A DLowerTypeTests.cpp427 IntegerType *IntPtrTy = M.getDataLayout().getIntPtrType(M.getContext(), 0); global() member in __anonfb408bb60111::LowerTypeTestsModule
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2042 Type *IntPtrTy = Builder.getIntPtrTy(*DL, SI->getPointerAddressSpace()); processCopyingStore() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2039 Type *IntPtrTy = visitPtrToInt() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1669 const QualType IntPtrTy = getPointerTy(IntTy); // int * initFunctionSummaries() local

12