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

1 2

  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 249 IRB.CreatePointerCast(RealGuardArray, Int32PtrTy));
263 IRB.CreatePointerCast(RealEightBitCounterArray, Int8PtrTy));
278 {IRB.CreatePointerCast(RealGuardArray, Int32PtrTy),
281 ? IRB.CreatePointerCast(RealEightBitCounterArray, Int8PtrTy)
283 IRB.CreatePointerCast(ModuleName, Int8PtrTy)});
369 {IRB.CreatePointerCast(Callee, IntptrTy),
370 IRB.CreatePointerCast(CalleeCache, IntptrTy)});
407 {Cond, IRB.CreatePointerCast(GV, Int64PtrTy)});
464 IRB.CreatePointerCast(GuardArray, IntptrTy),
490 IRB.CreatePointerCast(EightBitCounterArray, IntptrTy)
    [all...]
ThreadSanitizer.cpp 429 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()),
430 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())});
436 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()));
450 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()));
484 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()),
491 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()),
492 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()),
518 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
532 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy),
549 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy)
    [all...]
MemorySanitizer.cpp 672 IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0));
718 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()),
    [all...]
AddressSanitizer.cpp     [all...]
InstrProfiling.cpp 493 IRB.CreateCall(SetNameF, IRB.CreatePointerCast(ProfileName, Int8PtrTy));
SafeStack.cpp 632 Value *NewAI = IRB.CreatePointerCast(NewTop, AI->getType());
  /frameworks/compile/libbcc/lib/Renderscript/
RSX86TranslateGEPPass.cpp 105 llvm::CastInst *Int8Ptr = llvm::CastInst::CreatePointerCast(
119 llvm::CastInst *OutCast = llvm::CastInst::CreatePointerCast(
RSKernelExpand.cpp 488 ArgVector[ArgContextIdx] = CallerBuilder.CreatePointerCast(ArgVector[ArgContextIdx], ContextArgType);
659 CastInBufPtr = Builder.CreatePointerCast(InBufPtr, InType, "casted_in");
723 InPtr = Builder.CreatePointerCast(InPtr, InTy);
    [all...]
RSInvokeHelperPass.cpp 151 llvm::CastInst* CastedValue = llvm::CastInst::CreatePointerCast(V, RSStructType->getPointerTo(), "", Call);
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 200 Builder->CreatePointerCast(Loads[0].POP.Pointer,
204 Builder->CreatePointerCast(
MemCpyOptimizer.cpp 727 : CastInst::CreatePointerCast(cpyDest, cpySrc->getType(),
733 CS.setArgument(i, CastInst::CreatePointerCast(Dest,
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 138 Args[0] = CGF.Builder.CreatePointerCast(ArgValues[I], VoidPtrTy);
154 llvm::Value *Arg = CGF.Builder.CreatePointerCast(CGF.CurFn, CharPtrTy);
CGOpenMPRuntime.cpp     [all...]
  /external/llvm/include/llvm/IR/
NoFolder.h 219 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const {
220 return CastInst::CreatePointerCast(C, DestTy);
ConstantFolder.h 160 Constant *CreatePointerCast(Constant *C, Type *DestTy) const {
InstrTypes.h 662 static CastInst *CreatePointerCast(
670 static CastInst *CreatePointerCast(
    [all...]
IRBuilder.h     [all...]
  /external/llvm/include/llvm/Analysis/
TargetFolder.h 180 Constant *CreatePointerCast(Constant *C, Type *DestTy) const {
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 929 llvm::Value *cast = builder.CreatePointerCast(stringVar,
    [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 284 CastInst::CreatePointerCast(NullV2I32Ptr, V2Int32Ty, "foo", BB);
287 CastInst::CreatePointerCast(NullV2I32Ptr, V2Int32Ty);
  /external/llvm/lib/IR/
AutoUpgrade.cpp 506 Value *Op = Builder.CreatePointerCast(CI->getArgOperand(0),
    [all...]
Instructions.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1244 milliseconds

1 2