/external/llvm/lib/Target/AArch64/ |
D | AArch64SelectionDAGInfo.cpp | 36 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(*DAG.getContext()); in EmitTargetCodeForMemset() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SanitizerStats.cpp | 47 IntegerType *IntPtrTy = B.getIntPtrTy(M->getDataLayout()); in create() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 720 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
|
D | StraightLineStrengthReduce.cpp | 441 IntegerType *IntPtrTy = cast<IntegerType>(DL->getIntPtrType(I->getType())); in allocateCandidatesAndFindBasisForGEP() local 633 Type *IntPtrTy = DL->getIntPtrType(C.Ins->getType()); in rewriteCandidateWithBasis() local
|
D | NaryReassociate.cpp | 426 Type *IntPtrTy = DL->getIntPtrType(GEP->getType()); in tryReassociateGEPAtIndex() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 548 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/ |
D | Local.h | 191 Type *IntPtrTy = DL.getIntPtrType(GEP->getType()); variable
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 694 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/ |
D | ARMSelectionDAGInfo.cpp | 157 Type *IntPtrTy = TLI.getTargetData()->getIntPtrType(*DAG.getContext()); in EmitTargetCodeForMemset() local
|
/external/llvm/include/llvm/Analysis/ |
D | PtrUseVisitor.h | 208 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType())); in visitPtr() local
|
/external/swiftshader/third_party/LLVM/examples/BrainF/ |
D | BrainF.cpp | 83 Type* IntPtrTy = IntegerType::getInt32Ty(C); in header() local
|
/external/llvm/examples/BrainF/ |
D | BrainF.cpp | 95 Type* IntPtrTy = IntegerType::getInt32Ty(C); in header() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypeCache.h | 46 llvm::IntegerType *IntPtrTy; member
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 57 Type *IntPtrTy = getTargetData()->getIntPtrType(*DAG.getContext()); in EmitTargetCodeForMemset() local
|
/external/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 78 Type *IntPtrTy = DAG.getDataLayout().getIntPtrType(*DAG.getContext()); in EmitTargetCodeForMemset() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 29 Type *IntPtrTy = TD->getIntPtrType(AI.getContext()); in visitAllocaInst() local
|
D | InstCombineAddSub.cpp | 404 Type *IntPtrTy = TD.getIntPtrType(GEP->getContext()); in EmitGEPOffset() local
|
D | InstructionCombining.cpp | 740 Type *IntPtrTy = TD->getIntPtrType(Ty->getContext()); in FindElementAtOffset() local 811 Type *IntPtrTy = TD->getIntPtrType(GEP.getContext()); in visitGetElementPtrInst() local
|
D | InstCombineCompares.cpp | 534 Type *IntPtrTy = TD.getIntPtrType(VariableIdx->getContext()); in EvaluateGEPOffsetExpression() local 556 Type *IntPtrTy = TD.getIntPtrType(VariableIdx->getContext()); in EvaluateGEPOffsetExpression() local
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 125 IntegerType *IntPtrTy = Builder.getIntPtrTy(*DL); in TEST_F() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 354 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/ |
D | Instructions.cpp | 442 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/ |
D | SafeStack.cpp | 113 Type *IntPtrTy; member in __anon825189cb0111::SafeStack
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 471 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/ |
D | CodeGenPrepare.cpp | 827 Type *IntPtrTy = in OptimizeMemoryInst() local
|