Home
last modified time | relevance | path

Searched refs:hasDisplacementPairInsn (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h340 bool hasDisplacementPairInsn(unsigned Opcode) const;
H A DSystemZFrameLowering.cpp113 if (TII->hasDisplacementPairInsn(MI.getOpcode())) in orderFrameObjects()
H A DSystemZInstrInfo.cpp1940 bool SystemZInstrInfo::hasDisplacementPairInsn(unsigned Opcode) const { in hasDisplacementPairInsn() function in SystemZInstrInfo