HomeSort by relevance Sort by last modified time
    Searched refs:getInt8PtrTy (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/llvm/lib/Target/NVPTX/
NVPTXLowerStructArgs.cpp 79 Type::getInt8PtrTy(Func->getParent()->getContext(), ADDRESS_SPACE_PARAM),
80 Type::getInt8PtrTy(Func->getParent()->getContext(),
86 new BitCastInst(Arg, Type::getInt8PtrTy(Func->getParent()->getContext(),
NVPTXLowerAggrCopies.cpp 77 srcAddr = builder.CreateBitCast(srcAddr, Type::getInt8PtrTy(Context, srcAS));
78 dstAddr = builder.CreateBitCast(dstAddr, Type::getInt8PtrTy(Context, dstAS));
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 136 "__tsan_func_entry", IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr));
145 ReadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr));
149 WriteName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr));
155 UnalignedReadName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr));
161 UnalignedWriteName, IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr));
207 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), nullptr));
209 "__tsan_vptr_read", IRB.getVoidTy(), IRB.getInt8PtrTy(), nullptr));
216 M.getOrInsertFunction("memmove", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
    [all...]
InstrProfiling.cpp 220 auto *Int8PtrTy = Type::getInt8PtrTy(Ctx);
251 auto *VoidPtrTy = Type::getInt8PtrTy(M->getContext());
315 Type *i8PTy = Type::getInt8PtrTy(M->getContext());
MemorySanitizer.cpp 389 IRB.getInt8PtrTy(), IRB.getInt32Ty(), nullptr);
393 "__msan_set_alloca_origin4", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy,
394 IRB.getInt8PtrTy(), IntptrTy, nullptr);
397 IRB.getInt8PtrTy(), IntptrTy, nullptr);
401 "__msan_memmove", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
402 IRB.getInt8PtrTy(), IntptrTy, nullptr);
404 "__msan_memcpy", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
    [all...]
AddressSanitizer.cpp 794 IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()),
795 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()),
800 IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()),
    [all...]
GCOVProfiling.cpp 752 Type::getInt8PtrTy(*Ctx), // const char *orig_filename
753 Type::getInt8PtrTy(*Ctx), // const char version[4]
774 Type::getInt8PtrTy(*Ctx), // const char *function_name
863 Constant::getNullValue(Builder.getInt8PtrTy()),
    [all...]
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 29 Type::getInt8PtrTy(Ctx), Type::getInt32Ty(Ctx), false /*=isVarArg*/);
38 AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3);
53 Type::getInt8PtrTy(Ctx));
91 Builder.CreateRet(ConstantPointerNull::get(Type::getInt8PtrTy(Ctx)));
108 ArrayType *AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3);
131 Type::getVoidTy(Ctx), Type::getInt8PtrTy(Ctx), false /*=isVarArgs*/);
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 31 return B.CreateBitCast(V, B.getInt8PtrTy(AS), "cstr");
50 DL.getIntPtrType(Context), B.getInt8PtrTy(), nullptr);
75 DL.getIntPtrType(Context), B.getInt8PtrTy(),
97 Type *I8Ptr = B.getInt8PtrTy();
126 B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context), nullptr);
148 Type *I8Ptr = B.getInt8PtrTy();
171 Type *I8Ptr = B.getInt8PtrTy();
199 "__memcpy_chk", AttributeSet::get(M->getContext(), AS), B.getInt8PtrTy(),
200 B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context)
    [all...]
ModuleUtils.cpp 57 CSVals[2] = llvm::Constant::getNullValue(IRB.getInt8PtrTy());
SimplifyLibCalls.cpp 127 Type *PCharTy = Type::getInt8PtrTy(Context);
192 FT->getReturnType() != B.getInt8PtrTy() ||
239 if (FT->getNumParams() != 3 || FT->getReturnType() != B.getInt8PtrTy() ||
281 if (FT->getNumParams() != 2 || FT->getReturnType() != B.getInt8PtrTy() ||
326 if (FT->getNumParams() != 2 || FT->getReturnType() != B.getInt8PtrTy() ||
363 FT->getParamType(0) != B.getInt8PtrTy())
404 FT->getParamType(0) != B.getInt8PtrTy() ||
544 if (FT->getNumParams() != 1 || FT->getParamType(0) != B.getInt8PtrTy() ||
580 if (FT->getNumParams() != 2 || FT->getParamType(0) != B.getInt8PtrTy() ||
631 if (FT->getNumParams() != 2 || FT->getParamType(0) != B.getInt8PtrTy() ||
    [all...]
  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 23 EXPECT_EQ(Type::getInt8PtrTy(getGlobalContext()),
25 EXPECT_EQ(Type::getInt8PtrTy(getGlobalContext()),
27 EXPECT_EQ(Type::getInt8PtrTy(getGlobalContext()),
29 EXPECT_EQ(Type::getInt8PtrTy(getGlobalContext()),
74 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
81 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
88 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
117 EXPECT_EQ(Type::getInt8PtrTy(getGlobalContext()),
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 115 Type::getInt8PtrTy(Context),
116 Type::getInt8PtrTy(Context),
117 Type::getInt8PtrTy(Context),
122 Type::getInt8PtrTy(Context),
123 Type::getInt8PtrTy(Context),
124 Type::getInt8PtrTy(Context),
129 Type::getInt8PtrTy(Context),
130 Type::getInt8PtrTy(Context),
DwarfEHPrepare.cpp 214 Type::getInt8PtrTy(Ctx), false);
237 PHINode *PN = PHINode::Create(Type::getInt8PtrTy(Ctx), ResumesLeft,
SjLjEHPrepare.cpp 96 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext());
218 ExnVal = Builder.CreateIntToPtr(ExnVal, Builder.getInt8PtrTy());
234 Builder.CreateBitCast(PersonalityFn, Builder.getInt8PtrTy()),
427 Value *SetjmpArg = Builder.CreateBitCast(JBufPtr, Builder.getInt8PtrTy());
432 Value *FuncCtxArg = Builder.CreateBitCast(FuncCtx, Builder.getInt8PtrTy());
StackProtector.cpp 335 PointerType *PtrTy = Type::getInt8PtrTy(RI->getContext());
484 Type::getInt8PtrTy(Context), nullptr);
ShadowStackGCLowering.cpp 146 StructType::get(Type::getInt8PtrTy(C), Type::getInt32Ty(C), nullptr);
193 Type *VoidPtr = Type::getInt8PtrTy(F.getContext());
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 929 builder.getInt8PtrTy());
973 builder.getInt8PtrTy());
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCLoopDataPrefetch.cpp 212 Type *I8Ptr = Type::getInt8PtrTy((*I)->getContext(), PtrAddrSpace);
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 200 Builder->getInt8PtrTy(AddressSpace)),
SeparateConstOffsetFromGEP.cpp 732 Builder.getInt8PtrTy(Variadic->getType()->getPointerAddressSpace());
    [all...]
LoopIdiomRecognize.cpp     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSGlobalInfoPass.cpp 126 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(M.getContext());
  /external/llvm/examples/BrainF/
BrainF.cpp 58 Type *Tys[] = { Type::getInt8PtrTy(C), Type::getInt32Ty(C) };
  /external/llvm/include/llvm/IR/
Type.h 412 static PointerType *getInt8PtrTy(LLVMContext &C, unsigned AS = 0);

Completed in 1179 milliseconds

1 2 3