Home
last modified time | relevance | path

Searched defs:InsertPos (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEInfo.cpp108 void *&InsertPos) { in getNodeIfExists()
122 void GISelCSEInfo::insertNode(UniqueMachineInstr *UMI, void *InsertPos) { in insertNode()
145 void GISelCSEInfo::insertInstr(MachineInstr *MI, void *InsertPos) { in insertInstr()
155 void *&InsertPos) { in getMachineInstrIfExists()
DCSEMIRBuilder.cpp191 void *InsertPos = nullptr; in buildInstr() local
217 void *InsertPos = nullptr; in buildConstant() local
244 void *InsertPos = nullptr; in buildFConstant() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h36 MachineBasicBlock::iterator InsertPos; variable
DScheduleDAGSDNodes.cpp741 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in ProcessSDDbgValues() local
788 MachineBasicBlock::iterator InsertPos) { in EmitPhysRegCopy()
827 EmitSchedule(MachineBasicBlock::iterator &InsertPos) { in EmitSchedule()
DScheduleDAGFast.cpp762 ScheduleDAGLinearize::EmitSchedule(MachineBasicBlock::iterator &InsertPos) { in EmitSchedule()
777 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in EmitSchedule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFoldingSet.h444 T *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos) { in FindNodeOrInsertPos()
451 void InsertNode(T *N, void *InsertPos) { in InsertNode()
581 T *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos) { in FindNodeOrInsertPos()
597 void InsertNode(T *N, void *InsertPos) { in InsertNode()
DImmutableList.h179 void* InsertPos; in concat() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp132 auto InsertPos = MBB.begin(); in addCatches() local
382 auto InsertPos = MBB.begin(); in restoreStackPointer() local
DWebAssemblyCFGStackify.cpp139 auto InsertPos = MBB->end(); in getEarliestInsertPos() local
163 auto InsertPos = MBB->begin(); in getLatestInsertPos() local
327 auto InsertPos = getLatestInsertPos(Header, BeforeSet, AfterSet); in placeBlockMarker() local
407 auto InsertPos = getEarliestInsertPos(&MBB, BeforeSet, AfterSet); in placeLoopMarker() local
575 auto InsertPos = getLatestInsertPos(Header, BeforeSet, AfterSet); in placeTryMarker() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp395 MachineBasicBlock::iterator InsertPos, in insertLiterals()
468 void EmitFetchClause(MachineBasicBlock::iterator InsertPos, in EmitFetchClause()
480 void EmitALUClause(MachineBasicBlock::iterator InsertPos, const DebugLoc &DL, in EmitALUClause()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFoldingSet.cpp322 void *&InsertPos) { in FindNodeOrInsertPos()
346 void FoldingSetBase::InsertNode(Node *N, void *InsertPos) { in InsertNode()
DItaniumManglingCanonicalizer.cpp112 void *InsertPos; in getOrCreateNode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp278 void VPRecipeBase::insertBefore(VPRecipeBase *InsertPos) { in insertBefore()
286 void VPRecipeBase::insertAfter(VPRecipeBase *InsertPos) { in insertAfter()
305 void VPRecipeBase::moveAfter(VPRecipeBase *InsertPos) { in moveAfter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp142 Instruction *InsertPos = PredBB->getTerminator(); in replaceConstantExprOp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp222 MachineBasicBlock::iterator InsertPos = MIB.getInstr(); in InsertITInstructions() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSink.cpp838 MachineBasicBlock::iterator InsertPos, in performSink()
981 MachineBasicBlock::iterator InsertPos = SuccToSinkTo->begin(); in SinkInstruction() local
1376 MachineBasicBlock::iterator InsertPos = SuccBB->getFirstNonPHI(); in tryToSinkCopy() local
DPHIElimination.cpp395 MachineBasicBlock::iterator InsertPos = in LowerPHINode() local
DRenameIndependentSubregs.cpp330 MachineBasicBlock::iterator InsertPos = in computeMainRangesFixFlags() local
DTwoAddressInstructionPass.cpp993 MachineBasicBlock::iterator InsertPos = KillPos; in rescheduleMIBelowKill() local
1164 MachineBasicBlock::iterator InsertPos = mi; in rescheduleKillAboveMI() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp73 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore()
79 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h549 InstTy *InsertPos; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp935 Instruction *InsertPos, in getIVIncOperand()
1001 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos) { in hoistIVInc()
1313 Instruction *InsertPos = L == IVIncInsertLoop ? in getAddRecExprPHILiterally() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp152 void *InsertPos; in uniqueAbbreviation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp387 Function::iterator InsertPos = ++BackedgeBlocks.back()->getIterator(); in insertUniqueBackedgeBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp594 Instruction *InsertPos = &OldEntry->front(); in eliminateRecursiveTailCall() local

12