Home
last modified time | relevance | path

Searched refs:isPrefixed (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp142 if (TII->isPrefixed(MI.getOpcode())) { in ComputeBlockSizes()
H A DPPCInstrInfo.h294 bool isPrefixed(unsigned Opcode) const { in isPrefixed() function
H A DPPCRegisterInfo.cpp1590 if (TII.isPrefixed(MI.getOpcode())) in eliminateFrameIndex()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp489 return InstrInfo->isPrefixed(Opcode); in isPrefixedInstruction()