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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h116 LocationDescription(const IRBuilder<T, U> &IRB) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp115 static void insertBoundsCheck(Value *Or, BuilderTy IRB, GetTrapBBT GetTrapBB) { argument
57 getBoundsCheckCond(Value *Ptr, Value *InstVal, const DataLayout &DL, TargetLibraryInfo &TLI, ObjectSizeOffsetEvaluator &ObjSizeEval, BuilderTy &IRB, ScalarEvolution &SE) argument
[all...]
H A DThreadSanitizer.cpp576 createOrdering(IRBuilder< *IRB, AtomicOrdering ord) argument
[all...]
H A DControlHeightReduction.cpp1888 fixupBranch(Region *R, CHRScope *Scope, IRBuilder<> &IRB, Value *&MergedCondition, BranchProbability &CHRBranchBias) argument
1932 fixupSelect(SelectInst *SI, CHRScope *Scope, IRBuilder<> &IRB, Value *&MergedCondition, BranchProbability &CHRBranchBias) argument
1957 addToMergedCondition(bool IsTrueBiased, Value *Cond, Instruction *BranchOrSelect, CHRScope *Scope, IRBuilder<> &IRB, Value *&MergedCondition) argument
[all...]
H A DHWAddressSanitizer.cpp478 getDynamicShadowIfunc(IRBuilder< &IRB) argument
488 getDynamicShadowNonTls(IRBuilder< &IRB) argument
598 memToShadow(Value *Mem, IRBuilder<> &IRB) argument
771 tagAlloca(IRBuilder< &IRB, AllocaInst *AI, Value *Tag, size_t Size) argument
823 getNextTagWithCall(IRBuilder< &IRB) argument
827 getStackBaseTag(IRBuilder< &IRB) argument
851 getAllocaTag(IRBuilder< &IRB, Value *StackTag, AllocaInst *AI, unsigned AllocaNo) argument
859 getUARTag(IRBuilder< &IRB, Value *StackTag) argument
868 tagPointer(IRBuilder< &IRB, Type *Ty, Value *PtrLong, Value *Tag) argument
886 untagPointer(IRBuilder< &IRB, Value *PtrLong) argument
900 getHwasanThreadSlotPtr(IRBuilder< &IRB, Type *Ty) argument
920 emitPrologue(IRBuilder< &IRB, bool WithFrameRecord) argument
996 readRegister(IRBuilder< &IRB, StringRef Name) argument
[all...]
H A DAddressSanitizer.cpp1285 memToShadow(Value *Shadow, IRBuilder<> &IRB) argument
1639 createSlowPathCmp(IRBuilder< &IRB, Value *AddrLong, Value *ShadowValue, uint32_t TypeSize) argument
2042 InstrumentGlobalsCOFF( IRBuilder< &IRB, Module &M, ArrayRef<GlobalVariable *> ExtendedGlobals, ArrayRef<Constant *> MetadataInitializers) argument
2066 InstrumentGlobalsELF( IRBuilder< &IRB, Module &M, ArrayRef<GlobalVariable *> ExtendedGlobals, ArrayRef<Constant *> MetadataInitializers, const std::string &UniqueModuleId) argument
2125 InstrumentGlobalsMachO( IRBuilder< &IRB, Module &M, ArrayRef<GlobalVariable *> ExtendedGlobals, ArrayRef<Constant *> MetadataInitializers) argument
2182 InstrumentGlobalsWithMetadataArray( IRBuilder< &IRB, Module &M, ArrayRef<GlobalVariable *> ExtendedGlobals, ArrayRef<Constant *> MetadataInitializers) argument
2216 InstrumentGlobals(IRBuilder< &IRB, Module &M, bool *CtorComdat) argument
2793 copyToShadowInline(ArrayRef<uint8_t> ShadowMask, ArrayRef<uint8_t> ShadowBytes, size_t Begin, size_t End, IRBuilder<> &IRB, Value *ShadowBase) argument
2845 copyToShadow(ArrayRef<uint8_t> ShadowMask, ArrayRef<uint8_t> ShadowBytes, IRBuilder<> &IRB, Value *ShadowBase) argument
2851 copyToShadow(ArrayRef<uint8_t> ShadowMask, ArrayRef<uint8_t> ShadowBytes, size_t Begin, size_t End, IRBuilder<> &IRB, Value *ShadowBase) argument
2920 createPHI(IRBuilder< &IRB, Value *Cond, Value *ValueIfTrue, Instruction *ThenTerm, Value *ValueIfFalse) argument
2932 createAllocaForLayout( IRBuilder< &IRB, const ASanStackFrameLayout &L, bool Dynamic) argument
3238 poisonAlloca(Value *V, uint64_t Size, IRBuilder<> &IRB, bool DoPoison) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp150 coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy, IRBuilder<> &IRB, const DataLayout &DL) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp370 Value *SafeStack::getStackGuard(IRBuilder<> &IRB, Function &F) { argument
428 SafeStack::createStackRestorePoints(IRBuilder<> &IRB, Function &F, argument
464 checkStackGuard(IRBuilder< &IRB, Function &F, ReturnInst &RI, AllocaInst *StackGuardSlot, Value *StackGuard) argument
487 moveStaticAllocasToUnsafeStack( IRBuilder< &IRB, Function &F, ArrayRef<AllocaInst *> StaticAllocas, ArrayRef<Argument *> ByValArguments, ArrayRef<ReturnInst *> Returns, Instruction *BasePointer, AllocaInst *StackGuardSlot) argument
[all...]
H A DTargetLoweringBase.cpp1681 Value *TargetLoweringBase::getDefaultSafeStackPointerLocation(IRBuilder<> &IRB, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp127 void applyMemSet(IRBuilder<> &IRB, int64_t Start, int64_t End, argument
156 Value *sliceValue(IRBuilder<> &IRB, Value *V, int64_t Offset) { argument
169 applyStore(IRBuilder< &IRB, int64_t Start, int64_t End, Value *StoredValue) argument
183 generate(IRBuilder< &IRB) argument
222 emitZeroes(IRBuilder< &IRB, uint64_t Offset, uint64_t Size) argument
232 emitUndef(IRBuilder< &IRB, uint64_t Offset, uint64_t Size) argument
241 emitPair(IRBuilder< &IRB, uint64_t Offset, Value *A, Value *B) argument
250 flatten(IRBuilder< &IRB, Value *V) argument
[all...]
H A DAArch64ISelLowering.cpp13193 static Value *UseTlsOffset(IRBuilder<> &IRB, unsigned Offset) { argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp315 static GlobalVariable *getGlobalVariableI32(Module &M, IRBuilder<> &IRB, argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2460 static Constant* SegmentOffset(IRBuilder<> &IRB, argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp955 static void rewriteMaterializableInstructions(IRBuilder<> &IRB, argument

Completed in 367 milliseconds