Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCTLSDynamicCall.cpp59 IsPCREL = isPCREL(MI); in processBlock()
197 bool isPCREL(const MachineInstr &MI) { in isPCREL() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp184 if (SystemZISD::isPCREL(Addr.getOpcode())) { in selectPCRelAddress()
1448 if (SystemZISD::isPCREL(Load->getBasePtr().getOpcode())) in storeLoadCanUseMVC()
1451 if (SystemZISD::isPCREL(Store->getBasePtr().getOpcode())) in storeLoadCanUseMVC()
DSystemZISelLowering.h374 inline bool isPCREL(unsigned Opcode) { in isPCREL() function