Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp182 Instruction *InsertBefore) in LandingPadInst()
303 Instruction *InsertBefore) in CallInst()
740 Instruction *InsertBefore) in BranchInst()
851 Instruction *InsertBefore) in AllocaInst()
1116 Instruction *InsertBefore) in StoreInst()
1146 Instruction *InsertBefore) in StoreInst()
1325 Instruction *InsertBefore) in FenceInst()
2407 const Twine &Name, Instruction *InsertBefore) { in Create()
2549 Instruction *InsertBefore) { in CreatePointerBitCastOrAddrSpaceCast()
3132 Instruction *InsertBefore) in CmpInst()
[all …]
H A DBasicBlock.cpp46 BasicBlock *InsertBefore) in BasicBlock()
58 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto()
335 BasicBlock *InsertBefore = std::next(Function::iterator(this)) in splitBasicBlock() local
H A DInstruction.cpp24 Instruction *InsertBefore) in Instruction()
H A DDIBuilder.cpp1137 Instruction *InsertBefore) { in insertDeclare()
1176 Instruction *InsertBefore) { in insertDbgValueIntrinsic()
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp428 MachineBasicBlock::iterator InsertBefore, in createDupLane()
447 MachineBasicBlock::iterator InsertBefore, in createExtractSubreg()
464 MachineBasicBlock::iterator InsertBefore, in createRegSequence()
483 MachineBasicBlock::iterator InsertBefore, in createVExt()
499 MachineBasicBlock::iterator InsertBefore, in createInsertSubreg()
516 MachineBasicBlock::iterator InsertBefore, in createImplicitDef()
/minix/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp169 …uction(Value *ptr, std::vector<Value*> &indexes, const Twine &NameStr, Instruction *InsertBefore) { in createGetElementPtrInstruction()
177 …Instruction(Value *F, std::vector<Value*> &args, const Twine &NameStr, Instruction *InsertBefore) { in createCallInstruction()
330 GlobalVariable *MagicUtil::getMagicTypePtrArrayRef(Module &M, Instruction *InsertBefore, std::vecto… in getMagicTypePtrArrayRef()
414 Value* MagicUtil::getMagicSStructFieldPtr(Module &M, Instruction *InsertBefore, GlobalVariable* mag… in getMagicSStructFieldPtr()
419 Value* MagicUtil::getMagicTStructFieldPtr(Module &M, Instruction *InsertBefore, GlobalVariable* mag… in getMagicTStructFieldPtr()
429 Value* MagicUtil::getMagicRStructFieldPtr(Module &M, Instruction *InsertBefore, GlobalVariable* mag… in getMagicRStructFieldPtr()
434 Value* MagicUtil::getMagicDStructFieldPtr(Module &M, Instruction *InsertBefore, GlobalVariable* mag… in getMagicDStructFieldPtr()
453 void MagicUtil::insertMemcpyInst(Module &M, Instruction *InsertBefore, Value *Dst, Value *Src, Valu… in insertMemcpyInst()
476 void MagicUtil::insertCopyInst(Module &M, Instruction *InsertBefore, GlobalVariable *GV, GlobalVari… in insertCopyInst()
617 …, GlobalVariable* GV, GlobalVariable* magicArray, int magicArrayIndex, Instruction *InsertBefore) { in insertGlobalVariableCleanDirtyFlag()
[all …]
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument
/minix/minix/llvm/passes/asr/
H A DASRPass.cpp172 GlobalVariable *create_padding_gv(Module &M, GlobalVariable *InsertBefore, int n_bytes){ in create_padding_gv()
189 AllocaInst *create_padding_lv(Module &M, Instruction *InsertBefore, int n_bytes){ in create_padding_lv()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp353 Instruction *InsertBefore, Value *FlagsOp) { in CreateAdd()
365 Instruction *InsertBefore, Value *FlagsOp) { in CreateMul()
377 Instruction *InsertBefore, Value *FlagsOp) { in CreateNeg()
1253 static Value *createAndInstr(Instruction *InsertBefore, Value *Opnd, in createAndInstr()
/minix/minix/llvm/passes/include/common/
H A Dpass_common.h468 …uction(Value *ptr, std::vector<Value*> &indexes, const Twine &NameStr, Instruction *InsertBefore) { in createGetElementPtrInstruction()
486 …Instruction(Value *F, std::vector<Value*> &args, const Twine &NameStr, Instruction *InsertBefore) { in createCallInstruction()
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp2128 Instruction *InsertBefore) { in BuildSubAggregate()
2185 Instruction *InsertBefore) { in BuildSubAggregate()
2203 Instruction *InsertBefore) { in FindInsertedValue()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp925 Instruction *InsertBefore, Value *Addr, in generateCrashCode()
958 Instruction *InsertBefore, Value *Addr, in instrumentAddress()
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp476 Instruction *InsertBefore) { in foldFMulConst()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4506 auto *InsertBefore = std::next(Function::iterator(BB)) in splitBranchCondition() local