Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCCodeEmitter.cpp128 unsigned InsertPos, APInt &Value, in encodeRelocImm()
153 unsigned InsertPos, APInt &Value, in encodePCRelImm()
187 unsigned InsertPos, APInt &Value, in encodeFPSYSSelect()
207 const MCInst &MI, unsigned OpIdx, unsigned InsertPos, APInt &Value, in encodeInverseMoveMask()
214 unsigned InsertPos, APInt &Value, in getMachineOpValue()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp92 void *InsertPos; in getValue() local
129 void *InsertPos; in getCompoundValData() local
146 void *InsertPos; in getLazyCompoundValData() local
163 void *InsertPos; in getPointerToMemberData() local
338 void *InsertPos; in getPersistentSValWithData() local
362 void *InsertPos; in getPersistentSValPair() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp189 auto InsertPos = EHPad->begin(); in hoistCatches() local
211 auto InsertPos = MBB.begin(); in addCatchAlls() local
315 auto *InsertPos = Catch->getIterator()->getNextNode(); in addCatchRefsAndThrowRefs() local
340 auto InsertPos = std::next(Rethrow->getIterator()); in addCatchRefsAndThrowRefs() local
400 auto InsertPos = MBB.begin(); in restoreStackPointer() local
H A DWebAssemblyCFGStackify.cpp212 auto InsertPos = MBB->end(); in getEarliestInsertPos() local
236 auto InsertPos = MBB->begin(); in getLatestInsertPos() local
387 auto InsertPos = getLatestInsertPos(Header, BeforeSet, AfterSet); in placeBlockMarker() local
470 auto InsertPos = getEarliestInsertPos(&MBB, BeforeSet, AfterSet); in placeLoopMarker() local
635 auto InsertPos = getLatestInsertPos(Header, BeforeSet, AfterSet); in placeTryMarker() local
840 auto InsertPos = getLatestInsertPos(Header, BeforeSet, AfterSet); in placeTryTableMarker() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp293 void *InsertPos = nullptr; in getCXXDeductionGuideName() local
308 void *InsertPos = nullptr; in getCXXConstructorName() local
324 void *InsertPos = nullptr; in getCXXDestructorName() local
339 void *InsertPos = nullptr; in getCXXConversionFunctionName() local
370 void *InsertPos = nullptr; in getCXXLiteralOperatorName() local
H A DDeclTemplate.cpp382 llvm::FoldingSetVector<EntryType> &Specs, void *&InsertPos, in findSpecializationLocally()
395 llvm::FoldingSetVector<EntryType> &Specs, void *&InsertPos, in findSpecializationImpl()
410 void *InsertPos) { in addSpecializationImpl()
479 void *&InsertPos) { in findSpecialization()
485 FunctionTemplateSpecializationInfo *Info, void *InsertPos) { in addSpecialization()
573 void *&InsertPos) { in findSpecialization()
579 void *InsertPos) { in AddSpecialization()
588 TemplateParameterList *TPL, void *&InsertPos) { in findPartialSpecialization()
604 void *InsertPos) { in AddPartialSpecialization()
1336 void *&InsertPos) { in findSpecialization()
[all …]
H A DASTContext.cpp770 void *InsertPos = nullptr; in getCanonicalTemplateTemplateParmDecl() local
853 void *InsertPos = nullptr; in findCanonicalTemplateTemplateParmDeclInternal() local
864 void *InsertPos = nullptr; in insertCanonicalTemplateTemplateParmDeclInternal() local
3705 void *InsertPos = nullptr; in getCountAttributedType() local
3907 void *InsertPos = nullptr; in getComplexType() local
3935 void *InsertPos = nullptr; in getPointerType() local
3958 void *InsertPos = nullptr; in getAdjustedType() local
3979 void *InsertPos = nullptr; in getDecayedType() local
4029 void *InsertPos = nullptr; in getArrayParameterType() local
4060 void *InsertPos = nullptr; in getBlockPointerType() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp126 void *&InsertPos) { in getNodeIfExists()
140 void GISelCSEInfo::insertNode(UniqueMachineInstr *UMI, void *InsertPos) { in insertNode()
163 void GISelCSEInfo::insertInstr(MachineInstr *MI, void *InsertPos) { in insertInstr()
173 void *&InsertPos) { in getMachineInstrIfExists()
294 void *InsertPos; in verify() local
H A DCSEMIRBuilder.cpp321 void *InsertPos = nullptr; in buildInstr() local
347 void *InsertPos = nullptr; in buildConstant() local
374 void *InsertPos = nullptr; in buildFConstant() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h44 MachineBasicBlock::iterator InsertPos; variable
H A DScheduleDAGSDNodes.cpp757 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in ProcessSDDbgValues() local
811 MachineBasicBlock::iterator InsertPos) { in EmitPhysRegCopy()
851 EmitSchedule(MachineBasicBlock::iterator &InsertPos) { in EmitSchedule()
H A DScheduleDAGFast.cpp764 ScheduleDAGLinearize::EmitSchedule(MachineBasicBlock::iterator &InsertPos) { in EmitSchedule()
779 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in EmitSchedule() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h508 T *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos) { in FindNodeOrInsertPos()
516 void InsertNode(T *N, void *InsertPos) { in InsertNode()
673 T *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos) { in FindNodeOrInsertPos()
689 void InsertNode(T *N, void *InsertPos) { in InsertNode()
H A DImmutableList.h180 void* InsertPos; in concat() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp279 const FoldingSetNodeID &ID, void *&InsertPos, const FoldingSetInfo &Info) { in FindNodeOrInsertPos()
303 void FoldingSetBase::InsertNode(Node *N, void *InsertPos, in InsertNode()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp193 unsigned InsertPos = PPOffs; in RewriteMacrosInInput() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp363 MachineBasicBlock::iterator InsertPos, in insertLiterals()
436 void EmitFetchClause(MachineBasicBlock::iterator InsertPos, in EmitFetchClause()
447 void EmitALUClause(MachineBasicBlock::iterator InsertPos, const DebugLoc &DL, in EmitALUClause()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp100 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore()
106 void Instruction::insertBefore(BasicBlock::iterator InsertPos) { in insertBefore()
112 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter()
118 void Instruction::insertAfter(BasicBlock::iterator InsertPos) { in insertAfter()
134 InstListType::iterator InsertPos) { in insertBefore()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp88 BasicBlock::iterator InsertPos = in replaceConstantExprOp() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp265 void *InsertPos = nullptr; in tryInstantiateStdTemplate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp362 MachineBasicBlock::iterator InsertPos; in convertPHI() local
420 MachineBasicBlock::iterator InsertPos = MBB->getFirstNonPHI(); in convertPHI() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp217 MachineBasicBlock::iterator InsertPos = MIB.getInstr(); in InsertITInstructions() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp201 void *InsertPos = nullptr; in HandlePathDiagnostic() local
439 void *InsertPos; in addDiagnostic() local
460 void *InsertPos; in getFiles() local
H A DAnalysisDeclContext.cpp430 void *InsertPos; in getStackFrame() local
445 void *InsertPos; in getBlockInvocationContext() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp108 void *InsertPos; in getOrCreateNode() local

1234