Searched refs:getNop (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstrInfo.h28 MCInst getNop() const override;
H A DThumb1InstrInfo.h28 MCInst getNop() const override;
H A DThumb2InstrInfo.h28 MCInst getNop() const override;
H A DARMInstrInfo.cpp34 MCInst ARMInstrInfo::getNop() const { function in class:ARMInstrInfo
H A DThumb1InstrInfo.cpp27 MCInst Thumb1InstrInfo::getNop() const { function in class:Thumb1InstrInfo
H A DThumb2InstrInfo.cpp52 MCInst Thumb2InstrInfo::getNop() const { function in class:Thumb2InstrInfo
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp282 MCInst Nop = MF.getSubtarget().getInstrInfo()->getNop();
H A DTargetInstrInfo.cpp472 MCInst TargetInstrInfo::getNop() const { llvm_unreachable("Not implemented"); } function in class:TargetInstrInfo
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h49 MCInst getNop() const override;
H A DRISCVInstrInfo.cpp60 MCInst RISCVInstrInfo::getNop() const { function in class:RISCVInstrInfo
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h532 MCInst getNop() const override;
H A DHexagonInstrInfo.cpp4740 MCInst HexagonInstrInfo::getNop() const { function in class:HexagonInstrInfo
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h234 MCInst getNop() const override;
H A DAArch64InstrInfo.cpp4785 MCInst AArch64InstrInfo::getNop() const {
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h458 MCInst getNop() const override;
H A DX86InstrInfo.cpp8368 MCInst X86InstrInfo::getNop() const { function in class:X86InstrInfo
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h694 MCInst getNop() const override;
H A DPPCInstrInfo.cpp1259 MCInst PPCInstrInfo::getNop() const { function in class:PPCInstrInfo
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1472 virtual MCInst getNop() const;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1767 MCInst Noop = MF->getSubtarget().getInstrInfo()->getNop();
3553 MCInst Nop = MF->getSubtarget().getInstrInfo()->getNop();

Completed in 633 milliseconds