| /freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/ |
| H A D | DWARFCFIState.cpp | 70 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 D | DWARFCFIProgram.h | 102 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 D | LSUnit.cpp | 83 NewGroup.addInstruction(); in dispatch() 152 NewGroup.addInstruction(); in dispatch() 190 Group.addInstruction(); in dispatch()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | CodeRegion.cpp | 27 void CodeRegions::addInstruction(const MCInst &Instruction) { in addInstruction() function in llvm::mca::CodeRegions 31 Region->addInstruction(Instruction); in addInstruction()
|
| H A D | CodeRegion.h | 97 void addInstruction(const llvm::MCInst &Instruction) { in addInstruction() function 170 void addInstruction(const llvm::MCInst &Instruction);
|
| H A D | CodeRegionGenerator.h | 97 Regions.addInstruction(Inst); in emitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 245 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 D | AssumeBundleBuilder.cpp | 267 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 D | LSUnit.h | 391 void addInstruction() { in addInstruction() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86DomainReassignment.cpp | 332 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 D | RegisterPressure.h | 225 LLVM_ABI void addInstruction(unsigned Idx, const RegisterOperands &RegOpers,
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafetyCommon.cpp | 964 CurrentBB->addInstruction(V); in exitCFGBlockBody()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 855 PDiffs->addInstruction(SU->NodeNum, RegOpers, MRI); in buildSchedGraph()
|
| H A D | RegisterPressure.cpp | 645 void PressureDiffs::addInstruction(unsigned Idx, in addInstruction() function in PressureDiffs
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 1593 void addInstruction(SExpr *V) { in addInstruction() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 4864 void addInstruction(TagStoreInstr I) { in addInstruction() function in __anonc2fd70991211::TagStoreEdit 5243 TSE.addInstruction(Instr); in tryMergeAdjacentSTG()
|