Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCTLSDynamicCall.cpp65 IsPCREL = isPCREL(MI); in processBlock()
307 bool isPCREL(const MachineInstr &MI) { in isPCREL() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelDAGToDAG.cpp184 if (SystemZISD::isPCREL(Addr.getOpcode())) { in selectPCRelAddress()
1504 if (SystemZISD::isPCREL(Load->getBasePtr().getOpcode())) in storeLoadCanUseMVC()
1507 if (SystemZISD::isPCREL(Store->getBasePtr().getOpcode())) in storeLoadCanUseMVC()
HDSystemZISelLowering.h391 inline bool isPCREL(unsigned Opcode) { in isPCREL() function