Searched refs:addInstruction (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp53 addInstruction(Primary, Op1);
56 addInstruction(Primary, Op1, Data.getULEB128(C));
74 addInstruction(Opcode);
78 addInstruction(Opcode, Data.getRelocatedAddress(C));
82 addInstruction(Opcode, Data.getRelocatedValue(C, 1));
86 addInstruction(Opcode, Data.getRelocatedValue(C, 2));
90 addInstruction(Opcode, Data.getRelocatedValue(C, 4));
99 addInstruction(Opcode, Data.getULEB128(C));
103 addInstruction(Opcode, Data.getSLEB128(C));
115 addInstruction(Opcod
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp109 void CodeRegions::addInstruction(const MCInst &Instruction) { function in class:llvm::mca::CodeRegions
113 Region->addInstruction(Instruction);
H A DCodeRegion.h68 void addInstruction(const llvm::MCInst &Instruction) { function in class:llvm::mca::CodeRegion
111 void addInstruction(const llvm::MCInst &Instruction);
H A DCodeRegionGenerator.cpp52 Regions.addInstruction(Inst);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp82 NewGroup.addInstruction();
152 NewGroup.addInstruction();
191 Group.addInstruction();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h84 void addInstruction(uint8_t Opcode) { function in class:llvm::dwarf::CFIProgram
89 void addInstruction(uint8_t Opcode, uint64_t Operand1) { function in class:llvm::dwarf::CFIProgram
95 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { function in class:llvm::dwarf::CFIProgram
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp242 addInstruction(I);
249 void addInstruction(Instruction *I, DominatorTree *DT = nullptr, function in struct:Prefetch
355 Pref.addInstruction(MemI, DT, PD);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp263 void addInstruction(Instruction *I) { function in struct:__anon4720::AssumeBuilderState
284 Builder.addInstruction(I);
293 Builder.addInstruction(I);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h176 void addInstruction() { function in class:llvm::mca::MemoryGroup
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h221 void addInstruction(unsigned Idx, const RegisterOperands &RegOpers,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp344 void addInstruction(MachineInstr *I) { function in class:__anon4424::Closure
467 C.addInstruction(MI);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp901 CurrentBB->addInstruction(V);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp825 PDiffs->addInstruction(SU->NodeNum, RegOpers, MRI);
H A DRegisterPressure.cpp657 void PressureDiffs::addInstruction(unsigned Idx,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2872 void addInstruction(TagStoreInstr I) { function in class:__anon3852::TagStoreEdit
3202 TSE.addInstruction(Instr);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1587 void addInstruction(SExpr *V) { function in class:clang::threadSafety::BasicBlock

Completed in 314 milliseconds