Home
last modified time | relevance | path

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

123

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp170 void *InsertPos; in getRegionValueSymbol() local
189 void *InsertPos; in conjureSymbol() local
206 void *InsertPos; in getDerivedSymbol() local
222 void *InsertPos; in getExtentSymbol() local
240 void *InsertPos; in getMetadataSymbol() local
257 void *InsertPos; in getCastSymbol() local
274 void *InsertPos; in getSymIntExpr() local
292 void *InsertPos; in getIntSymExpr() local
310 void *InsertPos; in getSymSymExpr() local
327 void *InsertPos; in getUnarySymExpr() local
H A DBasicValueFactory.cpp92 void *InsertPos; in getValue() local
130 void *InsertPos; in getCompoundValData() local
148 void *InsertPos; in getLazyCompoundValData() local
166 void *InsertPos; in getPointerToMemberData() local
350 void *InsertPos; in getPersistentSValWithData() local
375 void *InsertPos; in getPersistentSValPair() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclarationName.cpp295 void *InsertPos = nullptr; in getCXXDeductionGuideName() local
310 void *InsertPos = nullptr; in getCXXConstructorName() local
326 void *InsertPos = nullptr; in getCXXDestructorName() local
341 void *InsertPos = nullptr; in getCXXConversionFunctionName() local
372 void *InsertPos = nullptr; in getCXXLiteralOperatorName() local
H A DDeclTemplate.cpp317 llvm::FoldingSetVector<EntryType> &Specs, void *&InsertPos, in findSpecializationImpl()
331 void *InsertPos) { in addSpecializationImpl()
412 void *&InsertPos) { in findSpecialization()
503 void *&InsertPos) { in findSpecialization()
508 void *InsertPos) { in AddSpecialization()
515 TemplateParameterList *TPL, void *&InsertPos) { in findPartialSpecialization()
565 void *InsertPos) { in AddPartialSpecialization()
1270 void *&InsertPos) { in findSpecialization()
1275 void *InsertPos) { in AddSpecialization()
1281 TemplateParameterList *TPL, void *&InsertPos) { in findPartialSpecialization()
[all …]
H A DASTContext.cpp786 void *InsertPos = nullptr; in getCanonicalTemplateTemplateParmDecl() local
3286 void *InsertPos = nullptr; in getComplexType() local
3314 void *InsertPos = nullptr; in getPointerType() local
3337 void *InsertPos = nullptr; in getAdjustedType() local
3358 void *InsertPos = nullptr; in getDecayedType() local
3407 void *InsertPos = nullptr; in getBlockPointerType() local
3442 void *InsertPos = nullptr; in getLValueReferenceType() local
3482 void *InsertPos = nullptr; in getRValueReferenceType() local
12123 void *InsertPos; in getMSGuidDecl() local
12139 void *InsertPos; in getUnnamedGlobalConstantDecl() local
[all …]
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp116 void *&InsertPos) { in getNodeIfExists()
130 void GISelCSEInfo::insertNode(UniqueMachineInstr *UMI, void *InsertPos) { in insertNode()
153 void GISelCSEInfo::insertInstr(MachineInstr *MI, void *InsertPos) { in insertInstr()
163 void *&InsertPos) { in getMachineInstrIfExists()
285 void *InsertPos; in verify() local
H A DCSEMIRBuilder.cpp290 void *InsertPos = nullptr; in buildInstr() local
316 void *InsertPos = nullptr; in buildConstant() local
343 void *InsertPos = nullptr; in buildFConstant() local
/openbsd/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCCodeEmitter.cpp114 unsigned InsertPos, APInt &Value, in encodeRelocImm()
141 unsigned InsertPos, APInt &Value, in encodePCRelImm()
176 unsigned InsertPos, APInt &Value, in getMachineOpValue()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp186 auto InsertPos = EHPad->begin(); in hoistCatches() local
208 auto InsertPos = MBB.begin(); in addCatchAlls() local
310 auto InsertPos = MBB.begin(); in restoreStackPointer() local
H A DWebAssemblyCFGStackify.cpp181 auto InsertPos = MBB->end(); in getEarliestInsertPos() local
205 auto InsertPos = MBB->begin(); in getLatestInsertPos() local
355 auto InsertPos = getLatestInsertPos(Header, BeforeSet, AfterSet); in placeBlockMarker() local
434 auto InsertPos = getEarliestInsertPos(&MBB, BeforeSet, AfterSet); in placeLoopMarker() local
603 auto InsertPos = getLatestInsertPos(Header, BeforeSet, AfterSet); in placeTryMarker() local
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DFoldingSet.h489 T *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos) { in FindNodeOrInsertPos()
497 void InsertNode(T *N, void *InsertPos) { in InsertNode()
654 T *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos) { in FindNodeOrInsertPos()
670 void InsertNode(T *N, void *InsertPos) { in InsertNode()
H A DImmutableList.h180 void* InsertPos; in concat() local
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp365 MachineBasicBlock::iterator InsertPos, in insertLiterals()
438 void EmitFetchClause(MachineBasicBlock::iterator InsertPos, in EmitFetchClause()
449 void EmitALUClause(MachineBasicBlock::iterator InsertPos, const DebugLoc &DL, in EmitALUClause()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h40 MachineBasicBlock::iterator InsertPos; variable
H A DScheduleDAGSDNodes.cpp756 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in ProcessSDDbgValues() local
810 MachineBasicBlock::iterator InsertPos) { in EmitPhysRegCopy()
850 EmitSchedule(MachineBasicBlock::iterator &InsertPos) { in EmitSchedule()
H A DScheduleDAGFast.cpp777 ScheduleDAGLinearize::EmitSchedule(MachineBasicBlock::iterator &InsertPos) { in EmitSchedule()
792 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in EmitSchedule() local
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp194 unsigned InsertPos = PPOffs; in RewriteMacrosInInput() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp352 MachineBasicBlock::iterator InsertPos; in convertPHI() local
409 MachineBasicBlock::iterator InsertPos = MBB->getFirstNonPHI(); in convertPHI() local
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp264 void *InsertPos = nullptr; in tryInstantiateStdTemplate() local
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp91 Instruction *InsertPos = PredBB->getTerminator(); in replaceConstantExprOp() local
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp208 void *InsertPos = nullptr; in HandlePathDiagnostic() local
444 void *InsertPos; in addDiagnostic() local
465 void *InsertPos; in getFiles() local
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp222 MachineBasicBlock::iterator InsertPos = MIB.getInstr(); in InsertITInstructions() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineSink.cpp1095 MachineBasicBlock::iterator InsertPos, in performSink()
1457 MachineBasicBlock::iterator InsertPos = in SinkInstruction() local
1863 MachineBasicBlock::iterator InsertPos = in tryToSinkCopy() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp146 void VPRecipeBase::insertBefore(VPRecipeBase *InsertPos) { in insertBefore()
162 void VPRecipeBase::insertAfter(VPRecipeBase *InsertPos) { in insertAfter()
181 void VPRecipeBase::moveAfter(VPRecipeBase *InsertPos) { in moveAfter()

123