Home
last modified time | relevance | path

Searched defs:CurInst (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp79 Instruction *CurInst = *WorkList.begin(); in collectInstructionsInBetween() local
164 [&DI, &I](Instruction *CurInst) { in isSafeToMoveBefore()
DEvaluator.cpp328 bool Evaluator::EvaluateBlock(BasicBlock::iterator CurInst, in EvaluateBlock()
695 BasicBlock::iterator CurInst = CurBB->begin(); in EvaluateFunction() local
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp192 bool Evaluator::EvaluateBlock(BasicBlock::iterator CurInst, in EvaluateBlock()
559 BasicBlock::iterator CurInst = CurBB->begin(); in EvaluateFunction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h62 BasicBlock::iterator CurInst; // The next instruction to execute member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86FixupLEAs.cpp312 MachineBasicBlock::iterator CurInst; in searchBackwards() local
406 MachineBasicBlock::iterator CurInst = std::next(I); in searchALUInst() local
466 MachineBasicBlock::iterator CurInst = std::next(LeaI); in checkRegUsage() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h63 BasicBlock::iterator CurInst; // The next instruction to execute member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp295 bool Evaluator::EvaluateBlock(BasicBlock::iterator CurInst, BasicBlock *&NextBB, in EvaluateBlock()
640 BasicBlock::iterator CurInst = CurBB->begin(); in EvaluateFunction() local
DCodeMoverUtils.cpp299 Instruction *CurInst = *WorkList.begin(); in collectInstructionsInBetween() local
387 if (llvm::any_of(InstsToCheck, [&DI, &I](Instruction *CurInst) { in isSafeToMoveBefore()
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h67 BasicBlock::iterator CurInst; // The next instruction to execute member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMustExecute.h358 const Instruction *CurInst; member
/external/llvm/lib/Target/X86/
DX86FixupLEAs.cpp224 MachineBasicBlock::iterator CurInst; in searchBackwards() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DMustExecute.h366 const Instruction *CurInst; member
/external/swiftshader/third_party/subzero/src/
DIceVariableSplitting.cpp189 void setInst(Inst *CurInst, InstList::iterator Cur, InstList::iterator Next) { in setInst()
DIceTargetLoweringX8664.cpp685 Inst *CurInst = iteratorToInst(Context.getCur()); in doLoadOpt() local
DIceTargetLoweringX8632.cpp676 Inst *CurInst = iteratorToInst(Context.getCur()); in doLoadOpt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FixupLEAs.cpp275 MachineBasicBlock::iterator CurInst; in searchBackwards() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h98 const Instruction *CurInst = nullptr; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h99 const Instruction *CurInst = nullptr; variable
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp2338 bool GVN::performScalarPRE(Instruction *CurInst) { in performScalarPRE()
2483 Instruction *CurInst = &*BI++; in performPRE() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2274 bool GVN::performScalarPRE(Instruction *CurInst) { in performScalarPRE()
2467 Instruction *CurInst = &*BI++; in performPRE() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DGVN.cpp2740 bool GVNPass::performScalarPRE(Instruction *CurInst) { in performScalarPRE()
2927 Instruction *CurInst = &*BI++; in performPRE() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h89 const Instruction *CurInst; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineFunction.cpp1041 auto CurInst = MI.getIterator(); in salvageCopySSAImpl() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp3112 Instruction *CurInst = SyncInst; in updateImpl() local