Searched defs:IntPtrTy (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSanitizerStats.cpp46 IntegerType *IntPtrTy = B.getIntPtrTy(M->getDataLayout()); local
H A DRelLookupTableConverter.cpp110 Type *IntPtrTy = M.getDataLayout().getIntPtrType(M.getContext()); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp79 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(*DAG.getContext()); local
/netbsd-current/external/apache2/llvm/dist/llvm/examples/BrainF/
H A DBrainF.cpp93 Type* IntPtrTy = IntegerType::getInt32Ty(C); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypeCache.h49 llvm::IntegerType *IntPtrTy; member in union:clang::CodeGen::CodeGenTypeCache::__anon544
H A DCGExprScalar.cpp4935 auto *IntPtrTy = DL.getIntPtrType(GEP->getPointerOperandType()); local
5030 llvm::Type *IntPtrTy = DL.getIntPtrType(PtrTy); local
[all...]
H A DCGObjCGNU.cpp150 llvm::IntegerType *IntPtrTy; member in class:__anon477::CGObjCGNU
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp35 Type *IntPtrTy = Type::getInt8PtrTy(*DAG.getContext()); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp488 IntegerType *IntPtrTy = cast<IntegerType>(DL->getIntPtrType(I->getType())); local
679 Type *IntPtrTy = DL->getIntPtrType(C.Ins->getType()); local
H A DSeparateConstOffsetFromGEP.cpp798 Type *IntPtrTy = DL->getIntPtrType(GEP->getType()); local
849 Type *IntPtrTy = DL->getIntPtrType(Variadic->getType()); local
921 Type *IntPtrTy = DL->getIntPtrType(Variadic->getType()); local
1100 Type *IntPtrTy = DL->getIntPtrType(GEP->getType()); local
[all...]
H A DLowerMatrixIntrinsics.cpp1140 Type *IntPtrTy = Builder.getIntPtrTy(Load->getModule()->getDataLayout()); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp978 LLT IntPtrTy = LLT::scalar(PtrTy.getSizeInBits()); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp138 Type *IntPtrTy; member in class:__anon1868::SafeStack
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp1194 Type *IntPtrTy = getIntPtrTy(DL, PtrTy->getAddressSpace()); local
H A DInstructions.cpp624 createMalloc(Instruction *InsertBefore, BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, ArrayRef<OperandBundleDef> OpB, Function *MallocF, const Twine &Name) argument
712 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
720 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, ArrayRef<OperandBundleDef> OpB, Function *MallocF, const Twine &Name) argument
738 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
745 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, ArrayRef<OperandBundleDef> OpB, Function *MallocF, const Twine &Name) argument
767 Type *IntPtrTy = Type::getInt8PtrTy(M->getContext()); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1245 Type *IntPtrTy = DL.getIntPtrType(CE0->getType()); local
1257 Type *IntPtrTy = DL.getIntPtrType(CE0->getOperand(0)->getType()); local
1269 Type *IntPtrTy = DL.getIntPtrType(CE0->getType()); local
1283 Type *IntPtrTy = DL.getIntPtrType(CE0->getOperand(0)->getType()); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp465 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(Context); local
516 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(Context); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1059 const QualType IntPtrTy = getPointerTy(IntTy); // int * local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp510 IntegerType *IntPtrTy; member in struct:__anon2864::DevirtModule
H A DLowerTypeTests.cpp399 IntegerType *IntPtrTy = M.getDataLayout().getIntPtrType(M.getContext(), 0); member in class:__anon2851::LowerTypeTestsModule
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1268 LLT IntPtrTy = LLT::scalar(PtrTy.getSizeInBits()); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp2054 Type *IntPtrTy = Builder.getIntPtrTy(*DL, SI->getPointerAddressSpace()); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1992 Type *IntPtrTy = local
H A DInstCombineCompares.cpp276 Type *IntPtrTy = DL.getIntPtrType(GEP->getType()); local
445 Type *IntPtrTy = DL.getIntPtrType(GEP->getOperand(0)->getType()); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2085 createCopyinClauseBlocks( InsertPointTy IP, Value *MasterAddr, Value *PrivateAddr, llvm::IntegerType *IntPtrTy, bool BranchtoEnd) argument

Completed in 612 milliseconds

12