Searched refs:iteratorToInst (Results 1 - 11 of 11) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInstrumentation.cpp61 Inst *Instr = iteratorToInst(Context.getCur());
H A DIceTargetLowering.cpp356 genTargetHelperCallFor(iteratorToInst(Context.getCur()));
379 Inst *I = iteratorToInst(Context.getCur());
404 Inst *Instr = iteratorToInst(Context.getCur());
499 assert(iteratorToInst(Next) == Instr);
H A DIceTargetLowering.h83 return iteratorToInst(Next);
89 return iteratorToInst(Iter);
H A DIceVariableSplitting.cpp540 Inst *Instr = iteratorToInst(Iter);
H A DIceASanInstrumentation.cpp233 Cur = llvm::dyn_cast<InstAlloca>(iteratorToInst(Context.getCur()));
H A DIceCfgNode.cpp1364 updateStats(Func, iteratorToInst(I));
1374 updateStats(Func, iteratorToInst(I));
H A DIceInst.h1205 inline Inst *iteratorToInst(InstList::iterator Iter) { return &*Iter; } function in namespace:Ice
1207 inline const Inst *iteratorToInst(InstList::const_iterator Iter) { function in namespace:Ice
H A DIceCfg.cpp850 if (llvm::isa<InstCall>(iteratorToInst(Current))) {
855 while (Current != End && !llvm::isa<InstCall>(iteratorToInst(Current))) {
H A DIceTargetLoweringMIPS32.cpp854 Inst *CurInstr = iteratorToInst(Context.getCur());
2175 Inst *CurInstr = iteratorToInst(Context.getCur());
5436 Inst *Instr = iteratorToInst(Context.getCur());
5630 Inst *Instr = iteratorToInst(Context.getCur());
H A DIceTargetLoweringARM32.cpp850 Inst *CurInstr = iteratorToInst(Context.getCur());
2047 Inst *CurInstr = iteratorToInst(Context.getCur());
5910 Inst *Instr = iteratorToInst(Context.getCur());
6181 Inst *Instr = iteratorToInst(Context.getCur());
H A DIceTargetLoweringX86BaseImpl.h823 Inst *CurInst = iteratorToInst(Context.getCur());
5986 Inst *Instr = iteratorToInst(Context.getCur());
6017 Inst *Instr = iteratorToInst(Context.getCur());

Completed in 394 milliseconds