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<InstIntrinsic>(&*Context.getCur())) { in doAddressOpt()
391 Inst *Instr = iteratorToInst(Context.getCur()); in lower()
706 for (auto Instr = Context.getCur(), E = Context.getNext(); Instr != E; in markRedefinitions()
DIceInstrumentation.cpp61 Inst *Instr = iteratorToInst(Context.getCur()); in instrumentInst()
DIceASanInstrumentation.cpp233 Cur = llvm::dyn_cast<InstAlloca>(iteratorToInst(Context.getCur())); in instrumentFuncStart()
446 Context.setInsertPoint(Context.getCur()); in instrumentAccess()
463 Context.setInsertPoint(Context.getCur()); in instrumentRet()
DIceTargetLoweringX8632.cpp322 Context.setInsertPoint(Context.getCur()); in initSandbox()
DIceTargetLowering.h93 InstList::iterator getCur() const { return Cur; } in getCur() function
DIceCfgNode.cpp622 InstList::iterator Orig = Context.getCur(); in genCode()
627 assert(Context.getCur() != Orig); in genCode()
DIceTargetLoweringX8664.cpp568 Context.setInsertPoint(Context.getCur()); in initSandbox()
DIceTargetLoweringX86BaseImpl.h821 Inst *CurInst = iteratorToInst(Context.getCur());
1061 Context.setInsertPoint(Context.getCur());
1595 Context.setInsertPoint(Context.getCur());
4792 InstList::iterator I = Context.getCur();
6065 Inst *Instr = iteratorToInst(Context.getCur());
6096 Inst *Instr = iteratorToInst(Context.getCur());
6107 auto *Intrinsic = llvm::cast<InstIntrinsic>(Context.getCur());
6960 auto *Instr = llvm::cast<InstStore>(Context.getCur());
6973 auto *Intrinsic = llvm::cast<InstIntrinsic>(Context.getCur());
DIceTargetLoweringMIPS32.cpp847 Inst *CurInstr = iteratorToInst(Context.getCur()); in findMaxStackOutArgsSize()
1333 Context.setInsertPoint(Context.getCur()); in lowerArguments()
1514 Context.setInsertPoint(Context.getCur()); in addProlog()
2160 Inst *CurInstr = iteratorToInst(Context.getCur()); in postLowerLegalization()
5421 Inst *Instr = iteratorToInst(Context.getCur()); in doAddressOptLoad()
5607 Inst *Instr = iteratorToInst(Context.getCur()); in doAddressOptStore()
DIceTargetLoweringARM32.cpp849 Inst *CurInstr = iteratorToInst(Context.getCur()); in findMaxStackOutArgsSize()
1344 Context.setInsertPoint(Context.getCur()); in lowerArguments()
1468 Context.setInsertPoint(Context.getCur()); in addProlog()
2041 Inst *CurInstr = iteratorToInst(Context.getCur()); in postLowerLegalization()
5907 Inst *Instr = iteratorToInst(Context.getCur()); in doAddressOptLoad()
6170 Inst *Instr = iteratorToInst(Context.getCur()); in doAddressOptStore()