/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 460 void addInstruction(const Instruction &I) { Instructions.push_back(I); } in addInstruction() function 472 void addInstruction(uint8_t Opcode) { in addInstruction() function 477 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() function 483 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() function 490 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2, in addInstruction() function
|
/openbsd/gnu/llvm/llvm/tools/llvm-mca/ |
H A D | CodeRegion.cpp | 27 void CodeRegions::addInstruction(const MCInst &Instruction) { in addInstruction() function in llvm::mca::CodeRegions
|
H A D | CodeRegion.h | 94 void addInstruction(const llvm::MCInst &Instruction) { in addInstruction() function
|
/openbsd/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | LSUnit.h | 181 void addInstruction() { in addInstruction() function
|
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | Assembler.cpp | 94 void BasicBlockFiller::addInstruction(const MCInst &Inst, const DebugLoc &DL) { in addInstruction() function in llvm::exegesis::BasicBlockFiller
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopDataPrefetch.cpp | 253 void addInstruction(Instruction *I, DominatorTree *DT = nullptr, in addInstruction() function
|
/openbsd/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/ |
H A D | FileAnalysis.cpp | 544 void FileAnalysis::addInstruction(const Instr &Instruction) { in addInstruction() function in llvm::cfi_verify::FileAnalysis
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 268 void addInstruction(Instruction *I) { in addInstruction() function
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86DomainReassignment.cpp | 341 void addInstruction(MachineInstr *I) { in addInstruction() function in __anon8fe180360111::Closure
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ComplexDeinterleavingPass.cpp | 148 void addInstruction(Instruction *I) { InternalInstructions.push_back(I); } in addInstruction() function
|
H A D | RegisterPressure.cpp | 658 void PressureDiffs::addInstruction(unsigned Idx, in addInstruction() function in PressureDiffs
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.cpp | 3413 void addInstruction(TagStoreInstr I) { in addInstruction() function in __anon61e914860811::TagStoreEdit
|
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTIL.h | 1587 void addInstruction(SExpr *V) { in addInstruction() function
|