Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTLSDynamicCall.cpp58 IsPCREL = isPCREL(MI); in processBlock()
182 bool isPCREL(const MachineInstr &MI) { in isPCREL() function
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp183 if (SystemZISD::isPCREL(Addr.getOpcode())) { in selectPCRelAddress()
1447 if (SystemZISD::isPCREL(Load->getBasePtr().getOpcode())) in storeLoadCanUseMVC()
1450 if (SystemZISD::isPCREL(Store->getBasePtr().getOpcode())) in storeLoadCanUseMVC()
H A DSystemZISelLowering.h368 inline bool isPCREL(unsigned Opcode) { in isPCREL() function