Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp142 if (TII->isPrefixed(MI.getOpcode())) { in ComputeBlockSizes()
DPPCInstrInfo.h316 bool isPrefixed(unsigned Opcode) const { in isPrefixed() function
DPPCRegisterInfo.cpp1717 if (TII.isPrefixed(MI.getOpcode())) in eliminateFrameIndex()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCCodeEmitter.cpp489 return InstrInfo->isPrefixed(Opcode); in isPrefixedInstruction()