Home
last modified time | relevance | path

Searched refs:getCur (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp356 genTargetHelperCallFor(iteratorToInst(Context.getCur())); in genTargetHelperCalls()
363 if (llvm::isa<InstLoad>(*Context.getCur())) in doAddressOpt()
365 else if (llvm::isa<InstStore>(*Context.getCur())) in doAddressOpt()
368 llvm::dyn_cast<InstIntrinsicCall>(&*Context.getCur())) { in doAddressOpt()
379 Inst *I = iteratorToInst(Context.getCur()); in doNopInsertion()
404 Inst *Instr = iteratorToInst(Context.getCur()); in lower()
719 for (auto Instr = Context.getCur(), E = Context.getNext(); Instr != E; in markRedefinitions()
DIceASanInstrumentation.cpp233 Cur = llvm::dyn_cast<InstAlloca>(iteratorToInst(Context.getCur())); in instrumentFuncStart()
445 Context.setInsertPoint(Context.getCur()); in instrumentAccess()
462 Context.setInsertPoint(Context.getCur()); in instrumentRet()
DIceInstrumentation.cpp61 Inst *Instr = iteratorToInst(Context.getCur()); in instrumentInst()
DIceCfgNode.cpp617 Context.setInsertPoint(Context.getCur()); in doNopInsertion()
621 if (llvm::isa<InstBundleLock>(Context.getCur())) { in doNopInsertion()
623 } else if (llvm::isa<InstBundleUnlock>(Context.getCur())) { in doNopInsertion()
644 InstList::iterator Orig = Context.getCur(); in genCode()
649 assert(Context.getCur() != Orig); in genCode()
DIceTargetLoweringX8632.cpp317 Context.setInsertPoint(Context.getCur()); in initSandbox()
DIceTargetLowering.h93 InstList::iterator getCur() const { return Cur; } in getCur() function
DIceTargetLoweringX8664.cpp545 Context.setInsertPoint(Context.getCur()); in initSandbox()
DIceTargetLoweringX86BaseImpl.h823 Inst *CurInst = iteratorToInst(Context.getCur());
1044 Context.setInsertPoint(Context.getCur());
1545 Context.setInsertPoint(Context.getCur());
4713 InstList::iterator I = Context.getCur();
5986 Inst *Instr = iteratorToInst(Context.getCur());
6017 Inst *Instr = iteratorToInst(Context.getCur());
6028 auto *Intrinsic = llvm::cast<InstIntrinsicCall>(Context.getCur());
6907 auto *Instr = llvm::cast<InstStore>(Context.getCur());
6920 auto *Intrinsic = llvm::cast<InstIntrinsicCall>(Context.getCur());
DIceTargetLoweringMIPS32.cpp854 Inst *CurInstr = iteratorToInst(Context.getCur()); in findMaxStackOutArgsSize()
1350 Context.setInsertPoint(Context.getCur()); in lowerArguments()
1529 Context.setInsertPoint(Context.getCur()); in addProlog()
2175 Inst *CurInstr = iteratorToInst(Context.getCur()); in postLowerLegalization()
5436 Inst *Instr = iteratorToInst(Context.getCur()); in doAddressOptLoad()
5630 Inst *Instr = iteratorToInst(Context.getCur()); in doAddressOptStore()
DIceTargetLoweringARM32.cpp850 Inst *CurInstr = iteratorToInst(Context.getCur()); in findMaxStackOutArgsSize()
1355 Context.setInsertPoint(Context.getCur()); in lowerArguments()
1477 Context.setInsertPoint(Context.getCur()); in addProlog()
2047 Inst *CurInstr = iteratorToInst(Context.getCur()); in postLowerLegalization()
5910 Inst *Instr = iteratorToInst(Context.getCur()); in doAddressOptLoad()
6181 Inst *Instr = iteratorToInst(Context.getCur()); in doAddressOptStore()