Searched defs:TheFn (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | IRBuilder.cpp | 102 Function *TheFn = in CreateVScale() local 146 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset, Tys); in CreateMemSet() local 175 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memset_inline, Tys); in CreateMemSetInline() local 203 Function *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemSet() local 233 Function *TheFn = Intrinsic::getDeclaration(M, IntrID, Tys); in CreateMemTransferInst() local 271 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memcpy_inline, Tys); in CreateMemCpyInline() local 312 Function *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemCpy() local 350 Function *TheFn = Intrinsic::getDeclaration(M, Intrinsic::memmove, Tys); in CreateMemMove() local 387 Function *TheFn = Intrinsic::getDeclaration( in CreateElementUnorderedAtomicMemMove() local 488 Function *TheFn = in CreateLifetimeStart() local [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | WholeProgramDevirt.cpp | 1095 Constant *TheFn, bool &IsExported) { in applySingleImplDevirt() 1208 Function *TheFn = TargetsForSlot[0].Fn; in trySingleImplDevirt() local 1263 auto TheFn = TargetsForSlot[0]; in trySingleImplDevirt() local 2083 DevirtModule::lookUpFunctionValueInfo(Function *TheFn, in lookUpFunctionValueInfo()
|