Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIState.cpp70 CFIP.addInstruction(dwarf::DW_CFA_same_value, Directive.getRegister()); in convert()
91 CFIP.addInstruction(dwarf::DW_CFA_offset, Directive.getRegister(), in convert()
95 CFIP.addInstruction(dwarf::DW_CFA_LLVM_def_aspace_cfa, in convert()
99 CFIP.addInstruction(dwarf::DW_CFA_def_cfa_register, in convert()
103 CFIP.addInstruction(dwarf::DW_CFA_def_cfa_offset, Directive.getOffset()); in convert()
106 CFIP.addInstruction(dwarf::DW_CFA_def_cfa, Directive.getRegister(), in convert()
114 CFIP.addInstruction(dwarf::DW_CFA_offset, Directive.getRegister(), in convert()
121 CFIP.addInstruction(dwarf::DW_CFA_def_cfa_offset, in convert()
139 CFIP.addInstruction(dwarf::DW_CFA_undefined, Directive.getRegister()); in convert()
142 CFIP.addInstruction(dwarf::DW_CFA_register, Directive.getRegister(), in convert()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFCFIProgram.h102 addInstruction(Primary, Op1); in parse()
105 addInstruction(Primary, Op1, Data.getULEB128(C)); in parse()
125 addInstruction(Opcode); in parse()
129 addInstruction(Opcode, Data.getRelocatedAddress(C)); in parse()
133 addInstruction(Opcode, Data.getRelocatedValue(C, 1)); in parse()
137 addInstruction(Opcode, Data.getRelocatedValue(C, 2)); in parse()
141 addInstruction(Opcode, Data.getRelocatedValue(C, 4)); in parse()
150 addInstruction(Opcode, Data.getULEB128(C)); in parse()
154 addInstruction(Opcode, Data.getSLEB128(C)); in parse()
163 addInstruction(Opcode, RegNum, CfaOffset, AddressSpace); in parse()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp83 NewGroup.addInstruction(); in dispatch()
152 NewGroup.addInstruction(); in dispatch()
190 Group.addInstruction(); in dispatch()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp27 void CodeRegions::addInstruction(const MCInst &Instruction) { in addInstruction() function in llvm::mca::CodeRegions
31 Region->addInstruction(Instruction); in addInstruction()
H A DCodeRegion.h97 void addInstruction(const llvm::MCInst &Instruction) { in addInstruction() function
170 void addInstruction(const llvm::MCInst &Instruction);
H A DCodeRegionGenerator.h97 Regions.addInstruction(Inst); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp245 addInstruction(I); in Prefetch()
252 void addInstruction(Instruction *I, DominatorTree *DT = nullptr, in addInstruction() function
362 Pref.addInstruction(MemI, DT, PD); in runOnLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp267 void addInstruction(Instruction *I) { in addInstruction() function
288 Builder.addInstruction(I); in buildAssumeFromInst()
298 Builder.addInstruction(I); in salvageKnowledge()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h391 void addInstruction() { in addInstruction() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp332 void addInstruction(MachineInstr *I) { in addInstruction() function in __anond9661d290111::Closure
465 C.addInstruction(MI); in encloseInstr()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h225 LLVM_ABI void addInstruction(unsigned Idx, const RegisterOperands &RegOpers,
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp964 CurrentBB->addInstruction(V); in exitCFGBlockBody()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp855 PDiffs->addInstruction(SU->NodeNum, RegOpers, MRI); in buildSchedGraph()
H A DRegisterPressure.cpp645 void PressureDiffs::addInstruction(unsigned Idx, in addInstruction() function in PressureDiffs
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1593 void addInstruction(SExpr *V) { in addInstruction() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4864 void addInstruction(TagStoreInstr I) { in addInstruction() function in __anonc2fd70991211::TagStoreEdit
5243 TSE.addInstruction(Instr); in tryMergeAdjacentSTG()