Home
last modified time | relevance | path

Searched defs:InsertBefore (Results 1 – 25 of 37) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp518 Instruction *InsertBefore) in CallInst()
1240 Instruction *InsertBefore) in BranchInst()
1324 Instruction *InsertBefore) in AllocaInst()
1345 Instruction *InsertBefore) in AllocaInst()
1481 Instruction *InsertBefore) in StoreInst()
1493 Instruction *InsertBefore) in StoreInst()
1504 Instruction *InsertBefore) in StoreInst()
1671 Instruction *InsertBefore) in FenceInst()
2947 const Twine &Name, Instruction *InsertBefore) { in Create()
3091 Instruction *InsertBefore) { in CreatePointerBitCastOrAddrSpaceCast()
[all …]
H A DDIBuilder.cpp911 Instruction *InsertBefore) { in insertDeclare()
921 Instruction *InsertBefore = InsertAtEnd->getTerminator(); in insertDeclare() local
926 Instruction *InsertBefore) { in insertLabel()
941 Instruction *InsertBefore) { in insertDbgValueIntrinsic()
958 BasicBlock *InsertBB, Instruction *InsertBefore) { in initIRBuilder()
978 BasicBlock *InsertBB, Instruction *InsertBefore) { in insertDeclare()
1000 const DILocation *DL, BasicBlock *InsertBB, Instruction *InsertBefore) { in insertDbgValueIntrinsic()
1023 BasicBlock *InsertBB, Instruction *InsertBefore) { in insertLabel()
H A DBasicBlock.cpp45 BasicBlock *InsertBefore) in BasicBlock()
57 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto()
H A DInstruction.cpp25 Instruction *InsertBefore) in Instruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp416 MachineBasicBlock::iterator InsertBefore, in createDupLane()
432 MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, in createExtractSubreg()
447 MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, in createRegSequence()
464 MachineBasicBlock::iterator InsertBefore, in createVExt()
477 MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, in createInsertSubreg()
493 MachineBasicBlock::iterator InsertBefore, in createImplicitDef()
H A DARMInstructionSelector.cpp488 const MachineBasicBlock::instr_iterator InsertBefore; member
693 auto InsertBefore = std::next(MIB->getIterator()); in selectGlobal() local
770 auto InsertBefore = std::next(MIB->getIterator()); in selectSelect() local
884 auto InsertBefore = std::next(I.getIterator()); in select() local
933 auto InsertBefore = std::next(I.getIterator()); in select() local
1106 auto InsertBefore = I.getIterator(); in select() local
H A DARMLoadStoreOptimizer.cpp626 MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, in CreateLoadStoreMulti()
833 MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, in CreateLoadStoreDouble()
900 iterator InsertBefore = std::next(iterator(LatestMI)); in MergeOpsUpdate() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp17 void llvm::createMemCpyLoopKnownSize(Instruction *InsertBefore, Value *SrcAddr, in createMemCpyLoopKnownSize()
133 void llvm::createMemCpyLoopUnknownSize(Instruction *InsertBefore, in createMemCpyLoopUnknownSize()
291 static void createMemMoveLoop(Instruction *InsertBefore, Value *SrcAddr, in createMemMoveLoop()
378 static void createMemSetLoop(Instruction *InsertBefore, Value *DstAddr, in createMemSetLoop()
H A DCallPromotionUtils.cpp170 Instruction *InsertBefore = nullptr; in createRetBitCast() local
H A DDebugify.cpp125 Instruction *InsertBefore) { in applyDebugifyMetadata()
159 Instruction *InsertBefore = &*InsertPt; in applyDebugifyMetadata() local
H A DCodeExtractor.cpp1082 bool InsertBefore) { in insertLifetimeMarkersSurroundingCall()
1309 Instruction *InsertBefore = &*InsertPt; in emitCallAndSwitchStatement() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp48 Instruction *InsertBefore, in createCallInstWithColors()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp424 Instruction *InsertBefore = I; in instrumentMaskedLoadOrStore() local
469 Instruction *InsertBefore, Value *Addr, in instrumentAddress()
H A DAddressSanitizer.cpp1538 Instruction *InsertBefore, Value *Addr, in doInstrumentAddress()
1568 Instruction *InsertBefore = I; in instrumentMaskedLoadOrStore() local
1649 Instruction *AddressSanitizer::generateCrashCode(Instruction *InsertBefore, in generateCrashCode()
1696 Instruction *OrigIns, Instruction *InsertBefore, Value *Addr, in instrumentAMDGPUAddress()
1719 Instruction *InsertBefore, Value *Addr, in instrumentAddress()
1808 Instruction *I, Instruction *InsertBefore, Value *Addr, uint32_t TypeSize, in instrumentUnusualSizeOrAlignment()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp606 BasicBlock *const InsertBefore, in mergeComparisons()
699 BasicBlock *Next) { in simplify()
H A DReassociate.cpp235 Instruction *InsertBefore, Value *FlagsOp) { in CreateAdd()
247 Instruction *InsertBefore, Value *FlagsOp) { in CreateMul()
259 Instruction *InsertBefore, Value *FlagsOp) { in CreateNeg()
1280 static Value *createAndInstr(Instruction *InsertBefore, Value *Opnd, in createAndInstr()
H A DLoopDistribute.cpp184 Loop *cloneLoopWithPreheader(BasicBlock *InsertBefore, BasicBlock *LoopDomBB, in cloneLoopWithPreheader()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp432 void AArch64StackTagging::tagAlloca(AllocaInst *AI, Instruction *InsertBefore, in tagAlloca()
454 void AArch64StackTagging::untagAlloca(AllocaInst *AI, Instruction *InsertBefore, in untagAlloca()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBranchFolding.cpp855 MachineBasicBlock::iterator InsertBefore = Pred->getFirstTerminator(); in mergeCommonTails() local
1268 auto InsertBefore = PredMBB.getFirstTerminator(); in copyDebugInfoToPredecessor() local
1280 auto InsertBefore = SuccMBB.SkipPHIsAndLabels(SuccMBB.begin()); in copyDebugInfoToSuccessor() local
H A DRegAllocFast.cpp518 MachineBasicBlock::iterator InsertBefore in reloadAtBegin() local
857 MachineBasicBlock::iterator InsertBefore = in defineLiveThroughVirtReg() local
H A DFixupStatepointCallerSaved.cpp419 MachineBasicBlock::iterator InsertBefore(MI); in spillRegisters() local
H A DSplitKit.cpp523 MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, in buildSingleSubRegCopy()
550 MachineBasicBlock::iterator InsertBefore, bool Late, unsigned RegIdx) { in buildCopy()
H A DSafeStack.cpp617 Instruction *InsertBefore; in moveStaticAllocasToUnsafeStack() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp932 static DebugLoc getOrCreateDebugLoc(const Instruction *InsertBefore, in getOrCreateDebugLoc()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.cpp462 llvm::BasicBlock::iterator InsertBefore; in PopCleanupBlocks() local

12