Home
last modified time | relevance | path

Searched defs:addInstruction (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h460 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 DCodeRegion.cpp27 void CodeRegions::addInstruction(const MCInst &Instruction) { in addInstruction() function in llvm::mca::CodeRegions
H A DCodeRegion.h94 void addInstruction(const llvm::MCInst &Instruction) { in addInstruction() function
/openbsd/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h181 void addInstruction() { in addInstruction() function
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp94 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 DLoopDataPrefetch.cpp253 void addInstruction(Instruction *I, DominatorTree *DT = nullptr, in addInstruction() function
/openbsd/gnu/llvm/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp544 void FileAnalysis::addInstruction(const Instr &Instruction) { in addInstruction() function in llvm::cfi_verify::FileAnalysis
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp268 void addInstruction(Instruction *I) { in addInstruction() function
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86DomainReassignment.cpp341 void addInstruction(MachineInstr *I) { in addInstruction() function in __anon8fe180360111::Closure
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp148 void addInstruction(Instruction *I) { InternalInstructions.push_back(I); } in addInstruction() function
H A DRegisterPressure.cpp658 void PressureDiffs::addInstruction(unsigned Idx, in addInstruction() function in PressureDiffs
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3413 void addInstruction(TagStoreInstr I) { in addInstruction() function in __anon61e914860811::TagStoreEdit
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1587 void addInstruction(SExpr *V) { in addInstruction() function