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

/freebsd-9.3-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h190 Type *IntPtrTy = TD.getIntPtrType(GEP->getType()); local
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp158 Type *IntPtrTy = TLI.getDataLayout()->getIntPtrType(*DAG.getContext()); local
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h208 IntegerType *IntPtrTy = cast<IntegerType>(DL.getIntPtrType(I.getType())); local
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp55 Type *IntPtrTy = getDataLayout()->getIntPtrType(*DAG.getContext()); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp157 Type *IntPtrTy = TD->getIntPtrType(AI.getType()); local
H A DInstructionCombining.cpp1088 Type *IntPtrTy = TD->getIntPtrType(GEP.getPointerOperandType()); local
H A DInstCombineCompares.cpp398 Type *IntPtrTy = TD->getIntPtrType(GEP->getType()); local
574 Type *IntPtrTy = TD.getIntPtrType(GEP->getOperand(0)->getType()); local
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1067 Type *IntPtrTy local
1079 Type *IntPtrTy = TD->getIntPtrType(CE0->getOperand(0)->getType()); local
1091 Type *IntPtrTy = TD->getIntPtrType(CE0->getType()); local
1105 Type *IntPtrTy = TD->getIntPtrType(CE0->getOperand(0)->getType()); local
[all...]
H A DScalarEvolutionExpander.cpp406 Type *IntPtrTy = SE.TD local
/freebsd-9.3-release/contrib/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp951 Type *IntPtrTy = TD->getIntPtrType(V->getContext()); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1123 Type *IntPtrTy = Builder.getIntPtrTy(TD, SI->getPointerAddressSpace()); local
H A DCodeGenPrepare.cpp1569 Type *IntPtrTy = TLI->getDataLayout()->getIntPtrType(Addr->getType()); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp455 Type *IntPtrTy = getDataLayout()->getIntPtrType(*DAG.getContext()); local
514 Type *IntPtrTy = getDataLayout()->getIntPtrType(*DAG.getContext()); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.h122 llvm::IntegerType *IntPtrTy; member in union:clang::CodeGen::CodeGenTypeCache::__anon3116
H A DCGObjCGNU.cpp152 llvm::IntegerType *IntPtrTy; member in class:__anon3101::CGObjCGNU
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp371 createMalloc(Instruction *InsertBefore, BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
456 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function * MallocF, const Twine &Name) argument
473 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
492 Type *IntPtrTy = Type::getInt8PtrTy(M->getContext()); local
2083 isNoopCast(Instruction::CastOps Opcode, Type *SrcTy, Type *DestTy, Type *IntPtrTy) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1312 Type *IntPtrTy = TD->getIntPtrType(CI->getType()); local
1542 Type *IntPtrTy = TD->getIntPtrType(CI->getType()); local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4151 Type *IntPtrTy = TLI->getDataLayout()->getIntPtrType(*getContext()); local
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1711 Type *IntPtrTy = local

Completed in 192 milliseconds