HomeSort by: relevance | last modified time | path
    Searched refs:isPCREL (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTLSDynamicCall.cpp 54 bool IsPCREL = false;
59 IsPCREL = isPCREL(MI);
66 MI.getOpcode() != PPC::TLSGDAIX8 && !IsPCREL) {
87 if (!IsPCREL) {
124 assert(IsPCREL && "Expecting General/Local Dynamic PCRel");
157 if (IsPCREL) {
169 if (IsPCREL)
197 bool isPCREL(const MachineInstr &MI) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 374 inline bool isPCREL(unsigned Opcode) {
SystemZISelDAGToDAG.cpp 184 if (SystemZISD::isPCREL(Addr.getOpcode())) {
1448 if (SystemZISD::isPCREL(Load->getBasePtr().getOpcode()))
1451 if (SystemZISD::isPCREL(Store->getBasePtr().getOpcode()))

Completed in 23 milliseconds