Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp170 void *InsertPos; in getRegionValueSymbol() local
188 void *InsertPos; in conjureSymbol() local
204 void *InsertPos; in getDerivedSymbol() local
219 void *InsertPos; in getExtentSymbol() local
236 void *InsertPos; in getMetadataSymbol() local
252 void *InsertPos; in getCastSymbol() local
268 void *InsertPos; in getSymIntExpr() local
285 void *InsertPos; in getIntSymExpr() local
302 void *InsertPos; in getSymSymExpr() local
318 void *InsertPos; in getUnarySymExpr() local
/freebsd/contrib/llvm-project/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.cpp351 llvm::FoldingSetVector<EntryType> &Specs, void *&InsertPos, in findSpecializationImpl()
365 void *InsertPos) { in addSpecializationImpl()
446 void *&InsertPos) { in findSpecialization()
451 FunctionTemplateSpecializationInfo *Info, void *InsertPos) { in addSpecialization()
537 void *&InsertPos) { in findSpecialization()
542 void *InsertPos) { in AddSpecialization()
549 TemplateParameterList *TPL, void *&InsertPos) { in findPartialSpecialization()
565 void *InsertPos) { in AddPartialSpecialization()
1290 void *&InsertPos) { in findSpecialization()
1295 void *InsertPos) { in AddSpecialization()
[all …]
H A DASTContext.cpp740 void *InsertPos = nullptr; in getCanonicalTemplateTemplateParmDecl() local
3477 void *InsertPos = nullptr; in getCountAttributedType() local
3628 void *InsertPos = nullptr; in getComplexType() local
3656 void *InsertPos = nullptr; in getPointerType() local
3679 void *InsertPos = nullptr; in getAdjustedType() local
3700 void *InsertPos = nullptr; in getDecayedType() local
3749 void *InsertPos = nullptr; in getArrayParameterType() local
3780 void *InsertPos = nullptr; in getBlockPointerType() local
3816 void *InsertPos = nullptr; in getLValueReferenceType() local
3856 void *InsertPos = nullptr; in getRValueReferenceType() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp116 void *&InsertPos) { in getNodeIfExists() argument
130 void GISelCSEInfo::insertNode(UniqueMachineInstr *UMI, void *InsertPos) { in insertNode() argument
153 void GISelCSEInfo::insertInstr(MachineInstr *MI, void *InsertPos) { in insertInstr() argument
163 void *&InsertPos) { in getMachineInstrIfExists() argument
289 void *InsertPos; verify() local
[all...]
H A DCSEMIRBuilder.cpp315 void *InsertPos = nullptr; in buildInstr() local
341 void *InsertPos = nullptr; in buildConstant() local
368 void *InsertPos = nullptr; in buildFConstant() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCCodeEmitter.cpp114 encodeRelocImm(const MCInst & MI,unsigned OpIdx,unsigned InsertPos,APInt & Value,SmallVectorImpl<MCFixup> & Fixups,const MCSubtargetInfo & STI) const encodeRelocImm() argument
141 encodePCRelImm(const MCInst & MI,unsigned OpIdx,unsigned InsertPos,APInt & Value,SmallVectorImpl<MCFixup> & Fixups,const MCSubtargetInfo & STI) const encodePCRelImm() argument
176 getMachineOpValue(const MCInst & MI,const MCOperand & Op,unsigned InsertPos,APInt & Value,SmallVectorImpl<MCFixup> & Fixups,const MCSubtargetInfo & STI) const getMachineOpValue() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp186 auto InsertPos = EHPad->begin(); in hoistCatches() local
208 auto InsertPos = MBB.begin(); in addCatchAlls() local
338 auto InsertPos = MBB.begin(); in restoreStackPointer() local
H A DWebAssemblyCFGStackify.cpp180 auto InsertPos = MBB->end(); in getEarliestInsertPos() local
204 auto InsertPos = MBB->begin(); in getLatestInsertPos() local
354 auto InsertPos = getLatestInsertPos(Header, BeforeSet, AfterSet); in placeBlockMarker() local
433 auto InsertPos = getEarliestInsertPos(&MBB, BeforeSet, AfterSet); in placeLoopMarker() local
602 auto InsertPos = getLatestInsertPos(Header, BeforeSet, AfterSet); in placeTryMarker() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h40 MachineBasicBlock::iterator InsertPos; variable
H A DScheduleDAGSDNodes.cpp758 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in ProcessSDDbgValues() local
812 MachineBasicBlock::iterator InsertPos) { in EmitPhysRegCopy()
852 EmitSchedule(MachineBasicBlock::iterator &InsertPos) { in EmitSchedule()
H A DScheduleDAGFast.cpp771 ScheduleDAGLinearize::EmitSchedule(MachineBasicBlock::iterator &InsertPos) { in EmitSchedule()
786 MachineBasicBlock::iterator InsertPos = Emitter.getInsertPos(); in EmitSchedule() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h505 T *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos) { in FindNodeOrInsertPos()
513 void InsertNode(T *N, void *InsertPos) { in InsertNode()
670 T *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos) { in FindNodeOrInsertPos()
686 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.cpp194 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.cpp97 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore()
103 void Instruction::insertBefore(BasicBlock::iterator InsertPos) { in insertBefore()
109 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter()
127 InstListType::iterator InsertPos) { in insertBefore()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp91 BasicBlock::iterator InsertPos = in replaceConstantExprOp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp351 MachineBasicBlock::iterator InsertPos; in convertPHI() local
408 MachineBasicBlock::iterator InsertPos = MBB->getFirstNonPHI(); in convertPHI() 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/ARM/
H A DThumb2ITBlockPass.cpp221 MachineBasicBlock::iterator InsertPos = MIB.getInstr(); in InsertITInstructions() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp206 void *InsertPos = nullptr; in HandlePathDiagnostic() local
444 void *InsertPos; in addDiagnostic() local
465 void *InsertPos; in getFiles() local
H A DAnalysisDeclContext.cpp432 void *InsertPos; in getStackFrame() local
447 void *InsertPos; in getBlockInvocationContext() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp61 void *InsertPos = nullptr; in compileFunc() local

1234