Searched refs:IntPtr (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp416 uintptr_t IntPtr = 0; local
417 if (error_code ec = getRvaPtr(Rva, IntPtr))
419 const uint8_t *Ptr = reinterpret_cast<const uint8_t *>(IntPtr);
443 uintptr_t IntPtr = 0; local
444 if (error_code ec = getRvaPtr(ImportTableRva, IntPtr))
447 const import_directory_table_entry *>(IntPtr);
912 uintptr_t IntPtr = 0; local
913 if (error_code ec = OwningObject->getRvaPtr(Dir->NameRVA, IntPtr))
915 const char *Ptr = reinterpret_cast<const char *>(IntPtr);
923 uintptr_t IntPtr local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp466 Type *IntPtr = TD.getIntPtrType(Context); local
467 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
477 Type *IntPtr = TD.getIntPtrType(Context); local
478 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
489 Type *IntPtr = TD.getIntPtrType(Op0->getType()); local
490 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp54 EVT IntPtr = TLI.getPointerTy(); local
68 DAG.getExternalSymbol(bzeroEntry, IntPtr), Args,
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1009 Type *IntPtr = Builder.getIntPtrTy(TD, DestAS); local
1010 BECount = SE->getTruncateOrZeroExtend(BECount, IntPtr);
1012 const SCEV *NumBytesS = SE->getAddExpr(BECount, SE->getConstant(IntPtr, 1),
1015 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtr, StoreSize),
1020 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator());
1037 IntPtr,
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp81 bool SelectGlobalValueConstantOffset(SDValue Addr, SDValue& IntPtr);
454 SDValue& IntPtr) {
456 IntPtr = CurDAG->getIntPtrConstant(Cst->getZExtValue() / 4, true);
453 SelectGlobalValueConstantOffset(SDValue Addr, SDValue& IntPtr) argument
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3348 EVT IntPtr = TLI->getPointerTy();
3349 if (AllocSize.getValueType() != IntPtr)
3350 AllocSize = DAG.getZExtOrTrunc(AllocSize, getCurSDLoc(), IntPtr);
3352 AllocSize = DAG.getNode(ISD::MUL, getCurSDLoc(), IntPtr,
3354 DAG.getConstant(TySize, IntPtr));

Completed in 303 milliseconds