Searched defs:IRB (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp428 createOrdering(IRBuilder< *IRB, AtomicOrdering ord) argument
443 createFailOrdering(IRBuilder< *IRB, AtomicOrdering ord) argument
[all...]
H A DAddressSanitizer.cpp593 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { argument
761 createSlowPathCmp(IRBuilder< &IRB, Value *AddrLong, Value *ShadowValue, uint32_t TypeSize) argument
1381 poisonRedZones( const ArrayRef<AllocaInst*> &AllocaVec, IRBuilder<> &IRB, Value *ShadowBase, bool DoPoison) argument
1459 SetShadowToStackAfterReturnInlined( IRBuilder< &IRB, Value *ShadowBase, int Size) argument
1630 poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison) argument
[all...]
H A DMemorySanitizer.cpp739 convertToShadowTyNoVec(Value *V, IRBuilder<> &IRB) argument
750 getShadowPtr(Value *Addr, Type *ShadowTy, IRBuilder<> &IRB) argument
762 getOriginPtr(Value *Addr, IRBuilder<> &IRB) argument
777 getShadowPtrForArgument(Value *A, IRBuilder<> &IRB, int ArgOffset) argument
786 getOriginPtrForArgument(Value *A, IRBuilder<> &IRB, int ArgOffset) argument
796 getShadowPtrForRetval(Value *A, IRBuilder<> &IRB) argument
803 getOriginPtrForRetval(IRBuilder< &IRB) argument
1233 IRBuilder<> &IRB; member in class:__anon2745::MemorySanitizerVisitor::Combiner
1237 Combiner(MemorySanitizerVisitor *MSV, IRBuilder<> &IRB) argument
1311 CreateShadowCast(IRBuilder< &IRB, Value *V, Type *dstTy, bool Signed = false) argument
1400 getLowestPossibleValue(IRBuilder< &IRB, Value *A, Value *Sa, bool isSigned) argument
1417 getHighestPossibleValue(IRBuilder< &IRB, Value *A, Value *Sa, bool isSigned) argument
2198 visitCallSite(CallSite &CS, IRBuilder<> &IRB) argument
2233 getShadowPtrForVAArgument(Value *A, IRBuilder<> &IRB, int ArgOffset) argument
2316 visitCallSite(CallSite &CS, IRBuilder<> &IRB) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1190 static Value *buildGEP(IRBuilderTy &IRB, Value *BasePtr, argument
1212 static Value *getNaturalGEPWithType(IRBuilderTy &IRB, const DataLayout &DL, argument
1250 getNaturalGEPRecursively(IRBuilderTy &IRB, const DataLayout &DL, Value *Ptr, Type *Ty, APInt &Offset, Type *TargetTy, SmallVectorImpl<Value *> &Indices) argument
1320 getNaturalGEPWithOffset(IRBuilderTy &IRB, const DataLayout &DL, Value *Ptr, APInt Offset, Type *TargetTy, SmallVectorImpl<Value *> &Indices) argument
1359 getAdjustedPtr(IRBuilderTy &IRB, const DataLayout &DL, Value *Ptr, APInt Offset, Type *PointerTy) argument
1485 convertValue(const DataLayout &DL, IRBuilderTy &IRB, Value *V, Type *NewTy) argument
1766 extractInteger(const DataLayout &DL, IRBuilderTy &IRB, Value *V, IntegerType *Ty, uint64_t Offset, const Twine &Name) argument
1789 insertInteger(const DataLayout &DL, IRBuilderTy &IRB, Value *Old, Value *V, uint64_t Offset, const Twine &Name) argument
1820 extractVector(IRBuilderTy &IRB, Value *V, unsigned BeginIndex, unsigned EndIndex, const Twine &Name) argument
1848 insertVector(IRBuilderTy &IRB, Value *Old, Value *V, unsigned BeginIndex, const Twine &Name) argument
1947 IRBuilderTy IRB; member in class:__anon2819::AllocaSliceRewriter
2024 getAdjustedAllocaPtr(IRBuilderTy &IRB, uint64_t Offset, Type *PointerTy) argument
2743 IRBuilderTy IRB; member in class:__anon2820::AggLoadStoreRewriter::OpSplitter
[all...]

Completed in 84 milliseconds