Searched defs:IntPtr (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/SemaCXX/
H A Dwarn-cast-align.cpp20 typedef int *IntPtr; typedef
21 c = IntPtr(P); // expected-warning {{cast from 'char *' to 'IntPtr' (aka 'int *') increases required alignment from 1 to 4}}
43 typedef int *IntPtr; typedef
44 c = IntPtr(P);
H A Dcomposite-pointer-type.cpp39 typedef int *IntPtr; typedef
40 typedef IntPtr *IntPtrPtr;
41 typedef IntPtr const *IntPtrConstPtr;
/external/llvm/lib/DebugInfo/CodeView/
H A DRecordSerialization.cpp135 const support::ulittle32_t *IntPtr; local
136 if (auto EC = consumeObject(Data, IntPtr))
138 Item = *IntPtr;
151 const support::little32_t *IntPtr; local
152 if (auto EC = consumeObject(Data, IntPtr))
154 Item = *IntPtr;
/external/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp35 EVT IntPtr = TLI.getPointerTy(DAG.getDataLayout()); local
47 DAG.getExternalSymbol(bzeroEntry, IntPtr), std::move(Args))
/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp474 Type *IntPtr = DL.getIntPtrType(Context); local
475 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
485 Type *IntPtr = DL.getIntPtrType(Context); local
486 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
497 Type *IntPtr = DL.getIntPtrType(Op0->getType()); local
498 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp77 EVT IntPtr = TLI.getPointerTy(DAG.getDataLayout()); local
90 DAG.getExternalSymbol(bzeroEntry, IntPtr), std::move(Args))
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DIntrinsicLowering.cpp465 IntegerType *IntPtr = TD.getIntPtrType(Context); local
466 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
476 IntegerType *IntPtr = TD.getIntPtrType(Context); local
477 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
487 IntegerType *IntPtr = TD.getIntPtrType(Context); local
488 Value *Size = Builder.CreateIntCast(CI->getArgOperand(2), IntPtr,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp56 EVT IntPtr = TLI.getPointerTy(); local
69 DAG.getExternalSymbol(bzeroEntry, IntPtr), Args,
/external/eigen/Eigen/src/Core/util/
H A DMeta.h47 typedef std::intptr_t IntPtr; typedef in namespace:Eigen::internal
50 typedef std::ptrdiff_t IntPtr;
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp246 uintptr_t IntPtr = 0; local
247 error(Obj->getVaPtr(TableVA, IntPtr));
248 const support::ulittle32_t *P = (const support::ulittle32_t *)IntPtr;
289 uintptr_t IntPtr = 0; local
292 error(Obj->getRvaPtr(DataDir->RelativeVirtualAddress, IntPtr));
295 auto *TLSDir = reinterpret_cast<const coff_tls_directory32 *>(IntPtr);
298 auto *TLSDir = reinterpret_cast<const coff_tls_directory64 *>(IntPtr);
318 uintptr_t IntPtr = 0; local
321 error(Obj->getRvaPtr(DataDir->RelativeVirtualAddress, IntPtr));
323 auto *LoadConf = reinterpret_cast<const coff_load_configuration32 *>(IntPtr);
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp501 Type *IntPtr = TD->getIntPtrType(DestPtr->getContext()); local
502 BECount = SE->getTruncateOrZeroExtend(BECount, IntPtr);
504 const SCEV *NumBytesS = SE->getAddExpr(BECount, SE->getConstant(IntPtr, 1),
507 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtr, StoreSize),
511 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator());
521 Builder.getInt8PtrTy(), IntPtr,
607 Type *IntPtr = TD->getIntPtrType(SI->getContext()); local
608 BECount = SE->getTruncateOrZeroExtend(BECount, IntPtr);
610 const SCEV *NumBytesS = SE->getAddExpr(BECount, SE->getConstant(IntPtr, 1),
613 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtr, StoreSiz
[all...]
/external/v8/src/
H A Dmachine-type.h92 static MachineType IntPtr() { function in class:v8::internal::MachineRepresentation::MachineType
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp481 uintptr_t IntPtr = 0; local
482 if (std::error_code EC = getRvaPtr(Rva, IntPtr))
484 const uint8_t *Ptr = reinterpret_cast<const uint8_t *>(IntPtr);
535 uintptr_t IntPtr = 0; local
536 if (std::error_code EC = getRvaPtr(ImportTableRva, IntPtr))
538 if (std::error_code EC = checkOffset(Data, IntPtr, DataEntry->Size))
541 const import_directory_table_entry *>(IntPtr);
557 uintptr_t IntPtr = 0; local
558 if (std::error_code EC = getRvaPtr(RVA, IntPtr))
561 const delay_import_directory_table_entry *>(IntPtr);
578 uintptr_t IntPtr = 0; local
1228 uintptr_t IntPtr = 0; local
1235 uintptr_t IntPtr = 0; local
1269 uintptr_t IntPtr = 0; local
1316 uintptr_t IntPtr = 0; local
1333 uintptr_t IntPtr = 0; local
1355 uintptr_t IntPtr = 0; local
1378 uintptr_t IntPtr = 0; local
1392 uintptr_t IntPtr = 0; local
1464 uintptr_t IntPtr = 0; local
1503 uintptr_t IntPtr = 0; local
[all...]
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp82 bool SelectGlobalValueConstantOffset(SDValue Addr, SDValue& IntPtr);
510 SDValue& IntPtr) {
512 IntPtr = CurDAG->getIntPtrConstant(Cst->getZExtValue() / 4, SDLoc(Addr),
509 SelectGlobalValueConstantOffset(SDValue Addr, SDValue& IntPtr) argument
/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp733 Type *IntPtr, unsigned StoreSize,
735 const SCEV *Index = SE->getTruncateOrZeroExtend(BECount, IntPtr);
737 Index = SE->getMulExpr(Index, SE->getConstant(IntPtr, StoreSize),
767 Type *IntPtr = Builder.getIntPtrTy(*DL, DestAS); local
772 Start = getStartForNegStride(Start, BECount, IntPtr, StoreSize, SE);
793 BECount = SE->getTruncateOrZeroExtend(BECount, IntPtr);
796 SE->getAddExpr(BECount, SE->getOne(IntPtr), SCEV::FlagNUW);
798 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtr, StoreSize),
803 Expander.expandCodeFor(NumBytesS, IntPtr, Preheader->getTerminator());
816 Int8PtrTy, Int8PtrTy, IntPtr, (voi
732 getStartForNegStride(const SCEV *Start, const SCEV *BECount, Type *IntPtr, unsigned StoreSize, ScalarEvolution *SE) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3129 EVT IntPtr = TLI.getPointerTy(); local
3130 if (AllocSize.getValueType() != IntPtr)
3131 AllocSize = DAG.getZExtOrTrunc(AllocSize, getCurDebugLoc(), IntPtr);
3133 AllocSize = DAG.getNode(ISD::MUL, getCurDebugLoc(), IntPtr,
3135 DAG.getConstant(TySize, IntPtr));

Completed in 1065 milliseconds