Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp36 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(*DAG.getContext()); in EmitTargetCodeForMemset() local
/external/llvm/lib/Transforms/Utils/
DSanitizerStats.cpp47 IntegerType *IntPtrTy = B.getIntPtrTy(M->getDataLayout()); in create() local
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp720 Type *IntPtrTy = DL->getIntPtrType(GEP->getType()); in canonicalizeArrayIndicesToPointerSize() local
771 Type *IntPtrTy = DL->getIntPtrType(Variadic->getType()); in lowerToSingleIndexGEPs() local
843 Type *IntPtrTy = DL->getIntPtrType(Variadic->getType()); in lowerToArithmetics() local
1022 Type *IntPtrTy = DL->getIntPtrType(GEP->getType()); in splitGEP() local
DStraightLineStrengthReduce.cpp441 IntegerType *IntPtrTy = cast<IntegerType>(DL->getIntPtrType(I->getType())); in allocateCandidatesAndFindBasisForGEP() local
633 Type *IntPtrTy = DL->getIntPtrType(C.Ins->getType()); in rewriteCandidateWithBasis() local
DNaryReassociate.cpp426 Type *IntPtrTy = DL->getIntPtrType(GEP->getType()); in tryReassociateGEPAtIndex() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DConstantFolding.cpp548 Type *IntPtrTy = TD->getIntPtrType(ResultTy->getContext()); in CastGEPIndices() local
585 Type *IntPtrTy = TD->getIntPtrType(Ptr->getContext()); in SymbolicallyEvaluateGEP() local
671 IntegerType *IntPtrTy = TD->getIntPtrType(Ty->getContext()); in SymbolicallyEvaluateGEP() local
916 Type *IntPtrTy = TD->getIntPtrType(CE0->getContext()); in ConstantFoldCompareInstOperands() local
938 Type *IntPtrTy = TD->getIntPtrType(CE0->getContext()); in ConstantFoldCompareInstOperands() local
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h191 Type *IntPtrTy = DL.getIntPtrType(GEP->getType()); variable
/external/llvm/lib/Analysis/
DConstantFolding.cpp694 Type *IntPtrTy = DL.getIntPtrType(ResultTy); in CastGEPIndices() local
760 Type *IntPtrTy = DL.getIntPtrType(Ptr->getType()); in SymbolicallyEvaluateGEP() local
1105 Type *IntPtrTy = DL.getIntPtrType(CE0->getType()); in ConstantFoldCompareInstOperands() local
1117 Type *IntPtrTy = DL.getIntPtrType(CE0->getOperand(0)->getType()); in ConstantFoldCompareInstOperands() local
1129 Type *IntPtrTy = DL.getIntPtrType(CE0->getType()); in ConstantFoldCompareInstOperands() local
1143 Type *IntPtrTy = DL.getIntPtrType(CE0->getOperand(0)->getType()); in ConstantFoldCompareInstOperands() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSelectionDAGInfo.cpp157 Type *IntPtrTy = TLI.getTargetData()->getIntPtrType(*DAG.getContext()); in EmitTargetCodeForMemset() local
/external/llvm/include/llvm/Analysis/
DPtrUseVisitor.h208 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType())); in visitPtr() local
/external/swiftshader/third_party/LLVM/examples/BrainF/
DBrainF.cpp83 Type* IntPtrTy = IntegerType::getInt32Ty(C); in header() local
/external/llvm/examples/BrainF/
DBrainF.cpp95 Type* IntPtrTy = IntegerType::getInt32Ty(C); in header() local
/external/clang/lib/CodeGen/
DCodeGenTypeCache.h46 llvm::IntegerType *IntPtrTy; member
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86SelectionDAGInfo.cpp57 Type *IntPtrTy = getTargetData()->getIntPtrType(*DAG.getContext()); in EmitTargetCodeForMemset() local
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp78 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(*DAG.getContext()); in EmitTargetCodeForMemset() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp29 Type *IntPtrTy = TD->getIntPtrType(AI.getContext()); in visitAllocaInst() local
DInstCombineAddSub.cpp404 Type *IntPtrTy = TD.getIntPtrType(GEP->getContext()); in EmitGEPOffset() local
DInstructionCombining.cpp740 Type *IntPtrTy = TD->getIntPtrType(Ty->getContext()); in FindElementAtOffset() local
811 Type *IntPtrTy = TD->getIntPtrType(GEP.getContext()); in visitGetElementPtrInst() local
DInstCombineCompares.cpp534 Type *IntPtrTy = TD.getIntPtrType(VariableIdx->getContext()); in EvaluateGEPOffsetExpression() local
556 Type *IntPtrTy = TD.getIntPtrType(VariableIdx->getContext()); in EvaluateGEPOffsetExpression() local
/external/llvm/unittests/IR/
DIRBuilderTest.cpp125 IntegerType *IntPtrTy = Builder.getIntPtrTy(*DL); in TEST_F() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp354 BasicBlock *InsertAtEnd, Type *IntPtrTy, in createMalloc()
439 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
456 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
474 Type *IntPtrTy = Type::getInt8PtrTy(M->getContext()); in createFree() local
2043 Type *IntPtrTy) { in isNoopCast()
2083 Type *SrcTy, Type *MidTy, Type *DstTy, Type *IntPtrTy) { in isEliminableCastPair()
/external/llvm/lib/IR/
DInstructions.cpp442 BasicBlock *InsertAtEnd, Type *IntPtrTy, in createMalloc()
529 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
537 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
556 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
563 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
584 Type *IntPtrTy = Type::getInt8PtrTy(M->getContext()); in createFree() local
2370 Type *IntPtrTy) { in isNoopCast()
2408 Type *IntPtrTy = in isNoopCast() local
/external/llvm/lib/CodeGen/
DSafeStack.cpp113 Type *IntPtrTy; member in __anon825189cb0111::SafeStack
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.cpp471 Type *IntPtrTy = getTargetData()->getIntPtrType(*DAG.getContext()); in LowerLOAD() local
530 Type *IntPtrTy = getTargetData()->getIntPtrType(*DAG.getContext()); in LowerSTORE() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCodeGenPrepare.cpp827 Type *IntPtrTy = in OptimizeMemoryInst() local

12