HomeSort by relevance Sort by last modified time
    Searched refs:InsertPt (Results 26 - 50 of 56) sorted by null

12 3

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 473 BasicBlock::iterator InsertPt = BB->getFirstInsertionPt();
481 SNew->insertBefore(&*InsertPt);
Reassociate.cpp     [all...]
LoopUnswitch.cpp 258 Instruction *InsertPt,
725 /// otherwise branch to FalseDest. Insert the code immediately before InsertPt.
729 Instruction *InsertPt,
737 BranchVal = new ICmpInst(InsertPt, ICmpInst::ICMP_EQ, LIC, Val);
745 BranchInst *BI = BranchInst::Create(TrueDest, FalseDest, BranchVal, InsertPt);
    [all...]
GVN.cpp     [all...]
InductiveRangeCheckElimination.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 150 return BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(Opc));
153 return BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(Opc),
285 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(Mips::LEA_ADDiu),
756 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(Opc), ResultReg)
807 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(Opc))
916 BuildMI(*BrBB, FuncInfo.InsertPt, DbgLoc, TII.get(Mips::BGTZ))
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.h 134 MachineBasicBlock::iterator InsertPt,
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp     [all...]
DeadArgumentElimination.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 45 BasicBlock *BB, BasicBlock::iterator InsertPt) const {
46 if (BB) BB->getInstList().insert(InsertPt, I);
58 BasicBlock::iterator InsertPt;
78 InsertPt.reset(nullptr);
82 BasicBlock::iterator GetInsertPoint() const { return InsertPt; }
89 InsertPt = BB->end();
96 InsertPt = I->getIterator();
97 assert(InsertPt != BB->end() && "Can't read debug loc from end()");
105 InsertPt = IP;
585 this->InsertHelper(I, Name, BB, InsertPt);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 385 /// If InsertPt is specified, it is the point to hoist instructions to.
389 Instruction *InsertPt = nullptr) const;
397 /// If InsertPt is specified, it is the point to hoist instructions to.
401 Instruction *InsertPt = nullptr) const;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 150 BasicBlock::iterator InsertPt) const {
151 IRBuilderDefaultInserter<true>::InsertHelper(I, Name, BB, InsertPt);
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 127 MachineBasicBlock::instr_iterator InsertPt;
129 InsertPt = BundleIt.getInstrIterator();
131 InsertPt = std::next(BundleIt).getInstrIterator();
146 B.splice(InsertPt, &B, MI);
    [all...]
  /external/clang/lib/CodeGen/
CGBuilder.h 36 llvm::BasicBlock::iterator InsertPt) const;
CodeGenFunction.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
FastISel.h 290 /// \brief Reset InsertPt to prepare for inserting instructions into the
299 MachineBasicBlock::iterator InsertPt;
303 /// \brief Prepare InsertPt to begin inserting instructions into the local
307 /// \brief Reset InsertPt to the given old insert position.
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/IR/
IRBuilder.cpp 54 BB->getInstList().insert(InsertPt, BCI);
Instructions.cpp 303 Instruction *InsertPt) {
307 InsertPt);
590 Instruction *InsertPt) {
595 II->getName(), InsertPt);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 2403 milliseconds

12 3